Skip to content

docs: reorganize tasks/architecture; drop task-label shorthand#38

Merged
david-w-t merged 2 commits into
davidwt-com:mainfrom
david-w-t:develop
Jun 12, 2026
Merged

docs: reorganize tasks/architecture; drop task-label shorthand#38
david-w-t merged 2 commits into
davidwt-com:mainfrom
david-w-t:develop

Conversation

@david-w-t

Copy link
Copy Markdown
Contributor

Summary

  • TASKS.md rewritten from scratch: completed work moved to docs/archive/TASKS-DONE.md; remaining work organized by area without task-label shorthand (F4, L3, etc.)
  • ARCHITECTURE.md moved to docs/Architecture.md; the-knowledge-network.md renamed and moved to docs/TheKnowledgeNetwork.md
  • docs/archive/ created to hold TASKS-DONE.md (full historical record of completed tasks, labels preserved)
  • All outbound references updated across root md files, CLAUDE.md, apps/graphdb/CLAUDE.md, design docs, plan docs, and .wolf/anatomy.md
  • Task-label shorthand (F1, L3, B2, M6, ...) stripped from root md files, docs/*.md top-level files, and all Erlang source/test comment lines; no test group names or function names were renamed
  • Also includes: .claude/settings.json permission entry for the parallel CT runner script

Test plan

  • ./rebar3 compile — zero warnings
  • make test-ct-parallel — all 509 tests green (no test or group names were touched)
  • Verify docs/Architecture.md and docs/TheKnowledgeNetwork.md render correctly
  • Spot-check that no .erl file has a label-stripped line that changed executable code (every edited line contains %)

🤖 Generated with Claude Code

david-w-t and others added 2 commits June 12, 2026 08:16
Move the two big reference docs and the resolved-task archive under docs/:
  ARCHITECTURE.md            -> docs/Architecture.md
  the-knowledge-network.md   -> docs/TheKnowledgeNetwork.md
  TASKS-DONE.md              -> docs/archive/TASKS-DONE.md

Rewrite TASKS.md to hold only remaining/deferred work, organized by area
(rule engine, write-path, multi-project, operational) rather than the old
F/L/M/E phase labels. Move every resolved item into the archive with its
original phase labels and decision logs preserved.

Strip task-label shorthand (F1, L3, M6, B2, H3, ...) from the root
markdown, the docs top-level, and all code comments, keeping a brief
descriptive phrase where the label carried meaning. Update every
reference to the moved/renamed files across living docs, design/plan
docs, the archive, and tooling indexes. Correct a few stale claims the
labels were attached to (dictionary servers wired, mgr write-side
delegated, rules engine past Phase A).

Comment-only and doc-only changes. Compiles clean; 509 tests pass
(404 CT + 105 EUnit).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@david-w-t david-w-t merged commit aa016ed into davidwt-com:main Jun 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant