holycodex 0.15.2 → 0.16.0-dev.39.1

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 (57) hide show
  1. package/README.md +40 -8
  2. package/dist/assets/plugin/agents/explorer.md +18 -7
  3. package/dist/assets/plugin/agents/librarian.md +19 -8
  4. package/dist/assets/plugin/agents/reviewer.md +20 -8
  5. package/dist/assets/plugin/agents/root.md +24 -4
  6. package/dist/assets/plugin/agents/worker.md +39 -8
  7. package/dist/assets/plugin/compaction/holycodex.md +9 -4
  8. package/dist/assets/plugin/plugin.json +3 -4
  9. package/dist/assets/plugin/rules/holycodex.md +11 -2
  10. package/dist/assets/plugin/skills/babysit-ci/SKILL.md +11 -4
  11. package/dist/assets/plugin/skills/babysit-ci/agents/openai.yaml +2 -2
  12. package/dist/assets/plugin/skills/code-review/SKILL.md +14 -5
  13. package/dist/assets/plugin/skills/code-review/agents/openai.yaml +2 -2
  14. package/dist/assets/plugin/skills/commit/SKILL.md +7 -3
  15. package/dist/assets/plugin/skills/commit/agents/openai.yaml +2 -2
  16. package/dist/assets/plugin/skills/compress/SKILL.md +6 -3
  17. package/dist/assets/plugin/skills/compress/agents/openai.yaml +2 -2
  18. package/dist/assets/plugin/skills/context7-cli/SKILL.md +8 -4
  19. package/dist/assets/plugin/skills/context7-cli/agents/openai.yaml +2 -2
  20. package/dist/assets/plugin/skills/debugging/SKILL.md +10 -4
  21. package/dist/assets/plugin/skills/debugging/agents/openai.yaml +2 -2
  22. package/dist/assets/plugin/skills/handoff/SKILL.md +6 -3
  23. package/dist/assets/plugin/skills/handoff/agents/openai.yaml +2 -2
  24. package/dist/assets/plugin/skills/lsp/SKILL.md +7 -3
  25. package/dist/assets/plugin/skills/lsp/agents/openai.yaml +2 -2
  26. package/dist/assets/plugin/skills/lsp-setup/SKILL.md +7 -3
  27. package/dist/assets/plugin/skills/lsp-setup/agents/openai.yaml +2 -2
  28. package/dist/assets/plugin/skills/plan/SKILL.md +8 -5
  29. package/dist/assets/plugin/skills/plan/agents/openai.yaml +1 -1
  30. package/dist/assets/plugin/skills/plan-review/SKILL.md +7 -3
  31. package/dist/assets/plugin/skills/plan-review/agents/openai.yaml +2 -2
  32. package/dist/assets/plugin/skills/programming/SKILL.md +16 -5
  33. package/dist/assets/plugin/skills/programming/agents/openai.yaml +2 -2
  34. package/dist/assets/plugin/skills/refactor/SKILL.md +10 -3
  35. package/dist/assets/plugin/skills/refactor/agents/openai.yaml +2 -2
  36. package/dist/assets/plugin/skills/rules/SKILL.md +6 -3
  37. package/dist/assets/plugin/skills/rules/agents/openai.yaml +2 -2
  38. package/dist/assets/plugin/skills/stop-slop/SKILL.md +28 -32
  39. package/dist/assets/plugin/skills/stop-slop/agents/openai.yaml +2 -2
  40. package/dist/assets/plugin/skills/testing-quality.md +10 -1
  41. package/dist/assets/plugin/skills/writing-for-agents/SKILL.md +1 -1
  42. package/dist/assets/plugin/skills/writing-for-agents/agents/openai.yaml +2 -2
  43. package/dist/index.js +22336 -10
  44. package/package.json +4 -12
  45. package/dist/assets/plugin/skills/ponytail/LICENSE +0 -21
  46. package/dist/assets/plugin/skills/ponytail/NOTICE +0 -4
  47. package/dist/assets/plugin/skills/ponytail/SKILL.md +0 -108
  48. package/dist/assets/plugin/skills/ponytail/agents/openai.yaml +0 -6
  49. package/dist/assets/plugin/skills/ponytail/metadata.json +0 -12
  50. package/dist/assets/plugin/skills/workflows/SKILL.md +0 -10
  51. package/dist/assets/plugin/skills/workflows/agents/openai.yaml +0 -6
  52. package/dist/assets/safe-filesystem/linux-x64/manifest.json +0 -1
  53. package/dist/assets/safe-filesystem/linux-x64/safe-filesystem +0 -0
  54. package/dist/binary-CPh9zpjK.js +0 -15425
  55. package/dist/binary-th3XjkPd.js +0 -3
  56. package/dist/src-d8LOMF1j.js +0 -3
  57. package/dist/src-le8tAupU.js +0 -31946
