Problem
During the roadmap-to-issues migration, a gap surfaced: codexCLI stores the why and what we learned, GitHub tracks what to do — but there's no bridge between them.
Ideas
- Issue-to-feature mappings — store entries like
context.issues.gitFreshness = "#42" so agents know which issue to reference when working on a feature
- Tracking policy entries —
project.tracking declares where planned work lives, preventing drift between docs and issues
- Agent cross-referencing — an agent starting a session could cross-reference codex entries against open issues to find relevant context before coding
Context
Observed while dogfooding codexCLI on its own project. The knowledge base and issue tracker serve complementary roles but don't talk to each other.
🤖 Generated with Claude Code
Problem
During the roadmap-to-issues migration, a gap surfaced: codexCLI stores the why and what we learned, GitHub tracks what to do — but there's no bridge between them.
Ideas
context.issues.gitFreshness = "#42"so agents know which issue to reference when working on a featureproject.trackingdeclares where planned work lives, preventing drift between docs and issuesContext
Observed while dogfooding codexCLI on its own project. The knowledge base and issue tracker serve complementary roles but don't talk to each other.
🤖 Generated with Claude Code