holycodex 0.16.5 → 0.16.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holycodex",
3
- "version": "0.16.5",
3
+ "version": "0.16.6",
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.10",
14
+ "@opentui/core": "~0.5.11",
15
15
  "@toon-format/toon": "^4.1.1",
16
- "effect": "^3.22.1"
16
+ "effect": "^3.22.2"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
@@ -25,6 +25,6 @@
25
25
  "release": {
26
26
  "schemaVersion": "holycodex-release-v1",
27
27
  "channel": "stable",
28
- "sourceSha": "ecdb8a89722edba1aace54ce83845d808311bea1"
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.
@@ -1,6 +0,0 @@
1
- interface:
2
- display_name: "Writing for agents"
3
- short_description: "Design compact, independently actionable agent instructions."
4
- default_prompt: "Open the agent-instruction authoring workflow for this invocation."
5
- policy:
6
- allow_implicit_invocation: true