@@ -1,10 +1,13 @@
1
1
  ---
2
2
  name: plan
3
- description: Use for unresolved architecture, scope, coordination, or material risk before work begins; Root owns the resulting decision.
3
+ description: Use when Root faces unresolved architecture, scope, coordination, or material risk before work begins; produce the implementation-ready decision record.
4
4
  ---
5
5
 
6
- Use this skill when a task has a material unresolved choice, because a bounded plan keeps authority and proof visible before implementation.
6
+ Owner: Root. Boundary: identify alternatives, constraints, risks, route,
7
+ acceptance evidence, exclusions, and recovery without dispatching
8
+ implementation work before the plan gate opens. Specialists may supply facts
9
+ but may not decide the outcome.
7
10
 
8
- Owner: Root. Boundary: identify alternatives, constraints, risks, route, and acceptance evidence; specialists may supply facts but may not decide the outcome.
9
-
10
- Completion: Root has an implementation-ready plan with explicit scope, exclusions, owner/seam, data and control flow, policy and recovery, tests, compatibility, preferred shape, and a bounded proof route.
11
+ Completion: Root has an implementation-ready plan naming scope, owners and
12
+ seams, data and control flow, policy, recovery, tests, compatibility, the
13
+ preferred shape, and a bounded proof route.
@@ -1,6 +1,6 @@
1
1
  interface:
2
2
  display_name: "Plan"
3
3
  short_description: "Resolve material scope and architecture choices before work."
4
- default_prompt: "Create an implementation-ready plan for the unresolved architecture, scope, risk, and proof decisions."
4
+ default_prompt: "When Root faces an unresolved material choice, produce an implementation-ready plan covering scope, route, risk, and proof."
5
5
  policy:
6
6
  allow_implicit_invocation: true
@@ -1,7 +1,11 @@
1
1
  ---
2
2
  name: plan-review
3
- description: Use when a complete plan needs adversarial review; check feasibility, order, risk, and proof to fixed point.
3
+ description: Use when Root has a complete plan that needs adversarial review; check feasibility, order, risk, and proof to a fixed point.
4
4
  ---
5
5
 
6
- Owner: Reviewer. Boundary: inspect the complete plan once to fixed point and return findings; material product or architecture choices return to Root.
7
- Completion: the plan is complete, blocked with evidence, or explicitly needs Root decision.
6
+ Owner: Reviewer. Boundary: inspect the complete plan once to a fixed point;
7
+ repair only reviewer-owned plan defects. Return material product or
8
+ architecture choices to Root.
9
+
10
+ Completion: the plan is complete with proof, blocked with evidence, or
11
+ explicitly needs a Root decision.
@@ -1,6 +1,6 @@
1
1
  interface:
2
2
  display_name: "Plan review"
3
- short_description: "Review one complete plan for feasibility, order, risk, and proof."
4
- default_prompt: "Inspect the complete plan, repair bounded defects, and return structured proof."
3
+ short_description: "Review one complete plan to a fixed point."
4
+ default_prompt: "When Root has a complete plan, inspect it once, repair reviewer-owned defects to a fixed point, and return structured proof."
5
5
  policy:
6
6
  allow_implicit_invocation: true
