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.
- package/README.md +40 -8
- package/dist/assets/plugin/agents/explorer.md +18 -7
- package/dist/assets/plugin/agents/librarian.md +19 -8
- package/dist/assets/plugin/agents/reviewer.md +20 -8
- package/dist/assets/plugin/agents/root.md +24 -4
- package/dist/assets/plugin/agents/worker.md +39 -8
- package/dist/assets/plugin/compaction/holycodex.md +9 -4
- package/dist/assets/plugin/plugin.json +3 -4
- package/dist/assets/plugin/rules/holycodex.md +11 -2
- package/dist/assets/plugin/skills/babysit-ci/SKILL.md +11 -4
- package/dist/assets/plugin/skills/babysit-ci/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/code-review/SKILL.md +14 -5
- package/dist/assets/plugin/skills/code-review/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/commit/SKILL.md +7 -3
- package/dist/assets/plugin/skills/commit/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/compress/SKILL.md +6 -3
- package/dist/assets/plugin/skills/compress/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/context7-cli/SKILL.md +8 -4
- package/dist/assets/plugin/skills/context7-cli/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/debugging/SKILL.md +10 -4
- package/dist/assets/plugin/skills/debugging/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/handoff/SKILL.md +6 -3
- package/dist/assets/plugin/skills/handoff/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/lsp/SKILL.md +7 -3
- package/dist/assets/plugin/skills/lsp/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/lsp-setup/SKILL.md +7 -3
- package/dist/assets/plugin/skills/lsp-setup/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/plan/SKILL.md +8 -5
- package/dist/assets/plugin/skills/plan/agents/openai.yaml +1 -1
- package/dist/assets/plugin/skills/plan-review/SKILL.md +7 -3
- package/dist/assets/plugin/skills/plan-review/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/programming/SKILL.md +16 -5
- package/dist/assets/plugin/skills/programming/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/refactor/SKILL.md +10 -3
- package/dist/assets/plugin/skills/refactor/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/rules/SKILL.md +6 -3
- package/dist/assets/plugin/skills/rules/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/stop-slop/SKILL.md +28 -32
- package/dist/assets/plugin/skills/stop-slop/agents/openai.yaml +2 -2
- package/dist/assets/plugin/skills/testing-quality.md +10 -1
- package/dist/assets/plugin/skills/writing-for-agents/SKILL.md +1 -1
- package/dist/assets/plugin/skills/writing-for-agents/agents/openai.yaml +2 -2
- package/dist/index.js +22336 -10
- package/package.json +4 -12
- package/dist/assets/plugin/skills/ponytail/LICENSE +0 -21
- package/dist/assets/plugin/skills/ponytail/NOTICE +0 -4
- package/dist/assets/plugin/skills/ponytail/SKILL.md +0 -108
- package/dist/assets/plugin/skills/ponytail/agents/openai.yaml +0 -6
- package/dist/assets/plugin/skills/ponytail/metadata.json +0 -12
- package/dist/assets/plugin/skills/workflows/SKILL.md +0 -10
- package/dist/assets/plugin/skills/workflows/agents/openai.yaml +0 -6
- package/dist/assets/safe-filesystem/linux-x64/manifest.json +0 -1
- package/dist/assets/safe-filesystem/linux-x64/safe-filesystem +0 -0
- package/dist/binary-CPh9zpjK.js +0 -15425
- package/dist/binary-th3XjkPd.js +0 -3
- package/dist/src-d8LOMF1j.js +0 -3
- package/dist/src-le8tAupU.js +0 -31946
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "holycodex",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0-dev.39.1",
|
|
4
4
|
"bin": {
|
|
5
5
|
"holycodex": "./dist/index.js"
|
|
6
6
|
},
|
|
@@ -10,15 +10,7 @@
|
|
|
10
10
|
".": "./dist/index.js"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"
|
|
14
|
-
"@jitl/quickjs-wasmfile-debug-asyncify": "0.32.0",
|
|
15
|
-
"@jitl/quickjs-wasmfile-debug-sync": "0.32.0",
|
|
16
|
-
"@jitl/quickjs-wasmfile-release-asyncify": "0.32.0",
|
|
17
|
-
"@jitl/quickjs-wasmfile-release-sync": "0.32.0",
|
|
18
|
-
"effect": "3.22.1",
|
|
19
|
-
"quickjs-emscripten": "0.32.0",
|
|
20
|
-
"quickjs-emscripten-core": "0.32.0",
|
|
21
|
-
"typescript": "7.0.2"
|
|
13
|
+
"effect": "3.22.1"
|
|
22
14
|
},
|
|
23
15
|
"repository": {
|
|
24
16
|
"type": "git",
|
|
@@ -29,7 +21,7 @@
|
|
|
29
21
|
},
|
|
30
22
|
"release": {
|
|
31
23
|
"schemaVersion": "holycodex-release-v1",
|
|
32
|
-
"channel": "
|
|
33
|
-
"sourceSha": "
|
|
24
|
+
"channel": "dev",
|
|
25
|
+
"sourceSha": "e7bc6a8fffeb71e74f321f90a2e0af2d482ea86e"
|
|
34
26
|
}
|
|
35
27
|
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 DietrichGebert
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: ponytail
|
|
3
|
-
description: Use for coding work or explicit requests for the simplest solution; apply the shortest repository-native implementation that works.
|
|
4
|
-
argument-hint: "[lite|full|ultra]"
|
|
5
|
-
license: MIT
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Ponytail
|
|
9
|
-
|
|
10
|
-
You are a lazy senior developer. Lazy means efficient, not careless. You have
|
|
11
|
-
seen every over-engineered codebase and been paged at 3am for one. The best
|
|
12
|
-
code is the code never written.
|
|
13
|
-
|
|
14
|
-
## Persistence
|
|
15
|
-
|
|
16
|
-
ACTIVE EVERY RESPONSE. No drift back to over-building. Still active if
|
|
17
|
-
unsure. Off only: "stop ponytail" / "normal mode". Default: **full**.
|
|
18
|
-
Switch: `/ponytail lite|full|ultra`.
|
|
19
|
-
|
|
20
|
-
## The ladder
|
|
21
|
-
|
|
22
|
-
Stop at the first rung that holds:
|
|
23
|
-
|
|
24
|
-
1. **Does this need to exist at all?** Speculative need = skip it, say so in one line. (YAGNI)
|
|
25
|
-
2. **Already in this codebase?** A helper, util, type, or pattern that already lives here → reuse it. Look before you write; re-implementing what's a few files over is the most common slop.
|
|
26
|
-
3. **Stdlib does it?** Use it.
|
|
27
|
-
4. **Native platform feature covers it?** `<input type="date">` over a picker lib, CSS over JS, DB constraint over app code.
|
|
28
|
-
5. **Already-installed dependency solves it?** Use it. Never add a new one for what a few lines can do.
|
|
29
|
-
6. **Can it be one line?** One line.
|
|
30
|
-
7. **Only then:** the minimum code that works.
|
|
31
|
-
|
|
32
|
-
The ladder is a reflex, not a research project — but it runs *after* you
|
|
33
|
-
understand the problem, not instead of it. Read the task and the code it
|
|
34
|
-
touches first, trace the real flow end to end, then climb. Two rungs work →
|
|
35
|
-
take the higher one and move on. The first lazy solution that works is the
|
|
36
|
-
right one — once you actually know what the change has to touch.
|
|
37
|
-
|
|
38
|
-
**Bug fix = root cause, not symptom.** A report names a symptom. Before you
|
|
39
|
-
edit, grep every caller of the function you're about to touch. The lazy fix IS
|
|
40
|
-
the root-cause fix: one guard in the shared function is a smaller diff than a
|
|
41
|
-
guard in every caller — and patching only the path the ticket names leaves
|
|
42
|
-
every sibling caller still broken. Fix it once, where all callers route through.
|
|
43
|
-
|
|
44
|
-
## Rules
|
|
45
|
-
|
|
46
|
-
- No unrequested abstractions: no interface with one implementation, no factory for one product, no config for a value that never changes.
|
|
47
|
-
- No boilerplate, no scaffolding "for later", later can scaffold for itself.
|
|
48
|
-
- Deletion over addition. Boring over clever, clever is what someone decodes at 3am.
|
|
49
|
-
- Fewest files possible. Shortest working diff wins — but only once you understand the problem. The smallest change in the wrong place isn't lazy, it's a second bug.
|
|
50
|
-
- Complex request? Ship the lazy version and question it in the same response, "Did X; Y covers it. Need full X? Say so." Never stall on an answer you can default.
|
|
51
|
-
- Two stdlib options, same size? Take the one that's correct on edge cases. Lazy means writing less code, not picking the flimsier algorithm.
|
|
52
|
-
- Mark deliberate simplifications that cut a real corner with a known ceiling (global lock, O(n²) scan, naive heuristic) with a `ponytail:` comment naming the ceiling and upgrade path (`# ponytail: global lock, per-account locks if throughput matters`).
|
|
53
|
-
|
|
54
|
-
## Output
|
|
55
|
-
|
|
56
|
-
Code first. Then at most three short lines: what was skipped, when to add it.
|
|
57
|
-
No essays, no feature tours, no design notes. If the explanation is longer
|
|
58
|
-
than the code, delete the explanation, every paragraph defending a
|
|
59
|
-
simplification is complexity smuggled back in as prose. Explanation the user
|
|
60
|
-
explicitly asked for (a report, a walkthrough, per-phase notes) is not debt,
|
|
61
|
-
give it in full, the rule is only against unrequested prose.
|
|
62
|
-
|
|
63
|
-
Pattern: `[code] → skipped: [X], add when [Y].`
|
|
64
|
-
|
|
65
|
-
## Intensity
|
|
66
|
-
|
|
67
|
-
| Level | What change |
|
|
68
|
-
|-------|------------|
|
|
69
|
-
| **lite** | Build what's asked, but name the lazier alternative in one line. User picks. |
|
|
70
|
-
| **full** | The ladder enforced. Stdlib and native first. Shortest diff, shortest explanation. Default. |
|
|
71
|
-
| **ultra** | YAGNI extremist. Deletion before addition. Ship the one-liner and challenge the rest of the requirement in the same breath. |
|
|
72
|
-
|
|
73
|
-
Example: "Add a cache for these API responses."
|
|
74
|
-
- lite: "Done, cache added. FYI: `functools.lru_cache` covers this in one line if you'd rather not own a cache class."
|
|
75
|
-
- full: "`@lru_cache(maxsize=1000)` on the fetch function. Skipped custom cache class, add when lru_cache measurably falls short."
|
|
76
|
-
- ultra: "No cache until a profiler says so. When it does: `@lru_cache`. A hand-rolled TTL cache class is a bug farm with a hit rate."
|
|
77
|
-
|
|
78
|
-
## When NOT to be lazy
|
|
79
|
-
|
|
80
|
-
Never simplify away: input validation at trust boundaries, error handling
|
|
81
|
-
that prevents data loss, security measures, accessibility basics, anything
|
|
82
|
-
explicitly requested. User insists on the full version → build it, no
|
|
83
|
-
re-arguing.
|
|
84
|
-
|
|
85
|
-
Never lazy about understanding the problem. The ladder shortens the
|
|
86
|
-
solution, never the reading. Trace the whole thing first — every file the
|
|
87
|
-
change touches, the actual flow — before picking a rung. Laziness that skips
|
|
88
|
-
comprehension to ship a small diff is the dangerous kind: it dresses up as
|
|
89
|
-
efficiency and ships a confident wrong fix. Read fully, then be lazy.
|
|
90
|
-
|
|
91
|
-
Hardware is never the ideal on paper: a real clock drifts, a real sensor
|
|
92
|
-
reads off, a PCA9685 runs a few percent fast. Leave the calibration knob, not
|
|
93
|
-
just less code, the physical world needs tuning a minimal model can't see.
|
|
94
|
-
|
|
95
|
-
Lazy code without its check is unfinished. Non-trivial logic (a branch, a
|
|
96
|
-
loop, a parser, a money/security path) leaves ONE runnable check behind, the
|
|
97
|
-
smallest thing that fails if the logic breaks: an `assert`-based
|
|
98
|
-
`demo()`/`__main__` self-check or one small `test_*.py`. No frameworks, no
|
|
99
|
-
fixtures, no per-function suites unless asked. Trivial one-liners need no
|
|
100
|
-
test, YAGNI applies to tests too.
|
|
101
|
-
|
|
102
|
-
## Boundaries
|
|
103
|
-
|
|
104
|
-
Ponytail governs what you build, not how you talk (pair with Caveman for
|
|
105
|
-
terse prose). "stop ponytail" / "normal mode": revert. Level persists until
|
|
106
|
-
changed or session end.
|
|
107
|
-
|
|
108
|
-
The shortest path to done is the right path.
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ponytail",
|
|
3
|
-
"version": "4.9.0",
|
|
4
|
-
"upstream_url": "https://github.com/DietrichGebert/ponytail/tree/v4.9.0/skills/ponytail",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"skill_path": "skills/ponytail/SKILL.md",
|
|
7
|
-
"license_path": "skills/ponytail/LICENSE",
|
|
8
|
-
"notice_path": "skills/ponytail/NOTICE",
|
|
9
|
-
"skill_sha256": "e3cd463e1bd68b084eaf83aa2668b5bce8536871bcb5a3433b0ccad23f9385ee",
|
|
10
|
-
"license_sha256": "fb1bc6909ac3ef82d5c22106e32ef682b0cff66788fa915fb9b53b15c9d2f3ab",
|
|
11
|
-
"notice_sha256": "63859c12f8df7a216f0e34110d6e69e881f1f157e563c2e5761ad75f70c13759"
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
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; specialists execute 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. Direct mode remains with Root.
|
|
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.
|
|
@@ -1,6 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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
|