sisyphi 1.2.2 → 1.2.12

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 (85) hide show
  1. package/README.md +20 -20
  2. package/dist/cli.js +12450 -11255
  3. package/dist/cli.js.map +1 -1
  4. package/dist/daemon.js +1113 -565
  5. package/dist/daemon.js.map +1 -1
  6. package/dist/templates/agent-plugin/agents/CLAUDE.md +2 -2
  7. package/dist/templates/agent-plugin/agents/operator.md +3 -4
  8. package/dist/templates/agent-plugin/agents/plan.md +1 -1
  9. package/dist/templates/agent-plugin/agents/problem.md +20 -20
  10. package/dist/templates/agent-plugin/agents/research-lead.md +1 -1
  11. package/dist/templates/agent-plugin/agents/spec/engineer.md +9 -7
  12. package/dist/templates/agent-plugin/agents/spec/requirements-writer.md +1 -1
  13. package/dist/templates/agent-plugin/agents/spec.md +31 -25
  14. package/dist/templates/agent-plugin/hooks/CLAUDE.md +0 -1
  15. package/dist/templates/agent-plugin/hooks/ask-background-guard.sh +11 -11
  16. package/dist/templates/agent-plugin/hooks/intercept-send-message.sh +1 -1
  17. package/dist/templates/agent-plugin/hooks/operator-user-prompt.sh +2 -2
  18. package/dist/templates/agent-plugin/hooks/plan-validate.sh +3 -3
  19. package/dist/templates/agent-plugin/hooks/require-submit.sh +1 -1
  20. package/dist/templates/agent-plugin/skills/operator/SKILL.md +1 -1
  21. package/dist/templates/agent-suffix.md +4 -18
  22. package/dist/templates/companion-plugin/hooks/user-prompt-context.sh +1 -1
  23. package/dist/templates/dashboard-claude.md +15 -13
  24. package/dist/templates/orchestrator-base.md +44 -78
  25. package/dist/templates/orchestrator-completion.md +9 -11
  26. package/dist/templates/orchestrator-discovery.md +8 -8
  27. package/dist/templates/orchestrator-impl.md +6 -7
  28. package/dist/templates/orchestrator-planning.md +2 -2
  29. package/dist/templates/orchestrator-plugin/commands/sisyphus/scratch.md +1 -1
  30. package/dist/templates/orchestrator-plugin/commands/sisyphus/strategize.md +2 -2
  31. package/dist/templates/orchestrator-validation.md +1 -3
  32. package/dist/templates/termrender-haiku-system.md +5 -3
  33. package/dist/tui.js +1817 -1400
  34. package/dist/tui.js.map +1 -1
  35. package/native/build-notify.sh +2 -2
  36. package/package.json +3 -3
  37. package/templates/agent-plugin/agents/CLAUDE.md +2 -2
  38. package/templates/agent-plugin/agents/operator.md +3 -4
  39. package/templates/agent-plugin/agents/plan.md +1 -1
  40. package/templates/agent-plugin/agents/problem.md +20 -20
  41. package/templates/agent-plugin/agents/research-lead.md +1 -1
  42. package/templates/agent-plugin/agents/spec/engineer.md +9 -7
  43. package/templates/agent-plugin/agents/spec/requirements-writer.md +1 -1
  44. package/templates/agent-plugin/agents/spec.md +31 -25
  45. package/templates/agent-plugin/hooks/CLAUDE.md +0 -1
  46. package/templates/agent-plugin/hooks/ask-background-guard.sh +11 -11
  47. package/templates/agent-plugin/hooks/intercept-send-message.sh +1 -1
  48. package/templates/agent-plugin/hooks/operator-user-prompt.sh +2 -2
  49. package/templates/agent-plugin/hooks/plan-validate.sh +3 -3
  50. package/templates/agent-plugin/hooks/require-submit.sh +1 -1
  51. package/templates/agent-plugin/skills/operator/SKILL.md +1 -1
  52. package/templates/agent-suffix.md +4 -18
  53. package/templates/companion-plugin/hooks/user-prompt-context.sh +1 -1
  54. package/templates/dashboard-claude.md +15 -13
  55. package/templates/orchestrator-base.md +44 -78
  56. package/templates/orchestrator-completion.md +9 -11
  57. package/templates/orchestrator-discovery.md +8 -8
  58. package/templates/orchestrator-impl.md +6 -7
  59. package/templates/orchestrator-planning.md +2 -2
  60. package/templates/orchestrator-plugin/commands/sisyphus/scratch.md +1 -1
  61. package/templates/orchestrator-plugin/commands/sisyphus/strategize.md +2 -2
  62. package/templates/orchestrator-validation.md +1 -3
  63. package/templates/termrender-haiku-system.md +5 -3
  64. package/dist/templates/agent-plugin/skills/humanloop/SKILL.md +0 -148
  65. package/dist/templates/agent-plugin/skills/operator-memory/SKILL.md +0 -64
  66. package/dist/templates/agent-plugin/skills/perspective-fanout/SKILL.md +0 -115
  67. package/dist/templates/agent-plugin/skills/problem-document/SKILL.md +0 -105
  68. package/dist/templates/agent-plugin/skills/problem-plateau-breakers/SKILL.md +0 -83
  69. package/dist/templates/orchestrator-plugin/skills/humanloop/SKILL.md +0 -150
  70. package/dist/templates/orchestrator-plugin/skills/orchestration/CLAUDE.md +0 -1
  71. package/dist/templates/orchestrator-plugin/skills/orchestration/SKILL.md +0 -29
  72. package/dist/templates/orchestrator-plugin/skills/orchestration/strategy.md +0 -160
  73. package/dist/templates/orchestrator-plugin/skills/orchestration/task-patterns.md +0 -266
  74. package/dist/templates/orchestrator-plugin/skills/orchestration/workflow-examples.md +0 -428
  75. package/templates/agent-plugin/skills/humanloop/SKILL.md +0 -148
  76. package/templates/agent-plugin/skills/operator-memory/SKILL.md +0 -64
  77. package/templates/agent-plugin/skills/perspective-fanout/SKILL.md +0 -115
  78. package/templates/agent-plugin/skills/problem-document/SKILL.md +0 -105
  79. package/templates/agent-plugin/skills/problem-plateau-breakers/SKILL.md +0 -83
  80. package/templates/orchestrator-plugin/skills/humanloop/SKILL.md +0 -150
  81. package/templates/orchestrator-plugin/skills/orchestration/CLAUDE.md +0 -1
  82. package/templates/orchestrator-plugin/skills/orchestration/SKILL.md +0 -29
  83. package/templates/orchestrator-plugin/skills/orchestration/strategy.md +0 -160
  84. package/templates/orchestrator-plugin/skills/orchestration/task-patterns.md +0 -266
  85. package/templates/orchestrator-plugin/skills/orchestration/workflow-examples.md +0 -428

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.