@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.
Files changed (97) hide show
  1. package/.claude-plugin/plugin.json +7 -2
  2. package/AGENTS.md +2 -2
  3. package/README.md +70 -57
  4. package/agents/.gitkeep +0 -0
  5. package/agents/fixer.md +62 -0
  6. package/agents/implementer.md +68 -0
  7. package/agents/reviewer.md +50 -0
  8. package/commands/ideate.md +1 -1
  9. package/commands/plan.md +1 -1
  10. package/commands/review.md +58 -0
  11. package/dist/exarchos.js +583 -146
  12. package/hooks/hooks.json +8 -0
  13. package/package.json +12 -4
  14. package/scripts/sync-versions.sh +31 -22
  15. package/skills/brainstorming/SKILL.md +16 -0
  16. package/skills/brainstorming/references/design-template.md +9 -0
  17. package/skills/debug/SKILL.md +41 -0
  18. package/skills/debug/references/hotfix-track.md +12 -49
  19. package/skills/debug/references/investigation-checklist.md +3 -3
  20. package/skills/debug/references/thorough-track.md +12 -42
  21. package/skills/delegation/SKILL.md +104 -37
  22. package/skills/delegation/references/agent-teams-saga.md +4 -1
  23. package/skills/delegation/references/fix-mode.md +46 -6
  24. package/skills/delegation/references/implementer-prompt.md +29 -1
  25. package/skills/delegation/references/parallel-strategy.md +1 -1
  26. package/skills/delegation/references/state-management.md +33 -0
  27. package/skills/delegation/references/workflow-steps.md +6 -10
  28. package/skills/delegation/references/worktree-enforcement.md +13 -7
  29. package/skills/git-worktrees/SKILL.md +6 -9
  30. package/skills/implementation-planning/SKILL.md +32 -27
  31. package/skills/implementation-planning/references/task-template.md +20 -0
  32. package/skills/implementation-planning/references/testing-strategy-guide.md +22 -1
  33. package/skills/implementation-planning/references/worked-example.md +2 -2
  34. package/skills/quality-review/SKILL.md +103 -10
  35. package/skills/quality-review/references/auto-transition.md +1 -1
  36. package/skills/quality-review/references/axiom-integration.md +135 -0
  37. package/skills/refactor/SKILL.md +32 -39
  38. package/skills/refactor/phases/polish-implement.md +2 -2
  39. package/skills/refactor/phases/polish-validate.md +1 -1
  40. package/skills/refactor/references/doc-update-checklist.md +2 -3
  41. package/skills/refactor/references/explore-checklist.md +4 -6
  42. package/skills/refactor/references/overhaul-track.md +20 -50
  43. package/skills/refactor/references/polish-track.md +18 -46
  44. package/skills/shared/prompts/context-reading.md +7 -7
  45. package/skills/shared/references/mcp-tool-guidance.md +14 -1
  46. package/skills/shared/references/tdd.md +17 -0
  47. package/skills/shepherd/SKILL.md +38 -10
  48. package/skills/shepherd/references/fix-strategies.md +1 -2
  49. package/skills/shepherd/references/shepherd-event-schemas.md +56 -0
  50. package/skills/spec-review/SKILL.md +46 -10
  51. package/skills/spec-review/references/worked-example.md +1 -1
  52. package/skills/synthesis/SKILL.md +32 -10
  53. package/skills/synthesis/references/github-native-stacking.md +3 -4
  54. package/skills/synthesis/references/synthesis-steps.md +11 -13
  55. package/skills/workflow-state/SKILL.md +11 -3
  56. package/skills/workflow-state/references/mcp-tool-reference.md +5 -5
  57. package/skills/workflow-state/references/phase-transitions.md +6 -3
  58. package/.claude-plugin/marketplace.json +0 -34
  59. package/scripts/assess-refactor-scope.sh +0 -239
  60. package/scripts/check-coderabbit.sh +0 -288
  61. package/scripts/check-context-economy.sh +0 -405
  62. package/scripts/check-coverage-thresholds.sh +0 -194
  63. package/scripts/check-operational-resilience.sh +0 -306
  64. package/scripts/check-polish-scope.sh +0 -245
  65. package/scripts/check-post-merge.sh +0 -185
  66. package/scripts/check-pr-comments.sh +0 -127
  67. package/scripts/check-task-decomposition.sh +0 -451
  68. package/scripts/check-tdd-compliance.sh +0 -265
  69. package/scripts/check-workflow-determinism.sh +0 -312
  70. package/scripts/debug-review-gate.sh +0 -201
  71. package/scripts/extract-fix-tasks.sh +0 -179
  72. package/scripts/extract-task.sh +0 -67
  73. package/scripts/generate-traceability.sh +0 -209
  74. package/scripts/investigation-timer.sh +0 -171
  75. package/scripts/needs-schema-sync.sh +0 -174
  76. package/scripts/new-project.sh +0 -103
  77. package/scripts/post-delegation-check.sh +0 -317
  78. package/scripts/pre-synthesis-check.sh +0 -475
  79. package/scripts/reconcile-state.sh +0 -346
  80. package/scripts/review-diff.sh +0 -63
  81. package/scripts/review-verdict.sh +0 -169
  82. package/scripts/security-scan.sh +0 -248
  83. package/scripts/select-debug-track.sh +0 -186
  84. package/scripts/setup-worktree.sh +0 -323
  85. package/scripts/spec-coverage-check.sh +0 -230
  86. package/scripts/static-analysis-gate.sh +0 -261
  87. package/scripts/validate-companion.sh +0 -161
  88. package/scripts/validate-pr-body.sh +0 -158
  89. package/scripts/validate-pr-stack.sh +0 -146
  90. package/scripts/verify-delegation-saga.sh +0 -240
  91. package/scripts/verify-doc-links.sh +0 -211
  92. package/scripts/verify-ideate-artifacts.sh +0 -296
  93. package/scripts/verify-plan-coverage.sh +0 -408
  94. package/scripts/verify-provenance-chain.sh +0 -310
  95. package/scripts/verify-review-triage.sh +0 -219
  96. package/scripts/verify-worktree-baseline.sh +0 -159
  97. 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.