mirror of
https://github.com/boshu2/agentops.git
synced 2026-09-14 15:08:13 +08:00
606c00e484
Trunk on main has been RED since 2026-06-08 (last greenc9c3e270). Restores every blocking gate to green on a branch. Five fix categories: 1. security / dangerous-pattern: add install-claude.sh, install-agy.sh, and install.sh to the curl|bash --exclude list in validate.yml. install.sh gained an AGY install-instructions echo (curl|bash) on 2026-06-09; the two new install scripts mirror the already-excluded install-codex/opencode set. 2. lint / markdownlint: fix 3 pre-existing failures without deleting content — MD037 (backtick the glob paths so * isn't read as emphasis) in dirty-main-attribution; two MD004 (rewrap so a continuation '+' isn't read as a plus-style bullet) in ag-s43tg-resume + skill-prune-phase2. 3. skill-flow danglers: the Phase-2 skill prune (40ee1c34f) deleted brainstorm/design/complexity/ratchet/audit-report/learning/ operating-loop-skill/cass-memory but left consumes/metadata.dependencies/ context_rel edges pointing at them. Removed the dangling edges from discovery, refactor, eval-outcomes, rpi, operationalize, agy-native, perf, test, acfs. converge (thin memo) now consumes the whitelisted command-help artifact; converge + beads-bv (orphaned when operating-loop-skill was pruned) added to skill-flow-standalone.txt with rationale. 4. derived-artifact drift: regenerated catalog.json, registry.json, context-map.md, and the 10 skills-codex .agentops-generated.json twins + manifest via scripts/regen-all.sh after the frontmatter edits. 5. stale bats: brainstorm-discovery-ideation.bats followed the deliberate bd->br tracker migration (f650d41bb) — assert br / ban bd — and the codex anti-leak guard now targets the real codex twin (skills-codex/discovery) instead of the shared Claude reference (which legitimately uses AskUserQuestion). install-sh-runtime-detection.bats updated to the new multi-vendor install-suggestion output format. Did NOT touch tests/scripts/validate-skill-disposition-schema.bats: its "bad revision origin/main" failure is a CI-env artifact (checkout lacks the origin/main named ref); all 24 cases pass locally with the ref present and the 4 guarded files unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>