- Rust workspace with stemedb-core crate - Full .claude/ configuration (agents, skills, commands, guides) - ai-lookup/ for token-efficient fact storage - Quality gates: clippy, fmt, jscpd duplication detection - Pre-commit hook with 5-phase quality checks - CLAUDE.md router and CODING_GUIDELINES.md standards Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
554 B
554 B
| description |
|---|
| Plan a new StemeDB milestone |
I need to plan a new milestone for StemeDB. Use the stemedb-planner agent.
Steps:
- Context: Read
stemedb/roadmap.mdandstemedb/architecture.md. - Goal: Ask the user which Milestone/Phase to plan.
- Structure: Create the directory structure:
mkdir -p stemedb/roadmap/milestone-N/{...}. - Tasks: Generate task definitions.
Focus:
- Ensure strict adherence to the "Spine -> Lattice -> Cortex" progression.
- Prioritize Traits and Types before Impls.