feat(curate): v4.4.0 — /cx-curate semantic curator, /cx-downvote judgment automated#89
Merged
Conversation
…ment automated The LLM half of zero-touch. Claude now performs the semantic judgment that used to be the human's: which laws are general, which have less value and belong in the instinct pool, which candidates deserve a slot. - commands/cx-curate.md: weekly pass with written criteria (KEEP/DEMOTE by generality + redundancy vs CLAUDE.md/skills + value-per-token; PROMOTE only knowledge with no reliable trigger moment — audit finding: a 0.99 trigger-gated instinct beats a law; DOWNVOTE broken/ noisy instincts). Hard engine budgets: 2 demotes, 2 promotes, 8 downvotes per pass, floor 0.30, laws <30d untouchable. All actions via engine functions (v4.3.1 cascade demote, swap, downvote CLI). - distill_engine.py: CURATE_* constants, apply_confidence_downvote(), curate_snapshot() + CLI curate-snapshot/downvote, curate_due()/ touch_curate_marker() on .last-curate. - session-start.py: '[CURATE] due' banner (>7d) — the banner is the trigger, Claude runs it in-session without asking. Single stat, never raises. - core/claudemd-section.md refreshed to the v4 active set (stale with the full v3 list since v4.0.0); active commands 7->8 everywhere; test_integrity now validates the active-set contract. test_curate new 6/6, test_session_start 11->14, integrity/security/ dream/distill_v4/distill_engine/law_tier/runner green. Implemented by 3 parallel subagents + integration verifier per operator request; validated same-day by the 29-agent semantic audit (6 demotes, 0 promotes, 10 downvotes, cap 15/15 -> 9/15). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… v4 active set CI caught what the local battery missed (test_install not in the pre-push subset): the installed-commands count was pinned to 24 and two CLAUDE.md assertions grepped for cx-dream, which the refreshed core/claudemd-section.md no longer advertises (legacy stubs are not listed since v4.4.0). Now 25 files expected and cx-curate is the advertised-set witness. 44/44 locally. 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.
Qué añade
/cx-curate— la mitad LLM del zero-touch. Automatiza el juicio que hacía el humano (y el/cx-downvotemanual): qué laws son generales, cuáles valen menos y bajan al pool de instincts, qué candidatos merecen hueco, qué instincts son ruido.Criterios escritos (extracto)
~/.claude/CLAUDE.mdo una skill instalada, o cero impacto tras 30d. Listón más alto para laws sin YAML de respaldo.Mecánica
.last-curate); el banner[CURATE] duede SessionStart ES el disparador — Claude lo ejecuta en sesión sin preguntar. Cero intervención humana;/cx-downvotequeda como veto manual.CURATE_*,apply_confidence_downvote()(@_write_locked, floor-clamped),curate_snapshot()+ CLIcurate-snapshot/downvote.core/claudemd-section.mdllevaba la lista v3 completa desde v4.0.0 — refrescado al set activo v4;test_integrityahora valida ese contrato.Validación
test_curate6/6 (nuevo),test_session_start11→14, batería completa en verde (integrity 14, security 9, dream 40, distill_v4 12, distill_engine 46, law_tier 14, runner 10).🤖 Generated with Claude Code