Simplify neural and goal module initialization
- Dominant language
- TypeScript
- Stars
- 72.7k
- Forks
- 8.6k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 83
Description
## Summary
Simplified the `neural init` and `goal init` commands to create only essential agent files, removing unnecessary config.json and README.md generation.
## Changes Made
- ✅ Removed config.json generation from neural init command
- ✅ Removed README.md generation from neural init command
- ✅ Removed config.json generation from goal init command
- ✅ Removed README.md generation from goal init command
- ✅ Updated wiki documentation with new AI Modules section
- ✅ Updated Neural Module docs to remove config/readme references
- ✅ Updated Goal Module docs to remove config/readme references
## Benefits
- Cleaner initialization with less file clutter
- Configuration is built into agent definitions themselves
- Simpler user experience
- Faster module setup
## Version
Released as v2.0.0-alpha.110
## Testing
Both commands tested and verified to create only the agent markdown files:
- `.claude/agents/neural/safla-neural.md`
- `.claude/agents/goal/goal-planner.md`
Contributor guide
Research direction
Start by running the `neural init` and `goal init` commands and checking whether they produce only `.claude/agents/neural/safla-neural.md` and `.claude/agents/goal/goal-planner.md`. Compare the current wiki AI Modules, Neural Module, and Goal Module documentation with the stated behavior; done means no config or README files are generated and those references are removed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, documentation
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100