docs: reorganize tasks/architecture; drop task-label shorthand#38
Merged
Conversation
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>
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
docs/archive/TASKS-DONE.md; remaining work organized by area without task-label shorthand (F4, L3, etc.)docs/Architecture.md;the-knowledge-network.mdrenamed and moved todocs/TheKnowledgeNetwork.mddocs/archive/created to holdTASKS-DONE.md(full historical record of completed tasks, labels preserved)CLAUDE.md,apps/graphdb/CLAUDE.md, design docs, plan docs, and.wolf/anatomy.mddocs/*.mdtop-level files, and all Erlang source/test comment lines; no test group names or function names were renamed.claude/settings.jsonpermission entry for the parallel CT runner scriptTest plan
./rebar3 compile— zero warningsmake test-ct-parallel— all 509 tests green (no test or group names were touched)docs/Architecture.mdanddocs/TheKnowledgeNetwork.mdrender correctly.erlfile has a label-stripped line that changed executable code (every edited line contains%)🤖 Generated with Claude Code