agent-bios 0.2.0 → 0.4.0
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/DEPENDENCIES.md +1 -0
- package/README.md +2 -1
- package/claude/CLAUDE.md +14 -5
- package/claude/agents/frontier.md +9 -0
- package/claude/agents/sweep.md +9 -0
- package/claude/agents/workhorse.md +8 -0
- package/claude/guides/cli-multi-model-workflow.md +17 -4
- package/claude/guides/coding-staged-workflow.md +8 -0
- package/claude/guides/llm-capability-boundary-patterns.md +5 -0
- package/claude/guides/mock-realization-boundary.md +9 -0
- package/claude/guides/review-request.md +8 -0
- package/claude/guides/session-distill-workflow.md +100 -0
- package/claude/guides/tooling-gotchas.md +155 -0
- package/claude/hooks/tooling-gotchas-hook.py +79 -0
- package/codex/AGENTS.md +14 -5
- package/codex/config-additions.toml +22 -0
- package/codex/guides/cli-multi-model-workflow.md +17 -4
- package/codex/guides/coding-staged-workflow.md +8 -0
- package/codex/guides/llm-capability-boundary-patterns.md +5 -0
- package/codex/guides/mock-realization-boundary.md +9 -0
- package/codex/guides/review-request.md +8 -0
- package/codex/guides/session-distill-workflow.md +100 -0
- package/codex/guides/tooling-gotchas.md +155 -0
- package/config/agent-launch.toml +43 -0
- package/package.json +4 -1
- package/scripts/agent-launch.py +486 -52
- package/scripts/check-parity.sh +154 -7
- package/scripts/codex-helm.sh +19 -1
- package/scripts/codex-run.sh +19 -0
- package/scripts/install.sh +271 -10
package/config/agent-launch.toml
CHANGED
|
@@ -72,6 +72,7 @@ effort = "low"
|
|
|
72
72
|
[presets.balanced]
|
|
73
73
|
label = "Balanced"
|
|
74
74
|
description = "HELM default for everyday work with native multi-perspective review."
|
|
75
|
+
mode = "builder"
|
|
75
76
|
main_tier = "helm"
|
|
76
77
|
frontier_effort = "max"
|
|
77
78
|
review_setup = "native-panel"
|
|
@@ -82,6 +83,7 @@ claude_permission_mode = "bypassPermissions"
|
|
|
82
83
|
[presets.deep-review]
|
|
83
84
|
label = "Deep review"
|
|
84
85
|
description = "HELM with hybrid onto, native, and Ultracode review at deep FRONTIER effort."
|
|
86
|
+
mode = "builder"
|
|
85
87
|
main_tier = "helm"
|
|
86
88
|
frontier_effort = { codex = "ultra", claude = "max" }
|
|
87
89
|
review_setup = "hybrid"
|
|
@@ -92,9 +94,50 @@ claude_permission_mode = "bypassPermissions"
|
|
|
92
94
|
[presets.fast-batch]
|
|
93
95
|
label = "Fast batch"
|
|
94
96
|
description = "WORKHORSE default for high-volume, cost-conscious execution."
|
|
97
|
+
mode = "builder"
|
|
95
98
|
main_tier = "workhorse"
|
|
96
99
|
frontier_effort = "max"
|
|
97
100
|
review_setup = "native-panel"
|
|
98
101
|
delegation = true
|
|
99
102
|
codex_execution_policy = "bypass"
|
|
100
103
|
claude_permission_mode = "bypassPermissions"
|
|
104
|
+
|
|
105
|
+
[presets.solo]
|
|
106
|
+
label = "Solo"
|
|
107
|
+
description = "Single-model session: delegation off (no tier fan-out; the standing spawn policy is lifted), review via the host's own command only."
|
|
108
|
+
mode = "builder"
|
|
109
|
+
main_tier = "helm"
|
|
110
|
+
frontier_effort = "max"
|
|
111
|
+
review_setup = "none"
|
|
112
|
+
delegation = false
|
|
113
|
+
codex_execution_policy = "bypass"
|
|
114
|
+
claude_permission_mode = "bypassPermissions"
|
|
115
|
+
|
|
116
|
+
[presets.vanilla]
|
|
117
|
+
label = "Vanilla"
|
|
118
|
+
description = "Plain CLI session: no launch contract, no tier bindings, standard permissions — exactly what the bare backend gives you."
|
|
119
|
+
mode = "general"
|
|
120
|
+
main_tier = "helm"
|
|
121
|
+
frontier_effort = "max"
|
|
122
|
+
review_setup = "none"
|
|
123
|
+
delegation = false
|
|
124
|
+
codex_execution_policy = "standard"
|
|
125
|
+
claude_permission_mode = "standard"
|
|
126
|
+
|
|
127
|
+
[presets.session-distill]
|
|
128
|
+
label = "Session distill"
|
|
129
|
+
description = "Dedicated session-distill run: mine recent sessions, verify, place, and apply per the session-distill workflow."
|
|
130
|
+
mode = "distill"
|
|
131
|
+
main_tier = "helm"
|
|
132
|
+
frontier_effort = "max"
|
|
133
|
+
review_setup = "hybrid"
|
|
134
|
+
delegation = true
|
|
135
|
+
codex_execution_policy = "bypass"
|
|
136
|
+
claude_permission_mode = "bypassPermissions"
|
|
137
|
+
mission = "This is a session-distill initiative session, gated on a trigger. When the user enters the trigger command '{trigger}': read the session-distill-workflow guide in your installed guides directory, then the initiative SSOT design/session-distill/HANDOFF.md in the agent-bios repo, and run the next mining window per that guide. Until the trigger arrives, respond normally and do not start the workflow. Every promotion passes through explicit user approval; nothing is applied to the corpus without it."
|
|
138
|
+
trigger = "distill!"
|
|
139
|
+
|
|
140
|
+
# Nudge baseline lives in ~/.local/share/agent-bios/session-distill-state.json,
|
|
141
|
+
# written by scripts/session-distill/update-state.py at window close.
|
|
142
|
+
[session_distill]
|
|
143
|
+
nudge_after = 250
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-bios",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "A thin, low-level instruction layer for LLM CLI agents: one set of principles and behavior whichever model you run. Deploys into $HOME by copy via an explicit `agent-bios install`.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"agent-bios": "scripts/install.sh"
|
|
@@ -8,9 +8,12 @@
|
|
|
8
8
|
"files": [
|
|
9
9
|
"claude/CLAUDE.md",
|
|
10
10
|
"claude/guides/",
|
|
11
|
+
"claude/hooks/",
|
|
12
|
+
"claude/agents/",
|
|
11
13
|
"codex/AGENTS.md",
|
|
12
14
|
"codex/guides/",
|
|
13
15
|
"codex/agents/",
|
|
16
|
+
"codex/config-additions.toml",
|
|
14
17
|
"config/agent-launch.toml",
|
|
15
18
|
"shell/agent-launch.zsh",
|
|
16
19
|
"scripts/agent-launch.py",
|