You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete examples/ - doesn't belong in framework repository
Problem:
- examples/task-manager/ contained only ideation docs + tutorial
- No actual generated code
- Misleading - promised working app but was just documentation
- Doesn't belong in framework repo (this is the framework, not showcase)
What was deleted:
- examples/task-manager/ideation/vision.md (191 lines)
- examples/task-manager/ideation/features.md (265 lines)
- examples/task-manager/README.md (310 lines tutorial)
- Total: 766 lines of unnecessary content
Changes:
- Removed examples/ directory entirely
- Updated README.md - changed Examples section to "Coming Soon"
- Updated CLAUDE.md - removed examples reference
- Updated CONTRIBUTING.md - use /tmp for testing instead
- Updated docs/about/USE-CASES.md - removed broken references
- Updated docs/guides/04-WRITING-IDEATION.md - use inline examples
- Updated docs/reference/implementation-guide.md - removed Phase 4
Rationale:
The framework repository should contain ONLY framework code:
- CLI
- Agents
- Templates
- Documentation
Example projects belong in separate showcase repository where
they can be built WITH AgentCodeX and maintained independently.
Repository is now clean and focused on framework only.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments