mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
1.3 KiB
1.3 KiB
Implementation Plans
Working notes and implementation details for AI agents and developers.
Purpose
This directory contains:
- Step-by-step implementation plans
- Working notes during development
- AI-agent context for executing RFCs
- Completed work logs with key decisions
What Belongs Here
- Implementation details and code snippets
- Debugging notes and discoveries
- Task breakdowns for complex features
- Post-implementation summaries
What Doesn't Belong Here
Design proposals and architectural decisions belong in /rfc. This directory is for how to implement, not what or why.
Compaction Rule
Before merging a PR, compact completed plans:
- Remove verbose implementation details
- Point to PR and commits for specifics
- Keep key decisions and important notes
- Update status to COMPLETED
Example compacted plan:
# Feature Name
**Status:** COMPLETED
**PR:** [#123](https://github.com/videojs/v10/pull/123)
## Summary
Brief description of what was implemented.
## Key Decisions
- Decision 1: Rationale
- Decision 2: Rationale
## Notes
Any gotchas or important context for future reference.
See Also
- Design Docs — Decisions you own
- RFCs — Proposals needing buy-in
- CLAUDE.md — How these relate