@openrig/cli 0.5.3 → 0.5.4
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/daemon/assets/plugins/openrig-core/.claude-plugin/plugin.json +1 -1
- package/daemon/assets/plugins/openrig-core/.codex-plugin/plugin.json +1 -1
- package/daemon/assets/plugins/openrig-core/README.md +1 -1
- package/daemon/assets/plugins/openrig-core/hooks/scripts/refocus.cjs +32 -12
- package/daemon/assets/plugins/openrig-core/skills/openrig-skills/SKILL.md +3 -0
- package/daemon/assets/plugins/openrig-core/skills/software-for-agents/SKILL.md +4 -9
- package/daemon/context-packs/skills/core/agent-starters/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/agent-startup-and-context-ingestion/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/attention-queue/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/cross-host-rig-commands/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/human-in-the-loop/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/openrig-architect/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/openrig-cmux/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/openrig-herdr/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/openrig-upgrade/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/rig-bundles-and-shareable-artifacts/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/rig-lifecycle/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/session-source-fork/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/specification-system/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/topology-mutation-and-seat-management/manifest.yaml +1 -1
- package/daemon/context-packs/skills/core/watchdog/manifest.yaml +1 -1
- package/daemon/context-packs/skills/pm/backlog-capture/manifest.yaml +1 -1
- package/daemon/context-packs/skills/pm/context-builder/manifest.yaml +1 -1
- package/daemon/context-packs/skills/pm/exec-summary/manifest.yaml +1 -1
- package/daemon/context-packs/skills/pm/office-hours/manifest.yaml +1 -1
- package/daemon/context-packs/skills/pm/plan-review/manifest.yaml +1 -1
- package/daemon/context-packs/skills/pm/requirements-writer/manifest.yaml +1 -1
- package/daemon/context-packs/skills/pm/ui-mockup/manifest.yaml +1 -1
- package/daemon/context-packs/skills/pods/development-team/manifest.yaml +1 -1
- package/daemon/context-packs/skills/pods/orchestration-team/manifest.yaml +1 -1
- package/daemon/context-packs/skills/pods/oversight-team/manifest.yaml +1 -1
- package/daemon/context-packs/skills/pods/review-team/manifest.yaml +1 -1
- package/daemon/context-packs/skills/process/agent-browser/manifest.yaml +1 -1
- package/daemon/context-packs/skills/process/brainstorming/manifest.yaml +1 -1
- package/daemon/context-packs/skills/process/context-engineering/manifest.yaml +1 -1
- package/daemon/context-packs/skills/process/dogfood/manifest.yaml +1 -1
- package/daemon/context-packs/skills/process/executing-plans/manifest.yaml +1 -1
- package/daemon/context-packs/skills/process/frontend-design/manifest.yaml +1 -1
- package/daemon/context-packs/skills/process/systematic-debugging/manifest.yaml +1 -1
- package/daemon/context-packs/skills/process/test-driven-development/manifest.yaml +1 -1
- package/daemon/context-packs/skills/process/using-superpowers/manifest.yaml +1 -1
- package/daemon/context-packs/skills/process/verification-before-completion/manifest.yaml +1 -1
- package/daemon/context-packs/skills/process/writing-plans/manifest.yaml +1 -1
- package/daemon/context-packs/world/install/manifest.yaml +1 -1
- package/daemon/dist/adapters/tmux.d.ts +31 -0
- package/daemon/dist/adapters/tmux.d.ts.map +1 -1
- package/daemon/dist/adapters/tmux.js +31 -11
- package/daemon/dist/adapters/tmux.js.map +1 -1
- package/daemon/dist/build-info.js +3 -3
- package/daemon/dist/daemon-db-path.d.ts.map +1 -1
- package/daemon/dist/daemon-db-path.js +50 -2
- package/daemon/dist/daemon-db-path.js.map +1 -1
- package/daemon/dist/domain/plugin-discovery-service.d.ts +16 -0
- package/daemon/dist/domain/plugin-discovery-service.d.ts.map +1 -1
- package/daemon/dist/domain/plugin-discovery-service.js +175 -1
- package/daemon/dist/domain/plugin-discovery-service.js.map +1 -1
- package/daemon/dist/domain/plugin-vendor-service.d.ts +9 -5
- package/daemon/dist/domain/plugin-vendor-service.d.ts.map +1 -1
- package/daemon/dist/domain/plugin-vendor-service.js +101 -12
- package/daemon/dist/domain/plugin-vendor-service.js.map +1 -1
- package/daemon/dist/domain/queue-repository.d.ts +3 -1
- package/daemon/dist/domain/queue-repository.d.ts.map +1 -1
- package/daemon/dist/domain/queue-repository.js +50 -2
- package/daemon/dist/domain/queue-repository.js.map +1 -1
- package/daemon/dist/domain/reconciler.d.ts.map +1 -1
- package/daemon/dist/domain/reconciler.js +6 -1
- package/daemon/dist/domain/reconciler.js.map +1 -1
- package/daemon/dist/domain/rig-repository.d.ts +4 -0
- package/daemon/dist/domain/rig-repository.d.ts.map +1 -1
- package/daemon/dist/domain/rig-repository.js +9 -0
- package/daemon/dist/domain/rig-repository.js.map +1 -1
- package/daemon/dist/domain/rigspec-instantiator.d.ts +9 -0
- package/daemon/dist/domain/rigspec-instantiator.d.ts.map +1 -1
- package/daemon/dist/domain/rigspec-instantiator.js +32 -0
- package/daemon/dist/domain/rigspec-instantiator.js.map +1 -1
- package/daemon/dist/domain/running-name-guard.d.ts +52 -0
- package/daemon/dist/domain/running-name-guard.d.ts.map +1 -0
- package/daemon/dist/domain/running-name-guard.js +34 -0
- package/daemon/dist/domain/running-name-guard.js.map +1 -0
- package/daemon/dist/domain/seat-lifecycle-service.d.ts +97 -0
- package/daemon/dist/domain/seat-lifecycle-service.d.ts.map +1 -0
- package/daemon/dist/domain/seat-lifecycle-service.js +312 -0
- package/daemon/dist/domain/seat-lifecycle-service.js.map +1 -0
- package/daemon/dist/domain/session-transport.d.ts +8 -5
- package/daemon/dist/domain/session-transport.d.ts.map +1 -1
- package/daemon/dist/domain/session-transport.js +39 -16
- package/daemon/dist/domain/session-transport.js.map +1 -1
- package/daemon/dist/domain/types.d.ts +36 -0
- package/daemon/dist/domain/types.d.ts.map +1 -1
- package/daemon/dist/domain/types.js.map +1 -1
- package/daemon/dist/routes/queue.d.ts.map +1 -1
- package/daemon/dist/routes/queue.js +29 -24
- package/daemon/dist/routes/queue.js.map +1 -1
- package/daemon/dist/routes/rigspec.js +20 -6
- package/daemon/dist/routes/rigspec.js.map +1 -1
- package/daemon/dist/routes/seat.d.ts.map +1 -1
- package/daemon/dist/routes/seat.js +58 -0
- package/daemon/dist/routes/seat.js.map +1 -1
- package/daemon/dist/routes/transport.d.ts.map +1 -1
- package/daemon/dist/routes/transport.js +40 -36
- package/daemon/dist/routes/transport.js.map +1 -1
- package/daemon/dist/routes/up.js +21 -2
- package/daemon/dist/routes/up.js.map +1 -1
- package/dist/build-info.js +3 -3
- package/dist/cli-error.js +1 -1
- package/dist/cli-error.js.map +1 -1
- package/dist/commands/broadcast.js +6 -0
- package/dist/commands/broadcast.js.map +1 -1
- package/dist/commands/context.d.ts.map +1 -1
- package/dist/commands/context.js +13 -3
- package/dist/commands/context.js.map +1 -1
- package/dist/commands/daemon.d.ts.map +1 -1
- package/dist/commands/daemon.js +23 -2
- package/dist/commands/daemon.js.map +1 -1
- package/dist/commands/import.d.ts.map +1 -1
- package/dist/commands/import.js +10 -0
- package/dist/commands/import.js.map +1 -1
- package/dist/commands/queue.d.ts.map +1 -1
- package/dist/commands/queue.js +36 -13
- package/dist/commands/queue.js.map +1 -1
- package/dist/commands/seat.d.ts.map +1 -1
- package/dist/commands/seat.js +88 -0
- package/dist/commands/seat.js.map +1 -1
- package/dist/commands/send.d.ts.map +1 -1
- package/dist/commands/send.js +224 -20
- package/dist/commands/send.js.map +1 -1
- package/dist/commands/up.d.ts.map +1 -1
- package/dist/commands/up.js +8 -0
- package/dist/commands/up.js.map +1 -1
- package/dist/commands/walk.d.ts +1 -1
- package/dist/commands/walk.d.ts.map +1 -1
- package/dist/commands/walk.js +20 -10
- package/dist/commands/walk.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/adapters/tmux.d.ts +31 -0
- package/node_modules/@openrig/daemon/dist/adapters/tmux.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/adapters/tmux.js +31 -11
- package/node_modules/@openrig/daemon/dist/adapters/tmux.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/build-info.js +3 -3
- package/node_modules/@openrig/daemon/dist/daemon-db-path.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/daemon-db-path.js +50 -2
- package/node_modules/@openrig/daemon/dist/daemon-db-path.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/plugin-discovery-service.d.ts +16 -0
- package/node_modules/@openrig/daemon/dist/domain/plugin-discovery-service.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/plugin-discovery-service.js +175 -1
- package/node_modules/@openrig/daemon/dist/domain/plugin-discovery-service.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/plugin-vendor-service.d.ts +9 -5
- package/node_modules/@openrig/daemon/dist/domain/plugin-vendor-service.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/plugin-vendor-service.js +101 -12
- package/node_modules/@openrig/daemon/dist/domain/plugin-vendor-service.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-repository.d.ts +3 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-repository.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-repository.js +50 -2
- package/node_modules/@openrig/daemon/dist/domain/queue-repository.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/reconciler.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/reconciler.js +6 -1
- package/node_modules/@openrig/daemon/dist/domain/reconciler.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rig-repository.d.ts +4 -0
- package/node_modules/@openrig/daemon/dist/domain/rig-repository.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rig-repository.js +9 -0
- package/node_modules/@openrig/daemon/dist/domain/rig-repository.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rigspec-instantiator.d.ts +9 -0
- package/node_modules/@openrig/daemon/dist/domain/rigspec-instantiator.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rigspec-instantiator.js +32 -0
- package/node_modules/@openrig/daemon/dist/domain/rigspec-instantiator.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/running-name-guard.d.ts +52 -0
- package/node_modules/@openrig/daemon/dist/domain/running-name-guard.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/running-name-guard.js +34 -0
- package/node_modules/@openrig/daemon/dist/domain/running-name-guard.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/seat-lifecycle-service.d.ts +97 -0
- package/node_modules/@openrig/daemon/dist/domain/seat-lifecycle-service.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/seat-lifecycle-service.js +312 -0
- package/node_modules/@openrig/daemon/dist/domain/seat-lifecycle-service.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/session-transport.d.ts +8 -5
- package/node_modules/@openrig/daemon/dist/domain/session-transport.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/session-transport.js +39 -16
- package/node_modules/@openrig/daemon/dist/domain/session-transport.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/types.d.ts +36 -0
- package/node_modules/@openrig/daemon/dist/domain/types.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/types.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/queue.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/queue.js +29 -24
- package/node_modules/@openrig/daemon/dist/routes/queue.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/rigspec.js +20 -6
- package/node_modules/@openrig/daemon/dist/routes/rigspec.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/seat.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/seat.js +58 -0
- package/node_modules/@openrig/daemon/dist/routes/seat.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/transport.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/transport.js +40 -36
- package/node_modules/@openrig/daemon/dist/routes/transport.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/up.js +21 -2
- package/node_modules/@openrig/daemon/dist/routes/up.js.map +1 -1
- package/node_modules/@openrig/daemon/package.json +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ Canonical OpenRig skills and hooks for cross-runtime agent topology coordination
|
|
|
4
4
|
|
|
5
5
|
## What this plugin ships
|
|
6
6
|
|
|
7
|
-
**Skills (
|
|
7
|
+
**Skills (14):** the canonical OpenRig operating knowledge — how to use the `rig` CLI, how to design rig topologies, how to recover from compaction, how to hand work off durably between agents, how to maintain seat continuity and inherit or retire a seat across handovers and restarts, how to apply a permission policy to a seat's live harness, and how to decide who does a task.
|
|
8
8
|
|
|
9
9
|
**Hooks:** activity-tracking hooks (Claude Code: 4 events; Codex: 3 events) that POST agent state to the OpenRig daemon for real-time UI seat-status updates.
|
|
10
10
|
|
|
@@ -10,9 +10,10 @@
|
|
|
10
10
|
// THIS IS ALSO HOW TOPOLOGY CHAIN FILES REACH A RUNNING SEAT. Editing a file
|
|
11
11
|
// under topology.root is not delivery — a running seat reads its config at
|
|
12
12
|
// session start and its context never re-reads disk on its own. This hook is
|
|
13
|
-
// the delivery channel:
|
|
14
|
-
//
|
|
15
|
-
// shipped or updated chain file becomes
|
|
13
|
+
// the delivery channel: Stop / PostCompact observations retain due-state,
|
|
14
|
+
// then inject orientation content at the seat's next context-visible boundary
|
|
15
|
+
// (SessionStart / UserPromptSubmit), so a shipped or updated chain file becomes
|
|
16
|
+
// live doctrine without a relaunch.
|
|
16
17
|
//
|
|
17
18
|
// SIGNAL = TRANSCRIPT GROWTH, not turns and not wall-clock. A "turn" is one
|
|
18
19
|
// prompt submission; an agent can burn 200k tokens across fifty tool calls
|
|
@@ -29,12 +30,12 @@
|
|
|
29
30
|
// Project- or mission-specific refocus text belongs in those FILES, on the
|
|
30
31
|
// instance that needs it — it must never be committed here.
|
|
31
32
|
//
|
|
32
|
-
//
|
|
33
|
+
// Observes: SessionStart (fresh orientation), Stop (catches the long single
|
|
33
34
|
// turn), UserPromptSubmit, and PostCompact on Claude (post-compaction
|
|
34
35
|
// re-orientation; Codex exposes no compact hook — growth+Stop is the coverage
|
|
35
|
-
// there).
|
|
36
|
-
//
|
|
37
|
-
// hook must never break a
|
|
36
|
+
// there). Emits only at context-visible boundaries and stays silent unless due.
|
|
37
|
+
// A configured REF failure degrades loudly inside the delivered payload; every
|
|
38
|
+
// failure remains non-blocking because a refocus hook must never break a turn.
|
|
38
39
|
|
|
39
40
|
const fs = require("node:fs");
|
|
40
41
|
const path = require("node:path");
|
|
@@ -57,13 +58,24 @@ const readStdin = () => new Promise((r) => { let d = ""; process.stdin.setEncodi
|
|
|
57
58
|
const file = path.join(dir, `${seat.replace(/[^A-Za-z0-9@._-]/g, "_")}.json`);
|
|
58
59
|
let st = { lastBytes: 0 };
|
|
59
60
|
try { st = JSON.parse(fs.readFileSync(file, "utf8")) || st; } catch {}
|
|
61
|
+
const writeState = () => {
|
|
62
|
+
try { fs.mkdirSync(dir, { recursive: true }); fs.writeFileSync(file, JSON.stringify(st)); } catch {}
|
|
63
|
+
};
|
|
60
64
|
|
|
61
65
|
const grown = size > 0 ? size - (st.lastBytes || 0) : 0;
|
|
62
|
-
const due = ev === "SessionStart" || ev === "PostCompact" || grown >= THRESH;
|
|
66
|
+
const due = ev === "SessionStart" || ev === "PostCompact" || Boolean(st.pendingOn) || grown >= THRESH;
|
|
63
67
|
if (!due) { process.exit(0); } // silent no-op — the common path
|
|
64
68
|
|
|
65
|
-
|
|
66
|
-
|
|
69
|
+
// Stop and PostCompact do not expose hook output to the agent's next context.
|
|
70
|
+
// Remember that delivery is due, but do not consume transcript growth until a
|
|
71
|
+
// context-visible boundary actually accepts the payload.
|
|
72
|
+
const contextVisible = ev === "SessionStart" || ev === "UserPromptSubmit";
|
|
73
|
+
if (!contextVisible) {
|
|
74
|
+
st.pendingOn ||= ev;
|
|
75
|
+
st.pendingAt ||= new Date().toISOString();
|
|
76
|
+
writeState();
|
|
77
|
+
process.exit(0);
|
|
78
|
+
}
|
|
67
79
|
|
|
68
80
|
// A library ref wins over file configuration and reuses the public assembler instead of
|
|
69
81
|
// growing a second resolver inside this hook. REF failures stay visible without blocking
|
|
@@ -99,7 +111,7 @@ const readStdin = () => new Promise((r) => { let d = ""; process.stdin.setEncodi
|
|
|
99
111
|
}
|
|
100
112
|
|
|
101
113
|
const why = ev === "SessionStart" ? "fresh session"
|
|
102
|
-
:
|
|
114
|
+
: st.pendingOn === "PostCompact" ? "just compacted — your picture is lossy"
|
|
103
115
|
: `${Math.round(grown / 1e6 * 10) / 10}MB of work since your last refocus`;
|
|
104
116
|
|
|
105
117
|
const generic = [
|
|
@@ -128,5 +140,13 @@ const readStdin = () => new Promise((r) => { let d = ""; process.stdin.setEncodi
|
|
|
128
140
|
? [`REFOCUS CONTENT SOURCE: OPENRIG_REFOCUS_CONTENT_REF=${contentRef}`, ``, configured]
|
|
129
141
|
: configured ? [configured] : generic),
|
|
130
142
|
];
|
|
131
|
-
|
|
143
|
+
const output = JSON.stringify({ hookSpecificOutput: { hookEventName: ev, additionalContext: payload.join("\n") } });
|
|
144
|
+
process.stdout.write(output, () => {
|
|
145
|
+
st.lastBytes = size;
|
|
146
|
+
st.firedAt = new Date().toISOString();
|
|
147
|
+
st.firedOn = ev;
|
|
148
|
+
delete st.pendingOn;
|
|
149
|
+
delete st.pendingAt;
|
|
150
|
+
writeState();
|
|
151
|
+
});
|
|
132
152
|
})();
|
|
@@ -49,6 +49,9 @@ These are auto-delivered to every rig; their name+description are already in you
|
|
|
49
49
|
- **session-compaction-and-restore** — preparing for, or recovering from, compaction (any runtime). The write- and read-side protocol.
|
|
50
50
|
- **queue-handoff** — you're passing durable work to another seat or ending your turn. The queue is the work ledger, not chat.
|
|
51
51
|
- **seat-continuity-and-handover** — handing your seat's work across a restart or to another owner.
|
|
52
|
+
<!-- Territory amended 2026-08-26 by desk ruling qitem-20260826080800-r054-s9a-scope-ruling. -->
|
|
53
|
+
- **orienting-to-an-inherited-seat** — you just inherited an existing seat through a planned handover and need to verify its identity, state, and testimony.
|
|
54
|
+
- **retiring-and-inheriting-a-seat** — you're planning a seat transition and need to retire the current occupant into a fresh successor without losing continuity.
|
|
52
55
|
- **mission-slice-sop** — you're working a mission/slice (the SDLC: intent → mini-requirements + proof contract → build → QA → proof). The operating manual.
|
|
53
56
|
- **messaging-the-human** — composing a message to the human. Plain language, no insider jargon.
|
|
54
57
|
- **software-for-agents** — you want the full first-load model of how agent software is built and operated here.
|
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: software-for-agents
|
|
3
3
|
description: |
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
(skills, instructions, bootstrap files, schemas, conventions), and most "bugs" are coherence gaps in
|
|
9
|
-
that layer, not broken functions. Read this to form the correct mental model so your fixes land at the
|
|
10
|
-
precise spot that stops the footgun for every future rig — not just patch a symptom. It also covers why STUDIO APPS skip the mockup phase — for an agent-built app the build is as fast as the mockup, so the PRD is the fleshed intent (velocity as method, not a quality waiver). NOTE: the
|
|
11
|
-
bug-tolerance in this model is SCOPED to agent-managed software; the OpenRig core and rigs.to stay
|
|
12
|
-
rock-solid — see the scope block up top before you apply anything here.
|
|
4
|
+
Use when building, modifying, or diagnosing an OpenRig or studio-box system; when surprising behavior
|
|
5
|
+
looks like a code bug but may come from Markdown, YAML, JSON, bootstrap files, schemas, skills, or
|
|
6
|
+
conventions; or when deciding whether an agent-built studio app needs a separate mockup phase. NOT for
|
|
7
|
+
treating defects in OpenRig core or rigs.to as tolerable control-plane drift.
|
|
13
8
|
metadata:
|
|
14
9
|
openrig:
|
|
15
10
|
stage: factory-approved
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "agent-starters"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when creating, refreshing, packaging, inspecting, promoting, or deprecating a named per-seat starting point — Agent Starter manifest authoring, the 6-state lifecycle (captured → named → inspectable → used → promoted → deprecated), provenance honesty, and refusal rules. NOT a VM image; a managed starting point composed from agent role + startup context + optional native session source + provenance."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "agent-startup-and-context-ingestion"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when designing or auditing how an agent becomes useful after launch — AGENTS.md overlays, role files, skills, rig specs, workflow specs, startup checklists, refocus messages, \"rig context\" surface. Covers the 4 failure modes that make startup context fail (old rig spec misses current operating mode; current agents never told about new guidance; startup file as dumping ground; orchestrator transmits implementation without preserving product intent)."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "attention-queue"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Coordination primitive for OpenRig. Per-agent queue files tracking in-flight work with explicit state transitions + handoff semantics + cross-agent composition. Prevents memory-loss drops; surfaces stalls mechanically; closes the feedback loop on handed-off work. Applied liberally by every agent on every kernel-supervised rig; composed views serve human attention, orch pod-load, rig pending-work."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "cross-host-rig-commands"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when issuing `rig` commands against a remote host via `--host <id>` flag (single-hop SSH to a host declared in `~/.openrig/hosts.yaml`). Covers the 4 structured failure modes (ssh-unreachable / permission-gate / remote-daemon-unreachable / remote-command-failed), the `--verify` honest pass-through (SSH success is NOT verify success), and the host-registry shape. v0 supports `rig send / capture / ps / whoami --host <id>`."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "human-in-the-loop"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when classifying a slice closeout (auto-continue / human gate / park), routing a real decision to a human, or designing a human queue/dashboard surface. Treats humans as durable network participants with attention surfaces, queues, and decision records — escalation lands as a durable attention item, not a chat message. Approval is NOT required for every clean closeout; the default RSI conveyor continues unless an explicit human gate is reached."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "openrig-architect"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when designing multi-agent topologies that run ON OpenRig — authoring RigSpec and AgentSpec files for new rigs, creating agent startup content (guidance / skills / culture), or diagnosing why a launched rig's agents aren't behaving as intended. NOT for changing OpenRig itself (use openrig-builder); NOT for ordinary CLI operation of an existing rig (use openrig-user). Covers the full authoring lifecycle from user intent to validated, launchable rig."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "openrig-cmux"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when opening OpenRig fleet terminals into cmux — turning a rig, pod, mission, slice, or saved view into live agent tiles via `rig terminal --provider cmux`, or driving cmux on an agent's request. Same OpenRig view semantics as openrig-herdr (the verbs, honest-partial/degrade, read-only cross-rig, scroll/copy, same-size-only duplicates); cmux is the **best-effort** provider (herdr is the default and the proof-gated one). Prefer openrig-herdr unless cmux is specifically wanted."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "openrig-herdr"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when opening OpenRig fleet terminals as a herdr wall — turning a rig, pod, mission, slice, or saved view into live interactive agent tiles via `rig terminal`, watching another rig read-only, or driving herdr on an agent's request (\"open all my rigs + a mission as views\"). Covers the `rig terminal open|views|status` verbs, the honest-partial/degrade reading of the result, the read-only-by-construction rail for cross-rig views, scroll/copy out of the box, and the same-size-only duplicate-pane "
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "openrig-upgrade"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when upgrading the OpenRig CLI/daemon on a host with running rigs, especially when preserving tmux-backed agent sessions through a daemon restart or documenting hot-upgrade SOP evidence."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "rig-bundles-and-shareable-artifacts"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when authoring or installing a rig bundle (packaged, shareable artifact that instantiates an opinionated OpenRig topology + workflow), reasoning about the bundle vs extension boundary, or auditing a bundle for portability. Covers the 4 failure modes that prevent bundles from working anywhere but the operator's machine, and the inspect-before-install discipline."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "rig-lifecycle"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when reasoning about the rig lifecycle operations family (create / start / stop / resume / restore / snapshot / release / unclaim / destroy), reading or trusting `rig ps` / lifecycle projections after recovery, or designing proof for a lifecycle scenario. Covers the 4 failure modes (auto-restore creates partial rig; projections report healthier than reality; provider auth treated as impl work; resume succeeds for one runtime fails another) plus the restore-honesty rule (failed resume is FAIL"
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "session-source-fork"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when authoring a rig spec member or `rig expand` payload that needs to start a new managed seat from a prior runtime conversation source — `session_source: { mode: fork, ref: { kind, value } }`. v1 supports `mode: fork` with `ref.kind: native_id` for Claude and Codex. The new seat persists a NEW post-fork token; the parent token is NEVER written onto the new seat. NOT for restoring an existing seat or for artifact-backed mental-model rebuild."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "specification-system"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when authoring rig specs, agent specs, workflow specs, startup/context fragments, operating-mode declarations, or designing the user spec library. Covers the 4 failure modes (spec instantiates topology but not workflow/mode; spec depends on local paths and fails on another host; agents modify specs as one-off files instead of preserving reusable intent; validation proves YAML shape but not whether topology can run) and the validation-vs-runtime-realization distinction."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
package/daemon/context-packs/skills/core/topology-mutation-and-seat-management/manifest.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "topology-mutation-and-seat-management"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when changing a rig while it is alive — `rig expand` / `rig shrink` / `rig launch` / `rig remove` / `rig discover` / `rig bind` / `rig adopt` / `rig attach`. Covers the 4 failure modes (newly created seat lacks queue/startup/role; edges and permissions not updated; adopt/bind succeeds at tmux but not OpenRig identity; shrink/remove leaves stale topology references) and the rule that mutation must work while the rig is active, not just in clean fixtures."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "watchdog"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when configuring `rig watchdog` policies, authoring wake/refocus/alignment-checkpoint messages, or choosing the right intervention level for a stale-owner situation. The 3-level continuity-check stack (wake / refocus / alignment-checkpoint), the discipline that prevents cadence pollution and bureaucracy theater, and the artifact-pool loop-edge pattern for evidence-aware waking."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "backlog-capture"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Quickly capture product ideas, feature requests, or insights from meetings and conversations. Rapid documentation with smart categorization and deduplication."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "context-builder"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Gather and distill context from meetings, competitors, regulatory sources, and internal discussions. Produces background.md for a feature and updates shared context docs when new knowledge is discovered."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "exec-summary"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Generate a 1-2 page executive summary for a feature — orients sales, leadership, and engineering from a single document."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "office-hours"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "YC-style product validation using six forcing questions. Pressure-tests a feature idea before it becomes a requirement — ensuring real demand, a clear wedge, and evidence behind assumptions."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "plan-review"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Multi-perspective review of a feature plan or requirements doc before development begins. Evaluates from strategy, design/UX, and engineering angles to catch gaps early."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "requirements-writer"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Conversational intake that produces a structured requirements.md following a standardized PM schema. Enforces PM lane — no architecture, no estimates, no implementation details. Uses GIVEN/WHEN/THEN acceptance criteria."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "ui-mockup"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Create UI mockups at three fidelity levels — ASCII wireframes for quick iteration, standalone HTML mockups for delivery with requirements, and live prototypes for interaction testing."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "development-team"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "How the development pod coordinates implementation, QA, and design without skipping gates."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "orchestration-team"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Operating manual for the orchestration pod. Covers lead vs peer roles, monitoring with rig commands, permission handling, implementation pair gating, dogfood loops, review routing, agent behavioral models, intervention discipline, and communication culture."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "oversight-team"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when you are a seat on the oversight pod (a standing monitor-mode rig that keeps OTHER rigs healthy), configuring or running the drift detectors, or choosing whether to intervene vs escalate. Covers the pull-not-poll posture, the v0 detectors (premature-park, process-drift, off-task, token-burn), the intervention ladder (orchestrator-ping -> refocus -> human escalation), and the cheap+deep model economics. NOT for orchestrating your OWN rig (orchestration-team) and NOT the intervention primi"
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "review-team"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Complete operating manual for the review pod. Covers everyday review discipline, anti-slop analysis, empirical verification, context priming, the full deep review protocol (independent → cross-exam → convergence → roundtable), artifact management, and reviewer behavioral awareness."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "agent-browser"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to \"open a website\", \"fill out a form\", \"click a button\", \"take a screenshot\", \"scrape data from a page\", \"test this web app\", \"login to a site\", \"automate browser actions\", or any task requiring programmatic web interaction."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "brainstorming"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "context-engineering"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when designing, reviewing, or debugging how an agent's context window gets filled, pruned, or shared — choosing what loads at boot versus on demand, sizing an install or an always-loaded file, fixing an agent that drifts, repeats itself, or forgets constraints mid-task, planning compaction or summarization, deciding single-agent versus subagents, engineering handoffs between agents, or picking a tool loadout. NOT for rewording a prompt's tone, choosing which model to pin, or debugging busine"
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "dogfood"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to \"dogfood\", \"QA\", \"exploratory test\", \"find issues\", \"bug hunt\", \"test this app/site/platform\", or review the quality of a web application. Produces a structured report with full reproduction evidence -- step-by-step screenshots, repro videos, and detailed repro steps for every issue -- so findings can be handed directly to the responsible teams."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "executing-plans"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when you have a written implementation plan to execute in a separate session with review checkpoints"
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "frontend-design"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics."
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "systematic-debugging"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes"
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "test-driven-development"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when implementing any feature or bugfix, before writing implementation code"
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "using-superpowers"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions"
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "verification-before-completion"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always"
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
2
|
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
3
|
name: "writing-plans"
|
|
4
|
-
version: "0.5.
|
|
4
|
+
version: "0.5.4"
|
|
5
5
|
purpose: "Use when you have a spec or requirements for a multi-step task, before touching code"
|
|
6
6
|
files:
|
|
7
7
|
- path: "SKILL.md"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
# composes handover-tagged atoms into both HANDOVER and POST-COMPACTION; a missing recap
|
|
14
14
|
# FAILS LOUD, never a silently thinner walk.
|
|
15
15
|
name: world-install
|
|
16
|
-
version: "0.5.
|
|
16
|
+
version: "0.5.4"
|
|
17
17
|
purpose: "The OpenRig world install as one composable content graph: the FRESH onboarding walk, the HANDOVER walk (+ the seat-scoped RECAP joined by address from the seat tree), and the POST-COMPACTION width re-prime all compose from the same eight parent files."
|
|
18
18
|
files:
|
|
19
19
|
- path: 01-world-from-primitives.md
|
|
@@ -61,6 +61,20 @@ export interface TmuxClient {
|
|
|
61
61
|
name: string;
|
|
62
62
|
session: string;
|
|
63
63
|
}
|
|
64
|
+
/**
|
|
65
|
+
* Result of a classified session probe (OPR.0.5.4.2). `absent` carries
|
|
66
|
+
* positive tmux evidence; `transport_unavailable` means the tmux server could
|
|
67
|
+
* not be reached and session existence was NOT determined — the two are never
|
|
68
|
+
* interchangeable.
|
|
69
|
+
*/
|
|
70
|
+
export type SessionProbe = {
|
|
71
|
+
state: "present";
|
|
72
|
+
} | {
|
|
73
|
+
state: "absent";
|
|
74
|
+
} | {
|
|
75
|
+
state: "transport_unavailable";
|
|
76
|
+
cause: string;
|
|
77
|
+
};
|
|
64
78
|
export declare class TmuxAdapter {
|
|
65
79
|
private exec;
|
|
66
80
|
private fileOps;
|
|
@@ -68,6 +82,23 @@ export declare class TmuxAdapter {
|
|
|
68
82
|
listSessions(): Promise<TmuxSession[]>;
|
|
69
83
|
listWindows(sessionName: string): Promise<TmuxWindow[]>;
|
|
70
84
|
listPanes(target: string): Promise<TmuxPane[]>;
|
|
85
|
+
/**
|
|
86
|
+
* Classified session probe (OPR.0.5.4.2): the three error classes tmux
|
|
87
|
+
* produces are distinct answers, and the adapter must not decide for its
|
|
88
|
+
* callers that a transport failure means absence.
|
|
89
|
+
* - `absent` requires POSITIVE tmux evidence (the can't-find-session class).
|
|
90
|
+
* - `transport_unavailable` is the no-server / socket-gone class: whether
|
|
91
|
+
* the session exists was NOT determined.
|
|
92
|
+
* - Unexpected probe failures (permission denied, etc.) rethrow so callers
|
|
93
|
+
* fail closed rather than treating a probe failure as an answer.
|
|
94
|
+
*/
|
|
95
|
+
probeSession(name: string): Promise<SessionProbe>;
|
|
96
|
+
/**
|
|
97
|
+
* Collapsed presence view. Kept for the consumers outside the bound
|
|
98
|
+
* send/capture/nudge/walk resolution path (OPR.0.5.4.2 mini-req 6 — their
|
|
99
|
+
* adoption of the classification is a named follow-on). Callers that must
|
|
100
|
+
* distinguish a transport blip from absence use probeSession().
|
|
101
|
+
*/
|
|
71
102
|
hasSession(name: string): Promise<boolean>;
|
|
72
103
|
createSession(name: string, cwd?: string, env?: Record<string, string>): Promise<TmuxResult>;
|
|
73
104
|
sendText(target: string, text: string): Promise<TmuxResult>;
|