Docs: refresh README test counts and fix ARCHITECTURE §4 cross-ref#11
Merged
david-w-t merged 2 commits intodavidwt-com:mainfrom May 8, 2026
Merged
Docs: refresh README test counts and fix ARCHITECTURE §4 cross-ref#11david-w-t merged 2 commits intodavidwt-com:mainfrom
david-w-t merged 2 commits intodavidwt-com:mainfrom
Conversation
Top-level claim now reflects 186 tests (122 CT + 64 EUnit) — was stuck at 179 from before the H0c cache_audit additions and a few prior suite extensions. Per-suite table re-counted from the latest CT run and EUnit module bodies; removed the graphdb_attr_tests row (no such file — there are no pure-function tests for graphdb_attr, its EUnit-style coverage lives in graphdb_attr_SUITE). graphdb_mgr component row now mentions verify_caches/0 + rebuild_caches/0 alongside the read API and category guard. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
§7 is nref Allocation; the Template AVP context lives in §3 (cache field sources) and the API is on graphdb_instance. Replaces the broken pointer. Co-Authored-By: Claude Opus 4.7 <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
Two small post-H0 doc fixes:
graphdb_attr_testsfile; updatesgraphdb_mgr_SUITEto mention the newcache_auditgroup.See §7cross-reference (§7 isnref Allocationafter a prior renumber) with a pointer to §3's cache-field-sources table and thegraphdb_instance:add_relationship/4,5API.No code changes.
Test plan
rebar3 compile— cleanrebar3 ct— 122 / 122rebar3 eunit— 64 / 64