docs(v3.13.1-d1): README + CLAUDE.md + examples drift fix#177
Merged
Conversation
- README.md: "96 policies" → "100+ policy files" with live breakdown table (377 bundled JSON = 106+231+19+9+4+3+3+1+1); defaults/ architecture line updated - CLAUDE.md: drop stale `ao-kernel system-status` entry (no handler in cli.py); add `evidence`/`metrics`/`policy-sim` commands that actually exist - examples/hello-llm/main.py: fix wrong claim that `AoKernelClient` auto-creates `.ao/`. Default is `auto_init=False`; the example now explicitly passes `auto_init=True` per example-script intent - examples/hello-llm/README.md:85 troubleshooting narrative updated to reflect `auto_init=True` opt-in behavior - examples/demo_bugfix.py: sidestep `ao-kernel init --workspace-root X` asymmetric path bug (tracked for v3.13.1 P1) by chdir'ing into target + calling `init` with no override. Behavioural comment in-place Coverage gate held: 2750 passed, 1 skipped locally (docs + example-only change; no new tests). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
📊 Benchmark Scorecard
Baseline: |
6 tasks
Codex post-impl REVISE absorb: CLAUDE.md mimari ağacında `defaults/` categories listesi stale. README.md:232 canlı sayımla senkronize (377 JSON = policies+schemas+registry+extensions+ operations+adapters+workflows+catalogs+intent_rules) ama CLAUDE.md:110 hala sadece 5 kategori listeliyor (policies, schemas, registry, extensions, operations). Fix: tam kategori listesi eklendi. Docs-only, zero behavior change. 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
96→100+with live table (377 bundled JSON); architecture338→377with category breakdownao-kernel system-statusCLI entry (no handler incli.py); addevidence/metrics/policy-simcommandsauto_init=False); example now opts-in withauto_init=Trueinit --workspace-root Xasymmetric path bug (tracked for v3.13.1 P1 companion PR) by chdir'ing into targetDrift source
External AI UX review (2026-04-20) flagged:
96 policies— live is 106 (policy files)338 bundled JSON— live is 377ao-kernel system-status— no handler exists incli.pyAoKernelClient("./")auto-creates.ao/— it does NOT by defaultinit --workspace-root str(ws)expecting.ao/inside ws — init creates directly AT ws instead (asymmetricinit_cmd.run()behavior)Codex plan-time REVISE verdict absorbed:
PR-D1(this PR, pure docs/examples) +PR-P1(follow-up, load_workspace_json fallback + central normalizer helper).Test plan
🤖 Generated with Claude Code