chore(claude.md): reconcile examples/ directory-map with reality#86
Merged
Merged
Conversation
CLAUDE.md advertised five reference apps under examples/* (mvc_api,
fleetmanager, ecommerce_dashboard, showcase_demo, plugins/...), but only
examples/mvc_api is actually tracked (returned in ADR-010 Phase 4 Slice 1,
2026-05-24). The other three trees existed on disk as untracked cruft
(~305MB total — frontend node_modules, SQLite DBs, server logs from before
the Phase 1 deletion); they were never returned to git. showcase_demo is
permanently removed (Quark dependency, per NUCLEUS_RENAME_BRIEF); the rest
are deferred to v0.9.X per ADR-010 Phase 4 / docs-sync.
Updates CLAUDE.md (directory map row, Examples section, dispatch table
entry) and the examples-maintainer agent description + body to reflect
today's working scope (mvc_api only) and the v0.9.X return plan. The hard
rule about examples/*/frontend/node_modules stays (forward-looking).
Audit reference: docs/audits/2026-05-29-exhaustive-audit.md OTH-1 (lines
267-275). Local on-disk cruft (examples/{fleetmanager,ecommerce_dashboard,
showcase_demo}) deleted in this iteration; no git impact since those paths
held zero tracked files.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 task
jcsvwinston
added a commit
that referenced
this pull request
May 31, 2026
examples/ + CLAUDE.md directory-map reconciliation (audit OTH-1) merged to main as ebb3ca3 (PR #86). Archive the iteration directly to docs/iterations/2026-05-29-examples-reconciliation.md (CURRENT_ITERATION.md was never scoped mid-flight for this small housekeeping change). Record the completion in the decisions log, remove the now-done item from the maintainer backlog, and refresh HANDOFF.md with the remaining candidates (Block 8 leftovers, modules.* env-layer override). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 31, 2026
jcsvwinston
added a commit
that referenced
this pull request
May 31, 2026
Block 8 / Go-version doc fix (audit OTH README go-version cross-check) merged to main as 6ce4831 (PR #88), which closes the entire 2026-05-29 exhaustive audit (Blocks 1-8 all shipped via PRs #82, #86, #88). Archive the iteration directly to docs/iterations/2026-05-29-block8-go-version-docs.md (CURRENT_ITERATION.md was never scoped mid-flight for this small doc fix). Record the completion and the audit-closed milestone in the decisions log, remove the now-done Block 8 item from the maintainer backlog, and refresh HANDOFF.md with the remaining candidate (modules.* env-layer override). Co-authored-by: Claude Opus 4.7 (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
Resolves audit item OTH-1 (
docs/audits/2026-05-29-exhaustive-audit.mdlines 267-275):CLAUDE.mdadvertised five reference apps underexamples/*(mvc_api, fleetmanager, ecommerce_dashboard, showcase_demo, plugins/…), but onlyexamples/mvc_apiis actually tracked (returned in ADR-010 Phase 4 Slice 1, 2026-05-24).examples-maintaineragent.NUCLEUS_RENAME_BRIEF.md); will not return.Changes
CLAUDE.md: directory-map row (§1), Examples section (§3), dispatch-table entry (§10)..claude/agents/examples-maintainer.md: description, "Current state" and "Examples in scope" sections, output-contract example.examples/{fleetmanager,ecommerce_dashboard,showcase_demo}(~305 MB / ~19k files of frontend node_modules + runtime DBs + logs from before the Phase 1 deletion) removed from disk — no git impact since those paths held zero tracked files.Historical references in
CHANGELOG.md,ADR-010,NUCLEUS_RENAME_BRIEF.md, andPLUGIN_SDK.mdaccurately describe the deletion and the v0.9.X return plan — left as-is.Test plan
🤖 Generated with Claude Code