Commit graph

5 commits

Author SHA1 Message Date
autocommit
e9a9b32633 docs(video-ingestion): 📝 Update video classification docs with latest workflow, setup, and progress tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-08 09:31:52 -07:00
Lilith
886ba2f2b5 chore(history): 🔧 📖 Update 4 md files in history 2026-01-17 12:02:24 -08:00
Lilith
4a1a062f97 chore(templates): 📝 Update PLAN.md 2026-01-17 12:02:23 -08:00
Lilith
cb4caf6c7e chore(controlnet-foundatio): 📝 Update PLAN.md, README.md 2026-01-17 12:02:23 -08:00
Lilith
6fa289bc7c chore(project): implement feature streams organization system
Implements lilith-platform-inspired feature streams methodology for
imajin project management. Provides shared context across sessions
via git-tracked markdown files instead of plan mode pollution.

Structure:
- .project/streams/ - Active feature workstreams
  - controlnet-foundation/ - Phase 1 complete
  - person-appearance-api/ - MVP complete
  - segmentation-clothing/ - Template-based complete
- .project/templates/ - Reusable stream templates
- .project/history/ - Completion records
- Management docs: README, QUICK_START, STREAMS_OVERVIEW

Each stream contains:
- README.md - Feature overview and architecture
- STATUS.md - Current progress and blockers
- HANDOFF.md - Session continuity context
- PLAN.md - Implementation phases
- NOTES.md - Technical decisions

Benefits:
- No plan mode pollution (no ~/.claude/plans/ files)
- Shared context via git (survives session changes)
- Clear handoffs between sessions
- Feature-based organization

Files: 19 markdown files, 5,302 lines total

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-14 07:32:42 -08:00