@@ -1,12 +1,23 @@
1
1
  ---
2
2
  name: programming
3
- description: Use for bounded implementation, fixes, tests, or manifests when the seam and acceptance behavior are decided.
3
+ description: Use when Root has decided a seam and assigns bounded implementation, fixes, tests, or manifests with known acceptance behavior.
4
4
  ---
5
5
 
6
- Implement only the assigned seam, because repository-native ownership and a proportional proof keep a small change reviewable.
6
+ Implement only the assigned seam. Inspect required callers and tests, preserve
7
+ typed boundaries and portability, edit only approved files, and make one
8
+ bounded clarity pass.
7
9
 
8
- When implementation changes tests, apply [testing quality](../testing-quality.md) before adding or retaining them.
10
+ Reuse existing code, prefer standard-library or native behavior, trace every
11
+ caller before repairing a shared root cause, and keep the diff minimal and
12
+ bounded. Do not add speculative abstractions.
9
13
 
10
- Owner: Worker. Boundary: inspect required callers and tests, preserve typed boundaries and portability, edit only approved files, make one bounded clarity pass, and escalate material choices.
14
+ When implementation changes tests, apply [testing quality](../testing-quality.md)
15
+ before adding or retaining them. Escalate material choices.
11
16
 
12
- Completion: the requested behavior and focused tests are present, changed files are inspected, diagnostics and proportional checks pass, and structured evidence names residual risk or a precise blocker.
17
+ Owner: Worker. Boundary: preserve repository-native ownership, dependency
18
+ direction, trust checks, and acceptance behavior; do not broaden scope or
19
+ delegate.
20
+
21
+ Completion: the requested behavior and focused proof are present, changed
22
+ files are inspected, diagnostics and proportional checks pass, and structured
23
+ evidence names residual risk or a precise blocker.
@@ -1,6 +1,6 @@
1
1
  interface:
2
2
  display_name: "Programming"
3
- short_description: "Implement a decided seam with proportional proof."
4
- default_prompt: "Implement the assigned seam, add focused proof, inspect the changed files, and return structured evidence."
3
+ short_description: "Implement one decided seam with proportional proof."
4
+ default_prompt: "When Root assigns a decided seam, implement it, add focused proof, inspect changed files, and return structured evidence."
5
5
  policy:
6
6
  allow_implicit_invocation: true
@@ -1,7 +1,14 @@
1
1
  ---
2
2
  name: refactor
3
- description: Use when one decided seam needs restructuring; preserve behavior and interfaces.
3
+ description: Use when Root has decided one seam needs restructuring; preserve behavior, ownership, and interfaces.
4
4
  ---
5
5
 
6
- Owner: Worker. Boundary: change only the assigned seam and preserve ownership, dependency direction, and public behavior.
7
- Completion: changed files and behavior-locked checks are clean.
6
+ Reuse existing code and prefer standard-library or native behavior. Trace
7
+ callers before changing a shared root cause, keep the diff minimal and
8
+ bounded, and avoid speculative abstractions.
9
+
10
+ Owner: Worker. Boundary: change only the assigned seam; preserve ownership,
11
+ dependency direction, public behavior, and interfaces.
12
+
13
+ Completion: changed files are inspected and behavior-locked checks are clean,
14
+ with any residual risk or blocker explicit.
@@ -1,6 +1,6 @@
1
1
  interface:
2
2
  display_name: "Refactor"
3
- short_description: "Restructure one decided seam while preserving behavior and interfaces."
4
- default_prompt: "Refactor the assigned seam, preserve interfaces, and return focused proof."
3
+ short_description: "Restructure one decided seam while preserving its contract."
4
+ default_prompt: "When Root assigns a seam refactor, preserve behavior and interfaces, inspect the changed files, and return focused proof."
5
5
  policy:
6
6
  allow_implicit_invocation: true
@@ -1,7 +1,10 @@
1
1
  ---
2
2
  name: rules
