holycodex 0.16.4-dev.77.1 → 0.16.4

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 (37) hide show
  1. package/README.md +0 -5
  2. package/dist/agent.js +38 -52
  3. package/dist/assets/plugin/plugin.json +1 -1
  4. package/dist/assets/plugin/skills/code-review/SKILL.md +24 -5
  5. package/dist/assets/plugin/skills/code-review/agents/openai.yaml +1 -1
  6. package/dist/assets/plugin/skills/commit/SKILL.md +12 -6
  7. package/dist/assets/plugin/skills/commit/agents/openai.yaml +1 -1
  8. package/dist/assets/plugin/skills/compress/SKILL.md +15 -4
  9. package/dist/assets/plugin/skills/compress/agents/openai.yaml +1 -1
  10. package/dist/assets/plugin/skills/context7-cli/SKILL.md +10 -4
  11. package/dist/assets/plugin/skills/context7-cli/agents/openai.yaml +1 -1
  12. package/dist/assets/plugin/skills/debugging/SKILL.md +23 -4
  13. package/dist/assets/plugin/skills/debugging/agents/openai.yaml +1 -1
  14. package/dist/assets/plugin/skills/handoff/SKILL.md +13 -4
  15. package/dist/assets/plugin/skills/handoff/agents/openai.yaml +1 -1
  16. package/dist/assets/plugin/skills/operations/SKILL.md +27 -7
  17. package/dist/assets/plugin/skills/operations/agents/openai.yaml +1 -1
  18. package/dist/assets/plugin/skills/plan/SKILL.md +21 -6
  19. package/dist/assets/plugin/skills/plan/agents/openai.yaml +1 -1
  20. package/dist/assets/plugin/skills/plan-review/SKILL.md +19 -5
  21. package/dist/assets/plugin/skills/plan-review/agents/openai.yaml +1 -1
  22. package/dist/assets/plugin/skills/programming/SKILL.md +18 -4
  23. package/dist/assets/plugin/skills/programming/agents/openai.yaml +1 -1
  24. package/dist/assets/plugin/skills/refactor/SKILL.md +18 -4
  25. package/dist/assets/plugin/skills/refactor/agents/openai.yaml +1 -1
  26. package/dist/assets/plugin/skills/rules/SKILL.md +15 -4
  27. package/dist/assets/plugin/skills/rules/agents/openai.yaml +1 -1
  28. package/dist/assets/plugin/skills/stop-slop/SKILL.md +42 -5
  29. package/dist/assets/plugin/skills/stop-slop/agents/openai.yaml +1 -1
  30. package/dist/assets/plugin/skills/testing-quality.md +26 -10
  31. package/dist/assets/plugin/skills/writing-for-agents/SKILL-MECHANICS.md +16 -6
  32. package/dist/assets/plugin/skills/writing-for-agents/SKILL.md +55 -29
  33. package/dist/assets/plugin/skills/writing-for-agents/agents/openai.yaml +1 -1
  34. package/dist/index.js +53 -69
  35. package/package.json +3 -3
  36. package/dist/assets/plugin/skills/grill-me/SKILL.md +0 -21
  37. package/dist/assets/plugin/skills/grill-me/agents/openai.yaml +0 -6
package/README.md CHANGED
@@ -7,7 +7,6 @@ inspecting, and removing HolyCodex through Codex's native plugin management.
7
7
  bunx holycodex install
8
8
  bunx holycodex doctor
9
9
  bunx holycodex remove
10
- bunx holycodex upgrade
11
10
  ```
12
11
 
13
12
  Use `--yes` when no interactive terminal is available. `--profile` selects
@@ -26,10 +25,6 @@ historical values.
26
25
 
27
26
  Frontend and Security are selected by default; Work and Computer Use are
28
27
  opt-in. Selected capabilities must install and verify or installation fails.
29
- The interactive installer accepts additional plugin IDs separated by whitespace;
30
- the repeatable `--add-plugin <id>` option remains available for scripts.
31
- `upgrade` migrates an existing installation in place; use `--dry-run` to preview
32
- changes without mutating it.
33
28
  Use `--json` for one validated machine-readable envelope. Human output reports
34
29
  the version, profile, tier, selected capabilities, and actionable warnings without
35
30
  printing the internal installation record.