docs: move architecture reference to docs/ARCHITECTURE.md, untrack CLAUDE.md (ADR-017)#28
Merged
Merged
Conversation
…AUDE.md (ADR-017) Per ACDM ADR-017, agent-instruction files are local dev-tooling and stay out of the public artefact. Teaching-suite was the last public repo in the family still shipping its root CLAUDE.md. - docs/ARCHITECTURE.md: the architecture and tool reference, now in a conventional human-facing home (content carried over, agent framing dropped) - CLAUDE.md untracked (git rm --cached) and gitignored (/CLAUDE.md, root-anchored); it remains on disk locally as a thin pointer that imports docs/ARCHITECTURE.md - All references updated: README's developer door and docs list, TEACHER_GUIDE, EXAMPLES_POLICY scope list, examples/README language note, methodology/shared_principles Full test suite green (657), including the process-name guard over the touched docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…TURE.md Records the decision, the alternatives considered (keep public / documented exception / exclude and relocate), and the consequences. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Per ACDM ADR 017 (
.claude/and agent-instruction files are local dev-tooling, out of the public artefact), teaching-suite was the last public repo in the family still shipping its rootCLAUDE.md. QuestionForge and Assessment Suite never tracked theirs; edusafe excludes it at flip.docs/ARCHITECTURE.md— the architecture and full tool reference, moved to a conventional human-facing home (git detects the rename, 89% similar; agent framing dropped, content carried over at v0.6.0 state)CLAUDE.md— untracked and gitignored (/CLAUDE.md, root-anchored); remains on disk locally as a thin pointer importingdocs/ARCHITECTURE.md, so agent sessions and public readers share one source of truthexamples/READMElanguage note,methodology/shared_principlesVerification
git grepconfirms no remaining tracked links to the rootCLAUDE.md🤖 Generated with Claude Code