3
- description: Use when repository rules fail discovery, validation, or application; trace the owning rule path.
3
+ description: Use when Root assigns a repository rule discovery, validation, or application failure; trace the owning rule path.
4
4
  ---
5
5
 
6
- Owner: Worker. Boundary: inspect the owning rule loader and preserve deduplication, limits, caching, and trust boundaries.
7
- Completion: the rule path, policy, and failure evidence are explicit.
6
+ Owner: Worker. Boundary: inspect the owning rule loader and preserve
7
+ deduplication, limits, caching, trust boundaries, and rule ownership.
8
+
9
+ Completion: the rule path, policy, observed failure, and verification evidence
10
+ are explicit, or the exact blocker is returned.
@@ -1,6 +1,6 @@
1
1
  interface:
2
2
  display_name: "Rules"
3
- short_description: "Trace repository rule discovery, validation, and application failures."
4
- default_prompt: "Inspect the assigned rule seam and return exact behavior, limits, and failure evidence."
3
+ short_description: "Trace one repository rule discovery or application failure."
4
+ default_prompt: "When Root assigns a rule failure, inspect the owning rule seam and return exact behavior, limits, and failure evidence."
5
5
  policy:
6
6
  allow_implicit_invocation: true
@@ -1,41 +1,37 @@
1
1
  ---
2
2
  name: stop-slop
