holycodex 0.16.5 → 0.16.6-dev.84.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 +9 -6
- package/dist/agent.js +35 -35
- package/dist/assets/plugin/plugin.json +1 -1
- package/dist/assets/plugin/skills/babysit-ci/SKILL.md +33 -0
- package/dist/assets/plugin/skills/babysit-ci/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/commit/SKILL.md +5 -17
- package/dist/assets/plugin/skills/context7-cli/SKILL.md +8 -7
- package/dist/assets/plugin/skills/operations/SKILL.md +6 -12
- package/dist/assets/plugin/skills/plan-review/SKILL.md +3 -4
- package/dist/assets/plugin/skills/testing-quality.md +3 -4
- package/dist/assets/plugin/skills/writing-instructions/SKILL-MECHANICS.md +16 -0
- package/dist/assets/plugin/skills/writing-instructions/SKILL.md +47 -0
- package/dist/assets/plugin/skills/writing-instructions/agents/openai.yaml +6 -0
- package/dist/index.js +57 -57
- package/package.json +5 -5
- package/dist/assets/plugin/skills/writing-for-agents/SKILL-MECHANICS.md +0 -9
- package/dist/assets/plugin/skills/writing-for-agents/SKILL.md +0 -35
- package/dist/assets/plugin/skills/writing-for-agents/agents/openai.yaml +0 -6
- /package/dist/assets/plugin/skills/{writing-for-agents → writing-instructions}/LICENSE +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "holycodex",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.6-dev.84.1",
|
|
4
4
|
"bin": {
|
|
5
5
|
"holycodex": "./dist/index.js",
|
|
6
6
|
"holycodex-agent": "./dist/agent.js"
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
".": "./dist/index.js"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@opentui/core": "~0.5.
|
|
14
|
+
"@opentui/core": "~0.5.11",
|
|
15
15
|
"@toon-format/toon": "^4.1.1",
|
|
16
|
-
"effect": "^3.22.
|
|
16
|
+
"effect": "^3.22.2"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"release": {
|
|
26
26
|
"schemaVersion": "holycodex-release-v1",
|
|
27
|
-
"channel": "
|
|
28
|
-
"sourceSha": "
|
|
27
|
+
"channel": "dev",
|
|
28
|
+
"sourceSha": "b7fa7491244b17d03b5a8a6f3541b9637b5878d7"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
# Skill mechanics
|
|
2
|
-
|
|
3
|
-
Use a model-invoked skill when its description names a distinct model-facing
|
|
4
|
-
branch. Keep the description trigger-first and short. Keep routing and
|
|
5
|
-
invocation metadata in `agents/openai.yaml`; the body owns the behavior.
|
|
6
|
-
|
|
7
|
-
Put uncommon mechanics in a linked reference only when a caller needs them.
|
|
8
|
-
Keep each instruction in one source of truth and avoid copying body text into
|
|
9
|
-
metadata or neighboring skills.
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: writing-for-agents
|
|
3
|
-
description: Use when GPT-6 Astra Root writes or reviews a GPT-5.6 Luna specialist contract.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Writing for agents
|
|
7
|
-
|
|
8
|
-
This skill helps GPT-6 Astra Root author instructions for GPT-5.6 Luna. First
|
|
9
|
-
identify Luna's effective context: the generated Luna baseline, repository
|
|
10
|
-
`AGENTS.md`, the selected native Role.task, loaded skills, and relevant config
|
|
11
|
-
or metadata. Do not restate a directive already visible to that receiver.
|
|
12
|
-
|
|
13
|
-
Give each Assignment only the delta Luna needs:
|
|
14
|
-
|
|
15
|
-
- objective and exact scope;
|
|
16
|
-
- relevant context and authority;
|
|
17
|
-
- unique hard constraints and exclusions;
|
|
18
|
-
- acceptance criteria and required evidence;
|
|
19
|
-
- the material choice or blocker that must escalate;
|
|
20
|
-
- the return payload and stopping condition.
|
|
21
|
-
|
|
22
|
-
Place new policy at the narrowest owner: Root/session behavior in Root
|
|
23
|
-
instructions, repository conventions in `AGENTS.md`, Luna-global constraints in
|
|
24
|
-
the generated baseline, task-specific behavior in Role.task, and conditional
|
|
25
|
-
workflow in a skill or a disclosed reference. Keep invocation metadata as
|
|
26
|
-
routing metadata.
|
|
27
|
-
|
|
28
|
-
State completion before optional procedure. Use positive, literal boundaries,
|
|
29
|
-
and disclose uncommon branches progressively. Let Astra infer routine safe
|
|
30
|
-
defaults and use its judgment to decide what Luna actually needs; do not add
|
|
31
|
-
competence scaffolding, generic recipes, or a broad questionnaire.
|
|
32
|
-
|
|
33
|
-
When a contract is complete, it is independently actionable for Luna, contains
|
|
34
|
-
no same-receiver semantic duplicate, and identifies the evidence that lets Root
|
|
35
|
-
integrate the result.
|
|
File without changes
|