docs(claude-md): split core-team context into .claude submodule via @import#1470
Conversation
…import CLAUDE.md is the public contributor working agreement, but it carried internal dev-factory context (product focus, tracker routing, remote agent, methodology skill map) that confuses OSS clones which don't mount the private .claude submodule. That content now lives in .claude/TEAM_CONTEXT.md and is @-imported by CLAUDE.md: it auto-loads for core-team clones and is silently skipped when the submodule is absent (behavior verified empirically in both directions, plus end-to-end in this repo). - Move Current Product Focus, Remote Agent, two-tracker routing detail, /roadmap picking rules, and the methodology skills table to .claude/TEAM_CONTEXT.md (bumped here; skill references to "CLAUDE.md → Current Product Focus" repointed in the same submodule commit) - Keep a public-safe summary of the two-tracker model and the four methodology non-negotiables in CLAUDE.md - Fix the stale .claude/ entry in the project structure tree Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Resolve by running |
|
Review: ✅ Approve on content — The Blockers before merge:
|
…ntext-split # Conflicts: # CLAUDE.md
|
Review (direct, per standing no-workflow preference). Docs/CLAUDE.md split with the internal context moved to |
Summary
CLAUDE.mdis the public contributor working agreement, but it carried internal dev-factory context that confuses OSS clones, which don't mount the private.claudesubmodule (update = nonesince #1443). This PR moves that content into.claude/TEAM_CONTEXT.md(trinity-devbcc78be) and@-imports it fromCLAUDE.md:Moved to
.claude/TEAM_CONTEXT.md/trinity:sync)/roadmapunion /--repo trinity-enterprisepicking rulesverification,systematic-debugging,tdd,code-review)Kept public (reworded where needed)
The submodule commit also repoints the skill/doc references that parse
CLAUDE.md → "Current Product Focus"(/roadmap,/roadmap-plan,/sprint,/read-docs,DEVELOPMENT_WORKFLOW.md,ROADMAP.md) to the new file. Historical docs (GITHUB_ISSUES_MIGRATION.md,PROJECT_BOARD_DEPRECATION_2026-05.md) intentionally untouched as point-in-time records.Verification
@importmechanism in a scratch project: missing file → silently skipped, no error; existing file → content loads (both directions confirmed headlessly).theme-reliabilityfor the primary focus — a fact that now exists only in the importedTEAM_CONTEXT.md.TEAM_CONTEXT.mdor intentionally retained publicly in generic form.Note: the
.claudepointer bump also picks up 7 already-pushed docs/skill commits that predate this change (301ecb1..caf528b).🤖 Generated with Claude Code