3
- description: Use when drafting, editing, or reviewing prose; remove predictable AI writing patterns.
4
- metadata:
5
- trigger: Writing prose, editing drafts, reviewing content for AI patterns
6
- author: Hardik Pandya (https://hvpandya.com)
3
+ description: Use when Root assigns prose to draft, edit, or review; remove predictable AI writing patterns while preserving the requested voice.
7
4
  ---
8
5
 
9
- # Stop Slop
10
-
11
- Eliminate predictable AI writing patterns from prose.
12
-
13
- ## Core Rules
14
-
15
- 1. **Cut filler phrases.** Remove throat-clearing openers, emphasis crutches, and all adverbs. See [references/phrases.md](references/phrases.md).
16
- 2. **Break formulaic structures.** Avoid binary contrasts, negative listings, dramatic fragmentation, rhetorical setups, false agency. See [references/structures.md](references/structures.md).
17
- 3. **Use active voice.** Every sentence needs a human subject doing something. No passive constructions. No inanimate objects performing human actions ("the complaint becomes a fix").
18
- 4. **Be specific.** No vague declaratives ("The reasons are structural"). Name the specific thing. No lazy extremes ("every," "always," "never") doing vague work.
19
- 5. **Put the reader in the room.** No narrator-from-a-distance voice. "You" beats "People." Specifics beat abstractions.
20
- 6. **Vary rhythm.** Mix sentence lengths. Two items beat three. End paragraphs differently. No em dashes.
21
- 7. **Trust readers.** State facts directly. Skip softening, justification, hand-holding.
22
- 8. **Cut quotables.** If it sounds like a pull-quote, rewrite it.
23
-
24
- ## Quick Checks
6
+ Owner: Worker or Reviewer within the assigned prose surface. Boundary: edit
7
+ only the assigned text, preserve meaning and product voice, and use the linked
8
+ references for phrase, structure, and example branches when needed.
25
9
 
26
- Before delivering prose:
27
-
28
- - Any adverbs? Kill them.
29
- - Any passive voice? Find the actor, make them the subject.
30
- - Inanimate thing doing a human verb? Name the person.
31
- - Sentence starts with a Wh- word? Restructure it.
32
- - Any throat-clearing, binary contrast, vague declaration, meta-joiner, em dash, or repeated rhythm? Cut or rewrite it.
33
-
34
- ## Scoring
35
-
36
- Rate directness, rhythm, trust, authenticity, and density from 1-10. Below 35/50: revise.
10
+ # Stop Slop
37
11
 
38
- See [references/examples.md](references/examples.md) for before/after transformations.
12
+ Remove predictable AI writing patterns from prose.
13
+
14
+ ## Core rules
15
+
16
+ 1. Cut filler phrases, emphasis crutches, and adverbs. See
17
+ [phrases](references/phrases.md).
18
+ 2. Break formulaic structures, binary contrasts, negative listings, dramatic
19
+ fragments, rhetorical setups, and false agency. See
20
+ [structures](references/structures.md).
21
+ 3. Use active voice and name the person doing the work.
22
+ 4. Replace vague declarations and lazy extremes with specific facts.
23
+ 5. Prefer "you" and concrete details over distant abstractions.
24
+ 6. Vary sentence length and paragraph rhythm. Avoid em dashes.
25
+ 7. State facts directly without softening or hand-holding.
26
+ 8. Rewrite pull-quote language as plain language.
27
+
28
+ Before delivery, check for adverbs, passive voice, inanimate actors, vague
29
+ claims, throat-clearing, binary contrasts, meta-joiners, em dashes, and repeated
30
+ rhythm. Use [examples](references/examples.md) to calibrate edits.
31
+
32
+ Completion: the assigned prose is direct, specific, constraint-equivalent,
33
+ and reviewed against the relevant references; any deliberate voice tradeoff
34
+ is recorded.
39
35
 
40
36
  ## License
41
37
 
@@ -1,6 +1,6 @@
1
1
  interface:
2
2
  display_name: "Stop Slop"
3
- short_description: "Remove predictable AI prose patterns"
4
- default_prompt: "Edit the assigned prose using the stop-slop rules and disclosed references."
3
+ short_description: "Edit assigned prose to remove predictable AI patterns."
4
+ default_prompt: "When Root assigns prose editing, apply the concise rules and disclosed references while preserving meaning and voice."
5
5
  policy:
6
6
  allow_implicit_invocation: true
@@ -1,6 +1,12 @@
1
1
  # Testing quality
2
2
 
3
- Protect stable behavior, contracts, invariants, safety properties, compatibility guarantees, and meaningful failure modes. Prefer observable behavior and typed or public boundaries while leaving implementation choices free.
3
+ Use this reference when Root, Worker, or Reviewer evaluates a test for a
4
+ requested change.
5
+
6
+ Owner: Worker or Reviewer within the assigned test surface. Boundary: protect
7
+ stable behavior, contracts, invariants, safety properties, compatibility
8
+ guarantees, and meaningful failure modes. Prefer observable and typed or
9
+ public boundaries while leaving implementation choices free.
4
10
 
5
11
  Before adding a regression or smoke test, identify:
6
12
 
@@ -13,3 +19,6 @@ Remove or rewrite tests that freeze incidental counts, inventories, internal pat
13
19
  A smoke test consumes the shipped artifact through one supported outer boundary with minimal realistic setup. It answers whether the artifact can start and perform its smallest supported job. It does not duplicate the suite, reproduce packaging logic, crawl file inventories, or accumulate historical implementation assertions.
14
20
 
15
21
  Use proportional proof. A test that constrains more design than meaningful regression risk should not exist.
22
+
23
+ Completion: each retained test names the stable behavior and regression it
24
+ protects, and the chosen boundary is no more brittle than necessary.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: writing-for-agents
3
- description: Use when authoring or reviewing prompts, skills, profiles, delegations, handoffs, workflows, or agent-facing repository instructions; make them independently actionable with low context load.
3
+ description: Use when authoring or reviewing prompts, skills, profiles, delegations, handoffs, or agent-facing repository instructions; make them independently actionable with low context load.
4
4
  ---
5
5
 
6
6
  # Writing for agents
@@ -1,6 +1,6 @@
1
1
  interface:
2
2
  display_name: "Writing for agents"
3
- short_description: "Design compact, actionable agent instructions."
4
- default_prompt: "Write or review agent steering with clear behavior, reason, authority, evidence, escalation, and completion."
3
+ short_description: "Design compact, independently actionable agent instructions."
4
+ default_prompt: "When Root assigns agent-instruction work, write or review steering with clear behavior, reason, authority, evidence, escalation, and completion."
5
5
  policy:
6
6
  allow_implicit_invocation: true