@lvlup-sw/exarchos 2.4.3 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/plugin.json +7 -2
- package/AGENTS.md +2 -2
- package/README.md +70 -57
- package/agents/.gitkeep +0 -0
- package/agents/fixer.md +62 -0
- package/agents/implementer.md +68 -0
- package/agents/reviewer.md +50 -0
- package/commands/ideate.md +1 -1
- package/commands/plan.md +1 -1
- package/commands/review.md +58 -0
- package/dist/exarchos.js +583 -146
- package/hooks/hooks.json +8 -0
- package/package.json +12 -4
- package/scripts/sync-versions.sh +31 -22
- package/skills/brainstorming/SKILL.md +16 -0
- package/skills/brainstorming/references/design-template.md +9 -0
- package/skills/debug/SKILL.md +41 -0
- package/skills/debug/references/hotfix-track.md +12 -49
- package/skills/debug/references/investigation-checklist.md +3 -3
- package/skills/debug/references/thorough-track.md +12 -42
- package/skills/delegation/SKILL.md +104 -37
- package/skills/delegation/references/agent-teams-saga.md +4 -1
- package/skills/delegation/references/fix-mode.md +46 -6
- package/skills/delegation/references/implementer-prompt.md +29 -1
- package/skills/delegation/references/parallel-strategy.md +1 -1
- package/skills/delegation/references/state-management.md +33 -0
- package/skills/delegation/references/workflow-steps.md +6 -10
- package/skills/delegation/references/worktree-enforcement.md +13 -7
- package/skills/git-worktrees/SKILL.md +6 -9
- package/skills/implementation-planning/SKILL.md +32 -27
- package/skills/implementation-planning/references/task-template.md +20 -0
- package/skills/implementation-planning/references/testing-strategy-guide.md +22 -1
- package/skills/implementation-planning/references/worked-example.md +2 -2
- package/skills/quality-review/SKILL.md +103 -10
- package/skills/quality-review/references/auto-transition.md +1 -1
- package/skills/quality-review/references/axiom-integration.md +135 -0
- package/skills/refactor/SKILL.md +32 -39
- package/skills/refactor/phases/polish-implement.md +2 -2
- package/skills/refactor/phases/polish-validate.md +1 -1
- package/skills/refactor/references/doc-update-checklist.md +2 -3
- package/skills/refactor/references/explore-checklist.md +4 -6
- package/skills/refactor/references/overhaul-track.md +20 -50
- package/skills/refactor/references/polish-track.md +18 -46
- package/skills/shared/prompts/context-reading.md +7 -7
- package/skills/shared/references/mcp-tool-guidance.md +14 -1
- package/skills/shared/references/tdd.md +17 -0
- package/skills/shepherd/SKILL.md +38 -10
- package/skills/shepherd/references/fix-strategies.md +1 -2
- package/skills/shepherd/references/shepherd-event-schemas.md +56 -0
- package/skills/spec-review/SKILL.md +46 -10
- package/skills/spec-review/references/worked-example.md +1 -1
- package/skills/synthesis/SKILL.md +32 -10
- package/skills/synthesis/references/github-native-stacking.md +3 -4
- package/skills/synthesis/references/synthesis-steps.md +11 -13
- package/skills/workflow-state/SKILL.md +11 -3
- package/skills/workflow-state/references/mcp-tool-reference.md +5 -5
- package/skills/workflow-state/references/phase-transitions.md +6 -3
- package/.claude-plugin/marketplace.json +0 -34
- package/scripts/assess-refactor-scope.sh +0 -239
- package/scripts/check-coderabbit.sh +0 -288
- package/scripts/check-context-economy.sh +0 -405
- package/scripts/check-coverage-thresholds.sh +0 -194
- package/scripts/check-operational-resilience.sh +0 -306
- package/scripts/check-polish-scope.sh +0 -245
- package/scripts/check-post-merge.sh +0 -185
- package/scripts/check-pr-comments.sh +0 -127
- package/scripts/check-task-decomposition.sh +0 -451
- package/scripts/check-tdd-compliance.sh +0 -265
- package/scripts/check-workflow-determinism.sh +0 -312
- package/scripts/debug-review-gate.sh +0 -201
- package/scripts/extract-fix-tasks.sh +0 -179
- package/scripts/extract-task.sh +0 -67
- package/scripts/generate-traceability.sh +0 -209
- package/scripts/investigation-timer.sh +0 -171
- package/scripts/needs-schema-sync.sh +0 -174
- package/scripts/new-project.sh +0 -103
- package/scripts/post-delegation-check.sh +0 -317
- package/scripts/pre-synthesis-check.sh +0 -475
- package/scripts/reconcile-state.sh +0 -346
- package/scripts/review-diff.sh +0 -63
- package/scripts/review-verdict.sh +0 -169
- package/scripts/security-scan.sh +0 -248
- package/scripts/select-debug-track.sh +0 -186
- package/scripts/setup-worktree.sh +0 -323
- package/scripts/spec-coverage-check.sh +0 -230
- package/scripts/static-analysis-gate.sh +0 -261
- package/scripts/validate-companion.sh +0 -161
- package/scripts/validate-pr-body.sh +0 -158
- package/scripts/validate-pr-stack.sh +0 -146
- package/scripts/verify-delegation-saga.sh +0 -240
- package/scripts/verify-doc-links.sh +0 -211
- package/scripts/verify-ideate-artifacts.sh +0 -296
- package/scripts/verify-plan-coverage.sh +0 -408
- package/scripts/verify-provenance-chain.sh +0 -310
- package/scripts/verify-review-triage.sh +0 -219
- package/scripts/verify-worktree-baseline.sh +0 -159
- package/scripts/verify-worktree.sh +0 -84
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.