AI-ops audit P0s: re-tier agents, live gates, one rule source - #581
Merged
Conversation
…urce Executes docs/70-79-ai-intelligence/70.12 P0 list + Paul's four decisions (2026-08-22): - Agents: core/coder, core/reviewer, ruby-reviewer, ruby-coder, content-creator -> model: opus (routing-rule compliance; root cause of the recurring reviewer Fable-quota deaths). - Gates: bin/validate-course added to publish.yml unit job (its only caller was an uninstalled pre-push hook); the config test that green-covered that dead hook is DELETED per the enforcement lens's dissent (fix by deletion). test.yml continue-on-error removed - the visual PR gate is BLOCKING again (22-day soak over, motivating defects fixed). - One rule source: docs/workflows/BASE_HANDBOOK.md deleted (3 rules drifted behind CLAUDE.md while 16 agents cited it); full reference sweep across CLAUDE.md, AGENTS.md, QWEN/GEMINI.md, docs/README, ai-config, ruby.md, agents.md, the OKF ownership concept, and all agent files - agents now cite CLAUDE.md + flow-router. - Docs-CI contradiction resolved in all three homes (no CI fires on docs-only PRs; none is waited for - Paul 2026-08-22). - okf-maintainer built as a real agent (the ENFORCED rule's executor); phantom "weekly maintain pass" claim removed from both rule copies. - mem0 dropped from the memory stack (fallback = memoria); plugin disabled machine-side alongside the MCP dedup (~100k schema tokens/session). - Ruflo retrieval wired into SessionStart (keyword CORRECTION recall, unredirected stdout) - the 30-day read measurement that decides the memory architecture. - OKF: ruflo-runtime concept updated + dated log entry ride this commit. Gates: rake test:unit 286 runs 0 failures; bin/validate-course all 8 pass; OKF validator 0 ERRORS; settings.json jq-valid. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ored The path-encoding bug has a working workaround (pass a pre-dashed projectPath); the 48-file auto-memory corpus imported with embeddings into namespace claude-memories, semantic recall verified (0.72-0.76 similarity on a stale-tracker query). Supersedes the "deliberately NOT mirrored" note. Co-Authored-By: Claude Fable 5 <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.
Executes the 70.12 audit's P0 list plus Paul's four decisions (all approved 2026-08-22). Per-change detail in the commit message; the machine-side half (MCP dedup: ruflo-core plugin off, chrome-devtools/github/serena/context7/notebooklm global dupes removed, mem0 plugin off — ~100k schema tokens/session) is config outside the repo, backed up as ~/.claude*.bak-2026-08-22.
Highlights:
bin/validate-coursemoves from a dead uninstalled hook to CI; the config test that green-covered it is deleted, not repaired.Gates: rake test:unit 286/0, validate-course 8/8, OKF validator 0 errors. This diff touches
.github/+test/, so CI fires — merging on job-level green.🤖 Generated with Claude Code