mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
Change description field to textarea in Add New Feature modal
The description field in the Add New Feature modal is now a textarea instead of an input, allowing users to enter multi-line feature descriptions more easily. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -103,7 +103,7 @@ After running, your project directory will contain:
|
||||
|
||||
```
|
||||
my_project/
|
||||
├── feature_list.json # Test cases (source of truth)
|
||||
├── .automaker/feature_list.json # Test cases (source of truth)
|
||||
├── app_spec.txt # Copied specification
|
||||
├── init.sh # Environment setup script
|
||||
├── claude-progress.txt # Session progress notes
|
||||
|
||||
Reference in New Issue
Block a user