holycodex 0.14.1-dev.231.1 → 0.15.0-dev.29.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.
- package/README.md +4 -21
- package/dist/assets/plugin/agents/explorer.md +11 -0
- package/dist/assets/plugin/agents/librarian.md +11 -0
- package/dist/assets/plugin/agents/reviewer.md +11 -0
- package/dist/assets/plugin/agents/root.md +11 -0
- package/dist/assets/plugin/agents/worker.md +13 -0
- package/dist/assets/plugin/compaction/holycodex.md +6 -0
- package/dist/assets/plugin/compaction/manifest.json +5 -0
- package/dist/assets/plugin/hooks/manifest.json +11 -0
- package/dist/assets/plugin/plugin.json +39 -0
- package/dist/assets/plugin/rules/holycodex.md +17 -0
- package/dist/assets/plugin/rules/manifest.json +4 -0
- package/dist/assets/plugin/skills/ast-grep/SKILL.md +7 -0
- package/dist/assets/plugin/skills/ast-grep/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/babysit-ci/SKILL.md +10 -0
- package/dist/assets/plugin/skills/babysit-ci/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/code-review/SKILL.md +10 -0
- package/dist/assets/plugin/skills/code-review/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/commit/SKILL.md +7 -0
- package/dist/assets/plugin/skills/commit/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/compress/SKILL.md +7 -0
- package/dist/assets/plugin/skills/compress/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/context7-cli/SKILL.md +10 -0
- package/dist/assets/plugin/skills/context7-cli/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/debugging/SKILL.md +10 -0
- package/dist/assets/plugin/skills/debugging/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/handoff/SKILL.md +7 -0
- package/dist/assets/plugin/skills/handoff/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/lsp/SKILL.md +7 -0
- package/dist/assets/plugin/skills/lsp/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/lsp-setup/SKILL.md +7 -0
- package/dist/assets/plugin/skills/lsp-setup/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/plan/SKILL.md +10 -0
- package/dist/assets/plugin/skills/plan/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/plan-review/SKILL.md +7 -0
- package/dist/assets/plugin/skills/plan-review/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/ponytail/LICENSE +21 -0
- package/dist/assets/plugin/skills/ponytail/NOTICE +4 -0
- package/dist/assets/plugin/skills/ponytail/SKILL.md +120 -0
- package/dist/assets/plugin/skills/ponytail/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/ponytail/metadata.json +12 -0
- package/dist/assets/plugin/skills/programming/SKILL.md +10 -0
- package/dist/assets/plugin/skills/programming/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/refactor/SKILL.md +7 -0
- package/dist/assets/plugin/skills/refactor/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/remove-slop/SKILL.md +7 -0
- package/dist/assets/plugin/skills/remove-slop/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/rules/SKILL.md +7 -0
- package/dist/assets/plugin/skills/rules/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/workflows/SKILL.md +10 -0
- package/dist/assets/plugin/skills/workflows/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/writing-for-agents/SKILL.md +10 -0
- package/dist/assets/plugin/skills/writing-for-agents/agents/openai.yaml +6 -0
- package/dist/assets/safe-filesystem/linux-x64/manifest.json +1 -0
- package/dist/assets/safe-filesystem/linux-x64/safe-filesystem +0 -0
- package/dist/binary-DODC08JV.js +3 -0
- package/dist/binary-DYvVDqZ5.js +15334 -0
- package/dist/index.js +15 -0
- package/dist/src-BOQ_ib7j.js +3 -0
- package/dist/src-DamQOFzF.js +31873 -0
- package/package.json +24 -44
- package/LICENSE.md +0 -82
- package/THIRD-PARTY-NOTICES.md +0 -13
- package/bin/holycodex.js +0 -2
- package/dist/cli.js +0 -7195
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface:
|
|
2
|
+
display_name: "Remove slop"
|
|
3
|
+
short_description: "Remove proven boilerplate or cruft from explicit changed files."
|
|
4
|
+
default_prompt: "Remove only proven cruft in the assigned changed files and report behavior proof."
|
|
5
|
+
policy:
|
|
6
|
+
allow_implicit_invocation: true
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: rules
|
|
3
|
+
description: Trace repository rule discovery, validation, and application failures.
|
|
4
|
+
---
|
|
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.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface:
|
|
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."
|
|
5
|
+
policy:
|
|
6
|
+
allow_implicit_invocation: true
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: workflows
|
|
3
|
+
description: Use for substantive non-Go orchestration involving discovery, implementation, verification, multiple files, or material risk.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Use this skill for substantive orchestration, because the active plan must control specialist routes, budgets, concurrency, retained context, and terminal proof.
|
|
7
|
+
|
|
8
|
+
Owner: Root control plane; Luna executes literal bounded assignments. Boundary: apply the active plan and workflow runtime, keep capability and approval gates intact, and route contradictions or material choices back to Root. Go remains direct.
|
|
9
|
+
|
|
10
|
+
Completion: each assigned step has a structured outcome, accepted evidence, bounded changes, required checks, and a terminal branch; no specialist delegates or silently broadens authority.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface:
|
|
2
|
+
display_name: "Workflows"
|
|
3
|
+
short_description: "Orchestrate substantive non-Go work under the active plan."
|
|
4
|
+
default_prompt: "Run the bounded multi-step workflow with explicit routes, evidence, approvals, and terminal outcomes."
|
|
5
|
+
policy:
|
|
6
|
+
allow_implicit_invocation: true
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: writing-for-agents
|
|
3
|
+
description: Use when authoring or reviewing prompts, skills, profiles, delegations, handoffs, workflows, or other agent steering.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Write agent instructions as an interface, because a receiving agent needs a concrete outcome, evidence packet, authority boundary, and checkable finish rather than a role label alone.
|
|
7
|
+
|
|
8
|
+
Owner: the authoring role within its approved scope. Boundary: state behavior beside the reason, keep one source of truth, disclose branch-only detail progressively, preserve retained constraints, and leave material decisions with the owning authority.
|
|
9
|
+
|
|
10
|
+
Completion: the instruction is compact, independently authored, triggerable at the right branch, explicit about exclusions and escalation, and testable through the receiving agent's output and completion criterion.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface:
|
|
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."
|
|
5
|
+
policy:
|
|
6
|
+
allow_implicit_invocation: true
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"schemaVersion":"holycodex-safe-filesystem-artifact-v1","protocolVersion":1,"helperVersion":"safe-filesystem-helper-1","platform":"linux","architecture":"x64","executable":"safe-filesystem","sourceSha256":"615247f10b74d34d80a4f0d88dc1ce9a5f701f70114a6ee37c17b578aec4cfbf","helperSha256":"5489ba95fabe16e744b3124b0750d23e8435ac11a5a56d4b4124f75d706d0582","compiler":"cc","compilerVersion":"cc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0\nCopyright (C) 2023 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.","flags":["-std=c17","-O2","-D_FORTIFY_SOURCE=3","-fstack-protector-strong","-fPIE","-pie","-Wall","-Wextra","-Werror","-Wpedantic","-DSAFE_FILESYSTEM_SOURCE_SHA256=\"615247f10b74d34d80a4f0d88dc1ce9a5f701f70114a6ee37c17b578aec4cfbf\""]}
|
|
Binary file
|