agent-bios 0.14.0 → 0.16.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 +35 -12
- package/README.md +346 -31
- package/claude/CLAUDE.md +2 -2
- package/claude/agents/frontier.md +1 -1
- package/claude/agents/sweep.md +3 -3
- package/claude/agents/workhorse.md +2 -2
- package/claude/guides/claude-prompting.md +119 -34
- package/claude/guides/cli-multi-model-workflow.md +33 -15
- package/claude/guides/gpt-prompting.md +148 -28
- package/claude/guides/review-request.md +27 -0
- package/claude/guides/session-distill-workflow.md +54 -2
- package/claude/guides/slide-writing/RUNBOOK.md +137 -0
- package/claude/guides/slide-writing/scripts/pair.py +979 -0
- package/claude/guides/slide-writing/scripts/render.mjs +82 -0
- package/claude/guides/slide-writing.md +195 -0
- package/claude/guides/svg-visualization-guide.md +9 -0
- package/claude/guides/verification-discipline.md +5 -1
- package/claude/hooks/tooling-gotchas-hook.py +7 -5
- package/codex/AGENTS.md +2 -2
- package/codex/agents/frontier.toml +2 -1
- package/codex/agents/reviewer.toml +1 -1
- package/codex/agents/sweep.toml +3 -3
- package/codex/agents/workhorse.toml +1 -1
- package/codex/config-additions.toml +1 -1
- package/codex/guides/claude-prompting.md +119 -34
- package/codex/guides/cli-multi-model-workflow.md +33 -15
- package/codex/guides/gpt-prompting.md +148 -28
- package/codex/guides/review-request.md +27 -0
- package/codex/guides/session-distill-workflow.md +54 -2
- package/codex/guides/slide-writing/RUNBOOK.md +137 -0
- package/codex/guides/slide-writing/scripts/pair.py +979 -0
- package/codex/guides/slide-writing/scripts/render.mjs +82 -0
- package/codex/guides/slide-writing.md +195 -0
- package/codex/guides/svg-visualization-guide.md +9 -0
- package/codex/guides/verification-discipline.md +5 -1
- package/compose/assemble.py +290 -14
- package/compose/bootstrap/SKILL.md +119 -0
- package/compose/check-domains.py +102 -9
- package/compose/corpus-state.py +1174 -0
- package/compose/corpus.py +387 -0
- package/compose/corpus_catalog.py +882 -0
- package/compose/corpus_install.py +1617 -0
- package/compose/corpus_session.py +726 -0
- package/compose/corpus_store.py +1414 -0
- package/compose/corpus_transaction.py +236 -0
- package/compose/corpus_ui.py +644 -0
- package/compose/domains.json +101 -100
- package/compose/write-update-cache.py +53 -0
- package/install.sh +174 -24
- package/launch/agent-launch.py +1327 -184
- package/launch/agent-launch.toml +12 -16
- package/launch/i18n/en.toml +113 -7
- package/launch/i18n/ja.toml +113 -7
- package/launch/i18n/ko.toml +113 -7
- package/learn/collect-learning.py +46 -19
- package/learn/migrate-learnings.py +10 -1
- package/package.json +13 -3
- package/provenance.json +1 -1
- package/session-cost.py +22 -2
- package/wrappers/codex-helm.sh +3 -3
package/launch/agent-launch.toml
CHANGED
|
@@ -141,10 +141,10 @@ severity_map = { blocker = "blocker", high = "high", medium = "medium", low = "l
|
|
|
141
141
|
# The model family this host speaks for. A review binding names a provider, and
|
|
142
142
|
# the reverse map must be unique so it resolves to exactly one validatable seat.
|
|
143
143
|
provider = "openai"
|
|
144
|
-
models = ["gpt-5.6-sol", "gpt-5.6-terra", "gpt-5.6-luna"]
|
|
144
|
+
models = ["gpt-6-astra", "gpt-5.6-sol", "gpt-5.6-terra", "gpt-5.6-luna"]
|
|
145
145
|
|
|
146
146
|
[hosts.codex.tiers.frontier]
|
|
147
|
-
model = "gpt-
|
|
147
|
+
model = "gpt-6-astra"
|
|
148
148
|
effort = "max"
|
|
149
149
|
|
|
150
150
|
[hosts.codex.tiers.helm]
|
|
@@ -153,11 +153,11 @@ effort = "xhigh"
|
|
|
153
153
|
|
|
154
154
|
[hosts.codex.tiers.workhorse]
|
|
155
155
|
model = "gpt-5.6-terra"
|
|
156
|
-
effort = "
|
|
156
|
+
effort = "xhigh"
|
|
157
157
|
|
|
158
158
|
[hosts.codex.tiers.sweep]
|
|
159
159
|
model = "gpt-5.6-luna"
|
|
160
|
-
effort = "
|
|
160
|
+
effort = "max"
|
|
161
161
|
|
|
162
162
|
[hosts.codex.agent_templates]
|
|
163
163
|
frontier = "${CODEX_HOME}/agents/frontier.toml"
|
|
@@ -172,18 +172,21 @@ sweep = "${CODEX_HOME}/agents/sweep.toml"
|
|
|
172
172
|
# here, the gate compares two real surfaces and holds no copy of its own.
|
|
173
173
|
[model_display]
|
|
174
174
|
"claude-fable-5" = "Claude Fable 5"
|
|
175
|
+
"claude-fable-5-1" = "Claude Fable 5.1"
|
|
175
176
|
"claude-opus-5" = "Claude Opus 5"
|
|
177
|
+
"claude-sonnet-5" = "Claude Sonnet 5"
|
|
176
178
|
"claude-haiku-4-5" = "Claude Haiku 4.5"
|
|
179
|
+
"gpt-6-astra" = "GPT-6 Astra"
|
|
177
180
|
"gpt-5.6-sol" = "GPT-5.6 Sol"
|
|
178
181
|
"gpt-5.6-terra" = "GPT-5.6 Terra"
|
|
179
182
|
"gpt-5.6-luna" = "GPT-5.6 Luna"
|
|
180
183
|
|
|
181
184
|
[hosts.claude]
|
|
182
185
|
provider = "anthropic"
|
|
183
|
-
models = ["claude-fable-5", "claude-opus-5", "claude-sonnet-5", "claude-haiku-4-5"]
|
|
186
|
+
models = ["claude-fable-5", "claude-fable-5-1", "claude-opus-5", "claude-sonnet-5", "claude-haiku-4-5"]
|
|
184
187
|
|
|
185
188
|
[hosts.claude.tiers.frontier]
|
|
186
|
-
model = "claude-fable-5"
|
|
189
|
+
model = "claude-fable-5-1"
|
|
187
190
|
effort = "max"
|
|
188
191
|
|
|
189
192
|
[hosts.claude.tiers.helm]
|
|
@@ -191,19 +194,17 @@ model = "claude-opus-5"
|
|
|
191
194
|
effort = "xhigh"
|
|
192
195
|
|
|
193
196
|
[hosts.claude.tiers.workhorse]
|
|
194
|
-
model = "claude-
|
|
195
|
-
effort = "
|
|
197
|
+
model = "claude-sonnet-5"
|
|
198
|
+
effort = "xhigh"
|
|
196
199
|
|
|
197
200
|
[hosts.claude.tiers.sweep]
|
|
198
201
|
model = "claude-haiku-4-5"
|
|
199
|
-
effort = "low"
|
|
200
202
|
|
|
201
203
|
[presets.balanced]
|
|
202
204
|
label = "Balanced"
|
|
203
205
|
description = "HELM default for everyday work with native multi-perspective review."
|
|
204
206
|
mode = "builder"
|
|
205
207
|
main_tier = "helm"
|
|
206
|
-
frontier_effort = "max"
|
|
207
208
|
delegation = true
|
|
208
209
|
codex_execution_policy = "bypass"
|
|
209
210
|
claude_permission_mode = "bypassPermissions"
|
|
@@ -213,7 +214,6 @@ label = "Deep review"
|
|
|
213
214
|
description = "HELM with the base panel plus the deep reviewer from the OTHER provider — Codex exec at ultra when you launch Claude, the Claude workflow when you launch Codex — at FRONTIER effort."
|
|
214
215
|
mode = "builder"
|
|
215
216
|
main_tier = "helm"
|
|
216
|
-
frontier_effort = { codex = "ultra", claude = "max" }
|
|
217
217
|
delegation = true
|
|
218
218
|
codex_execution_policy = "bypass"
|
|
219
219
|
claude_permission_mode = "bypassPermissions"
|
|
@@ -223,7 +223,6 @@ label = "Fast batch"
|
|
|
223
223
|
description = "WORKHORSE default for high-volume, cost-conscious execution."
|
|
224
224
|
mode = "builder"
|
|
225
225
|
main_tier = "workhorse"
|
|
226
|
-
frontier_effort = "max"
|
|
227
226
|
delegation = true
|
|
228
227
|
codex_execution_policy = "bypass"
|
|
229
228
|
claude_permission_mode = "bypassPermissions"
|
|
@@ -233,7 +232,6 @@ label = "Solo"
|
|
|
233
232
|
description = "Single-model session: delegation off (no tier fan-out; the standing spawn policy is lifted) and no review route requested — review is whatever you run yourself."
|
|
234
233
|
mode = "builder"
|
|
235
234
|
main_tier = "helm"
|
|
236
|
-
frontier_effort = "max"
|
|
237
235
|
review_setup = "none"
|
|
238
236
|
delegation = false
|
|
239
237
|
codex_execution_policy = "bypass"
|
|
@@ -244,7 +242,6 @@ label = "Vanilla"
|
|
|
244
242
|
description = "Plain CLI session: no launch contract, no tier bindings, standard permissions — exactly what the bare backend gives you."
|
|
245
243
|
mode = "software-engineer"
|
|
246
244
|
main_tier = "helm"
|
|
247
|
-
frontier_effort = "max"
|
|
248
245
|
review_setup = "none"
|
|
249
246
|
delegation = false
|
|
250
247
|
codex_execution_policy = "standard"
|
|
@@ -261,11 +258,10 @@ label = "Session distill"
|
|
|
261
258
|
description = "Dedicated session-distill run: mine recent sessions, verify, place, and apply per the session-distill workflow. Requires an agent-bios checkout."
|
|
262
259
|
mode = "distill"
|
|
263
260
|
main_tier = "helm"
|
|
264
|
-
frontier_effort = "max"
|
|
265
261
|
delegation = true
|
|
266
262
|
codex_execution_policy = "bypass"
|
|
267
263
|
claude_permission_mode = "bypassPermissions"
|
|
268
|
-
mission = "This is a session-distill initiative session, gated on a trigger. When the user enters the trigger command '{trigger}': read claude/guides/session-distill-workflow.md in the agent-bios checkout
|
|
264
|
+
mission = "This is a session-distill initiative session, gated on a trigger. When the user enters the trigger command '{trigger}': FIRST read 'Goal and desired outcomes' at the start of claude/guides/session-distill-workflow.md in the agent-bios checkout. Use that definition to guide this run and its delegated work before reading state or starting the pipeline. Then read the rest of that guide and the initiative state in design/session-distill/ledger.json in the same checkout, and run the next mining window per the 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."
|
|
269
265
|
trigger = "distill!"
|
|
270
266
|
|
|
271
267
|
|
package/launch/i18n/en.toml
CHANGED
|
@@ -5,11 +5,20 @@
|
|
|
5
5
|
|
|
6
6
|
"mode.title" = "Mode"
|
|
7
7
|
"mode.swe.label" = "Software Engineer"
|
|
8
|
-
"mode.swe.description" = "
|
|
8
|
+
"mode.swe.description" = "Work in an existing project using the CLI's normal instruction loading. Choose Vanilla to start without launcher-added settings, or Custom to configure models and review."
|
|
9
9
|
"mode.builder.label" = "Builder"
|
|
10
|
-
"mode.builder.description" = "
|
|
10
|
+
"mode.builder.description" = "General development with the installed corpus: choose Balanced, Deep review, Fast batch, Solo, or Custom to set the main model, delegation, review, and permissions."
|
|
11
11
|
"mode.distill.label" = "Session distill"
|
|
12
|
-
"mode.distill.description" = "
|
|
12
|
+
"mode.distill.description" = "Review past AI sessions and propose reusable lessons for the shared instructions. Opens status and run controls. The current workflow requires an agent-bios source checkout."
|
|
13
|
+
|
|
14
|
+
"preset.balanced.description" = "A starting point for everyday feature work and bug fixes. The main agent can delegate work and request an independent review. Choose this when you do not need a specialized setup; more agents and reviews can use more time and allowance."
|
|
15
|
+
"preset.deep-review.description" = "For changes where a missed defect would be costly. Requests additional, deeper review from another AI provider. Expect more waiting and usage; the review configuration above shows the routes available on this machine."
|
|
16
|
+
"preset.fast-batch.description" = "For clearly specified, repetitive work such as applying the same change to many files. Starts with the execution-focused WORKHORSE tier; delegate harder decisions or choose Balanced for ambiguous work. Usage depends on the actual models and amount of work."
|
|
17
|
+
"preset.solo.description" = "For a task you want to handle with one main agent. Delegation is off and no review is automatically requested by this preset. This avoids extra agent dispatches; you decide when to ask for a separate review."
|
|
18
|
+
"preset.vanilla.description" = "Start the ordinary CLI with its own default settings. The launcher adds no model assignments, permission overrides, or review contract. Installed global instructions and the project's own instructions still follow the CLI's normal loading rules."
|
|
19
|
+
"preset.custom.description" = "Choose the main model, review settings, execution permissions, and models for delegated work yourself. You can inspect and change settings before the final Start action; begin with Balanced if these choices are unfamiliar."
|
|
20
|
+
"preset.title" = "Preset"
|
|
21
|
+
"preset.custom.label" = "Custom"
|
|
13
22
|
|
|
14
23
|
"language.label" = "Language"
|
|
15
24
|
"language.description" = "Choose the TUI language (English / 한국어 / 日本語). The corpus the AI consumes stays English; this changes the launcher's screens only."
|
|
@@ -19,18 +28,73 @@
|
|
|
19
28
|
"language.ja.description" = "ランチャーの画面を日本語で表示します。"
|
|
20
29
|
|
|
21
30
|
"corpus.label" = "Corpus packages"
|
|
22
|
-
"corpus.
|
|
31
|
+
"corpus.private.title" = "Corpus Studio"
|
|
32
|
+
"corpus.private.description" = "Browse, create, edit, remove, and restore private corpus items. Changes affect future activated sessions; running sessions retain their pinned content."
|
|
33
|
+
"corpus.private.relationship" = "Corpus is stored privately. Builder sessions activate the selected snapshot; plain CLI and Vanilla add no agent-bios content. Existing global installations need explicit migration."
|
|
34
|
+
"corpus.private.vanilla" = "Use the native CLI and your own user/project instructions. No private agent-bios corpus, skill description, or launch settings are added."
|
|
35
|
+
"corpus.description" = "Choose the working instructions available to your AI, such as development, multiple-agent work, or spreadsheets. Select packages, then Apply selection to install the checked set. This changes the common instructions used by future CLI runs on this computer, across projects."
|
|
23
36
|
"corpus.title" = "Corpus packages"
|
|
24
|
-
"corpus.core.line" = "core + infra always
|
|
25
|
-
"corpus.toggle.description" = "
|
|
37
|
+
"corpus.core.line" = "Basic goal-setting, decision, and learning rules (core + infra) are always included. Choose the optional work packages below."
|
|
38
|
+
"corpus.toggle.description" = "Include or remove this package from the selection. Apply selection installs all checked packages together and removes unchecked packages from the installed selection. Returning or cancelling before applying keeps the installation as it is."
|
|
39
|
+
"corpus.size.legend" = "The size beside each package is what it adds to the global every session loads; its guides are deployed too and read only when a rule points at one."
|
|
40
|
+
"corpus.size.detail" = "Rules added to every session: {rules} ({size}). Guides deployed: {guides} ({guide_size}), read only when a rule points at one."
|
|
41
|
+
"corpus.size.detail.noguides" = "Rules added to every session: {rules} ({size}). No guides deployed."
|
|
26
42
|
"corpus.apply.label" = "Apply selection{pending}"
|
|
27
|
-
"corpus.apply.description" = "
|
|
43
|
+
"corpus.apply.description" = "Install the checked packages and remove unchecked packages from the common instructions on this computer. The installer checks whether the AI can load them and reports the outcome. Applies across projects; this does not change your project code."
|
|
28
44
|
"corpus.apply.unchanged" = "the checked set equals the applied one — nothing to apply"
|
|
29
45
|
"corpus.unavailable.line1" = "The corpus status projection is missing or predates domain reporting."
|
|
30
46
|
"corpus.none.line" = "This projection lists no optional domain packages — core and infra always install, so there is nothing to choose here."
|
|
31
47
|
"corpus.unavailable.line2" = "Run: agent-bios install (it rewrites the projection this screen reads)"
|
|
32
48
|
"corpus.back.hint" = "Return to the mode menu."
|
|
33
49
|
|
|
50
|
+
"corpus.launch.relationship" = "Modes and presets choose how the session runs. They keep the installed corpus selection; change it in Corpus packages. The backend loads installed global instructions through its normal instruction loading, including in Vanilla."
|
|
51
|
+
"corpus.launch.applied" = "Currently applied corpus:"
|
|
52
|
+
"corpus.launch.base" = "core + infra: clarify goals and constraints, compare choices, report verification, and capture reusable session lessons."
|
|
53
|
+
"corpus.launch.unknown" = "Package content is unavailable in this installation."
|
|
54
|
+
"corpus.domain.builder-base.label" = "Development essentials"
|
|
55
|
+
"corpus.domain.llm-pipeline-dev.label" = "LLM pipeline development"
|
|
56
|
+
"corpus.domain.multi-agent-orchestration.label" = "Multiple-agent coordination"
|
|
57
|
+
"corpus.domain.visualization-docs.label" = "Diagrams and implementation maps"
|
|
58
|
+
"corpus.domain.office-work.label" = "Spreadsheet work"
|
|
59
|
+
"corpus.domain.builder-base" = """
|
|
60
|
+
Common development practices for implementing, verifying, and maintaining software.
|
|
61
|
+
• Coding: define completion criteria, plan the work, make focused changes, and review the result.
|
|
62
|
+
• Verification menus: choose checks for code, config, documents, or other artifacts and test the real changed path.
|
|
63
|
+
• Concept economy: reuse existing concepts and keep each name or value under one owner to prevent duplication.
|
|
64
|
+
• Documentation hygiene: keep active docs accurate and put decisions, history, and handoffs in their proper places.
|
|
65
|
+
• Tooling safety: pin tools and environments, handle shell and Git traps, protect secrets, and clean up owned processes.
|
|
66
|
+
• Mock boundaries: use test doubles deliberately and verify that the delivered feature works through real dependencies.
|
|
67
|
+
• Review requests and defect criteria: give reviewers evidence and concrete failure criteria, then resolve material findings.
|
|
68
|
+
• Repository instructions: the repo-charter skill derives AGENTS.md working rules from the repository's code.
|
|
69
|
+
"""
|
|
70
|
+
"corpus.domain.llm-pipeline-dev" = """
|
|
71
|
+
Build LLM pipelines with clear boundaries between model judgment and executable contracts.
|
|
72
|
+
• Capability boundary: use the model for meaning and tradeoffs; let tools perform exact calculations and transformations.
|
|
73
|
+
• Structured output: constrain accepted submissions and let code validate, serialize, and create canonical artifacts.
|
|
74
|
+
• Runtime authority: enforce permissions and execution routes through actual tools and consumers; a prompt or unused flag alone changes nothing.
|
|
75
|
+
• Failure handling: reject invalid contracts and disclose uncertain quality judgments instead of silently repairing model output.
|
|
76
|
+
"""
|
|
77
|
+
"corpus.domain.multi-agent-orchestration" = """
|
|
78
|
+
Coordinate multiple models and CLI agents with explicit roles, handoffs, and independent review.
|
|
79
|
+
• Delegation: decide when independent or high-volume work benefits from agents and give each a bounded task and completion criteria.
|
|
80
|
+
• Model allocation: assign tiers by difficulty and impact, with stronger verification for cheaper implementation.
|
|
81
|
+
• Prompting guides: adapt instructions and reasoning effort to the target model family.
|
|
82
|
+
• Independent review: compare providers and perspectives, and confirm the reviewer actually ran on the requested seat.
|
|
83
|
+
• Continuation and batch operation: preserve resumable artifacts, recheck session state, and stop repeated rate-limit retries.
|
|
84
|
+
"""
|
|
85
|
+
"corpus.domain.visualization-docs" = """
|
|
86
|
+
Explain systems and decisions with useful diagrams and a current implementation map.
|
|
87
|
+
• Visual explanations: use text, tables, or HTML according to what makes a comparison, flow, or state change clearest.
|
|
88
|
+
• SVG diagrams: show roles, boundaries, dependencies, and direction with readable layouts and consistent notation.
|
|
89
|
+
• Implementation map: maintain a current dashboard of architecture, goals, risks, decisions, and verification status.
|
|
90
|
+
"""
|
|
91
|
+
"corpus.domain.office-work" = """
|
|
92
|
+
Guide spreadsheet work toward the installed spreadsheet-processing skill.
|
|
93
|
+
• Spreadsheet processing: use the skill for workbook editing, generation, reconciliation, and validation when available.
|
|
94
|
+
• Formula verification: validate formula-dependent Excel results with the real Microsoft Excel engine.
|
|
95
|
+
• Availability: this package adds the routing rule; the spreadsheet skill and Excel must be available separately.
|
|
96
|
+
"""
|
|
97
|
+
|
|
34
98
|
"wizard.title" = "Register another reviewer"
|
|
35
99
|
"wizard.id.label" = "Method id (kebab-case)"
|
|
36
100
|
"wizard.label.label" = "Label (shown in the method list)"
|
|
@@ -77,6 +141,8 @@
|
|
|
77
141
|
"custom.review.description" = "Choose the review routes requested when review gates fire."
|
|
78
142
|
"custom.policy.label" = "Execution policy: {policy}"
|
|
79
143
|
"custom.policy.description" = "Choose the host-specific permission or sandbox behavior."
|
|
144
|
+
"custom.global-instructions.label" = "My global instruction files: {choice}"
|
|
145
|
+
"custom.global-instructions.description" = "Choose whether this agent-bios activated session loads your personal global instruction files."
|
|
80
146
|
"custom.tier.description" = "Edit the {tier} model and reasoning effort, then return here."
|
|
81
147
|
"custom.save.label" = "Save these settings globally and start"
|
|
82
148
|
"custom.save.description" = "Save this setup as a named preset in your user config for reuse elsewhere, then launch."
|
|
@@ -166,9 +232,16 @@
|
|
|
166
232
|
"panel.version.label" = "Applied version"
|
|
167
233
|
"panel.mechanisms.label" = "Mechanisms"
|
|
168
234
|
"panel.ledger.label" = "Ledger"
|
|
235
|
+
"panel.rules.label" = "Rules"
|
|
236
|
+
"panel.rules.value" = "{rules} in the global every session loads · {size}"
|
|
237
|
+
"panel.guides.label" = "Guides"
|
|
238
|
+
"panel.guides.value" = "{guides} deployed · {size}, read when a rule points at one"
|
|
239
|
+
"panel.ledger.author-only" = "author-side only — a packaged install carries no learning registry"
|
|
240
|
+
"panel.domains.unknown" = "⚠ applied but not in this package: {names}"
|
|
169
241
|
"panel.domains.label" = "Domains"
|
|
170
242
|
"panel.rolled-back" = "(ROLLED BACK; latest is {latest})"
|
|
171
243
|
"panel.layers.none" = "none"
|
|
244
|
+
"panel.unavailable" = "unavailable in a packaged install"
|
|
172
245
|
"panel.ledger.value" = "placed {placed} · incubating {incubating} · versions {versions}"
|
|
173
246
|
"panel.domains.unset" = "(none selected yet)"
|
|
174
247
|
"panel.last-apply" = "⚠ LAST APPLY {outcome} at {at} — requested: {requested}"
|
|
@@ -178,6 +251,39 @@
|
|
|
178
251
|
# while every line of content around them was translated, so the Korean and Japanese
|
|
179
252
|
# screens answered in one language and asked in another.
|
|
180
253
|
"prompt.select" = "Select [{default}] ({actions}): "
|
|
254
|
+
"tui.setup.title" = "Current setup"
|
|
255
|
+
"setup.none" = "No setup selected."
|
|
256
|
+
"setup.host" = "Host {host} | Preset {preset}"
|
|
257
|
+
"setup.bare" = "Ordinary CLI settings; the launcher adds no launch contract or permission flags.\nGlobal and project instructions follow the CLI's normal loading rules."
|
|
258
|
+
"setup.main" = "Main {tier} | Review {review}"
|
|
259
|
+
"setup.delegation" = "Delegation {delegation} | Execution {execution}"
|
|
260
|
+
"setup.global-instructions.label" = "Global files"
|
|
261
|
+
"global-instructions.title" = "My global instruction files"
|
|
262
|
+
"global-instructions.summary" = "User-global instruction documents and rules: {choice}"
|
|
263
|
+
"global-instructions.include.label" = "Include"
|
|
264
|
+
"global-instructions.include.description" = "Use the CLI's normal loading of your global instruction documents and rules. Project instructions and memory, configuration, authentication, tools, and permissions remain available either way."
|
|
265
|
+
"global-instructions.exclude.label" = "Exclude"
|
|
266
|
+
"global-instructions.exclude.description" = "Skip the user's global instruction documents. On Claude this excludes CLAUDE.md, its imports, and user rules/. Project instructions and memory, configuration, authentication, tools, and permissions remain available."
|
|
267
|
+
"global-instructions.exclude.codex-unavailable" = "The current Codex adapter does not support a safe way to exclude only global instruction files."
|
|
268
|
+
"global-instructions.exclude.private-unavailable" = "Requires an agent-bios activated session; Vanilla and ordinary CLI launches keep native instruction loading."
|
|
269
|
+
"setup.inactive.label" = "Inactive"
|
|
270
|
+
"setup.inactive.value" = "{tiers} — inactive, not projected because {reason}"
|
|
271
|
+
"tui.corpus.title" = "Corpus status"
|
|
272
|
+
"tui.detail.title" = "About highlighted option"
|
|
273
|
+
"tui.detail.scroll" = "j/k: scroll details down/up · Shift+PgUp/PgDn"
|
|
274
|
+
"tui.options.header" = "Options (1-{count} of {count})"
|
|
275
|
+
"tui.key.move" = "Up/Down move"
|
|
276
|
+
"tui.key.select" = "Enter select"
|
|
277
|
+
"tui.key.apply" = "Enter apply"
|
|
278
|
+
"tui.key.toggle" = "Space toggle"
|
|
279
|
+
"tui.key.scroll" = "PgUp/PgDn scroll"
|
|
280
|
+
"tui.key.back" = "Left back"
|
|
281
|
+
"tui.key.cancel" = "Esc cancel"
|
|
282
|
+
"tui.input.current" = "Current value: {value}"
|
|
283
|
+
"tui.input.new" = "New value (leave blank to keep current):"
|
|
284
|
+
"tui.input.placeholder" = "leave blank to keep the current value"
|
|
285
|
+
"tui.input.footer" = "Enter confirm | Esc/Ctrl-C cancel | q + Enter cancel"
|
|
286
|
+
"prompt.text" = "{label} [{default}] ({cancel}): "
|
|
181
287
|
"prompt.back" = "b back"
|
|
182
288
|
"prompt.cancel" = "q cancel"
|
|
183
289
|
"prompt.unavailable" = "Unavailable"
|
package/launch/i18n/ja.toml
CHANGED
|
@@ -2,11 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
"mode.title" = "モード"
|
|
4
4
|
"mode.swe.label" = "Software Engineer"
|
|
5
|
-
"mode.swe.description" = "
|
|
5
|
+
"mode.swe.description" = "既存プロジェクトで CLI 標準の指示読み込みに従って作業します。Vanilla はランチャーの追加設定なしで開始し、Custom ではモデルとレビュー方法を選びます。"
|
|
6
6
|
"mode.builder.label" = "Builder"
|
|
7
|
-
"mode.builder.description" = "
|
|
7
|
+
"mode.builder.description" = "インストール済みコーパスを使う一般開発モードです。Balanced・Deep review・Fast batch・Solo または Custom で、メインモデル、委任、レビュー、実行権限を選びます。"
|
|
8
8
|
"mode.distill.label" = "Session distill"
|
|
9
|
-
"mode.distill.description" = "
|
|
9
|
+
"mode.distill.description" = "過去の AI 作業セッションを振り返り、共通指示に反映する教訓を提案します。状態確認と実行メニューを開きます。現在は agent-bios のソースチェックアウトが必要です。"
|
|
10
|
+
|
|
11
|
+
"preset.balanced.description" = "一般的な機能開発やバグ修正に適した出発点です。メインエージェントが作業を委任し、独立レビューを依頼できます。特別な要件がなければこれを選んでください。エージェントやレビューが増えると時間と使用量も増える場合があります。"
|
|
12
|
+
"preset.deep-review.description" = "不具合を見逃した場合の損失が大きい変更に適しています。別の AI 提供元による、より深い追加レビューを依頼します。待ち時間と使用量が増える場合があります。このマシンで使えるレビュー経路は上の設定に表示されます。"
|
|
13
|
+
"preset.fast-batch.description" = "多数のファイルに同じ変更を適用するなど、基準が明確な反復作業向けです。実行担当の WORKHORSE ティアをメインにします。難しい判断は別途委任するか Balanced を選んでください。実際の使用量はモデルと作業量に依存します。"
|
|
14
|
+
"preset.solo.description" = "一つのメインエージェントと進めたい作業向けです。委任を無効にし、このプリセットではレビューを自動依頼しません。追加エージェントの呼び出しを避け、別途レビューが必要なときに自分で依頼します。"
|
|
15
|
+
"preset.vanilla.description" = "普段の CLI の既定設定で開始します。ランチャーはモデル割り当て、権限変更、レビュー契約を追加しません。インストール済みの全体指示とプロジェクト指示は CLI 標準の読み込み規則に従います。"
|
|
16
|
+
"preset.custom.description" = "メインモデル、レビュー方法、実行権限、委任する作業の担当モデルを自分で選びます。最後の開始操作まで設定を確認・変更できます。これらの選択が不慣れなら Balanced から始めてください。"
|
|
17
|
+
"preset.title" = "作業方法の選択"
|
|
18
|
+
"preset.custom.label" = "自分で設定 (Custom)"
|
|
10
19
|
|
|
11
20
|
"language.label" = "言語"
|
|
12
21
|
"language.description" = "TUI の言語を選択します (English / 한국어 / 日本語)。AI が消費するコーパスは英語のままで、ランチャーの画面だけが変わります。"
|
|
@@ -16,18 +25,73 @@
|
|
|
16
25
|
"language.ja.description" = "ランチャーの画面を日本語で表示します。"
|
|
17
26
|
|
|
18
27
|
"corpus.label" = "コーパスパッケージ"
|
|
19
|
-
"corpus.
|
|
28
|
+
"corpus.private.title" = "Corpus Studio"
|
|
29
|
+
"corpus.private.description" = "個人の corpus を閲覧・作成・編集・削除・復元します。変更は次の有効化セッションに反映され、実行中のセッションは固定した内容を維持します。"
|
|
30
|
+
"corpus.private.relationship" = "Corpus は専用ストレージに保存されます。Builder は選択したスナップショットを有効化し、通常の CLI と Vanilla には自動追加しません。既存のグローバル設定は明示的な移行が必要です。"
|
|
31
|
+
"corpus.private.vanilla" = "通常の CLI とユーザー・プロジェクトの指示を使用します。Private agent-bios corpus、スキル説明、起動設定は追加しません。"
|
|
32
|
+
"corpus.description" = "AI が参照する作業指示を選びます。開発、複数エージェントの協働、スプレッドシートなどの作業別パッケージです。選んでから「選択を適用」でインストールします。このマシンの今後の CLI 実行に使う共通指示が変わり、他のプロジェクトにも影響します。"
|
|
20
33
|
"corpus.title" = "コーパスパッケージ"
|
|
21
|
-
"corpus.core.line" = "core + infra
|
|
22
|
-
"corpus.toggle.description" = "
|
|
34
|
+
"corpus.core.line" = "目標設定・意思決定・教訓記録の基本ルール(core + infra)は常に含まれます。以下から作業別パッケージを選びます。"
|
|
35
|
+
"corpus.toggle.description" = "このパッケージを選択・解除します。「選択を適用」でチェックした全パッケージをインストールし、解除したものは対象から外します。適用前に戻るかキャンセルすると、インストール状態は変わりません。"
|
|
36
|
+
"corpus.size.legend" = "各パッケージ横のサイズは、すべてのセッションが読む全体設定に加わる量です。ガイドも配置されますが、ルールが指したときだけ読まれます。"
|
|
37
|
+
"corpus.size.detail" = "すべてのセッションにルール {rules} 件({size})を加え、ルールが指したときだけ読まれるガイド {guides} 件({guide_size})を配置します。"
|
|
38
|
+
"corpus.size.detail.noguides" = "すべてのセッションにルール {rules} 件({size})を加え、配置するガイドはありません。"
|
|
23
39
|
"corpus.apply.label" = "選択を適用{pending}"
|
|
24
|
-
"corpus.apply.description" = "
|
|
40
|
+
"corpus.apply.description" = "チェックしたパッケージをインストールし、解除したものをこのマシンの共通指示から外します。AI が指示を読み込めるか確認し、結果を表示します。他のプロジェクトにも適用されますが、プロジェクトのコードは変更しません。"
|
|
25
41
|
"corpus.apply.unchanged" = "チェックされた集合は適用済みの集合と同じです — 適用するものがありません"
|
|
26
42
|
"corpus.unavailable.line1" = "corpus status projection が存在しないか、ドメイン報告以前のバージョンです。"
|
|
27
43
|
"corpus.none.line" = "この投影には選択できるドメインパッケージがありません — core と infra は常にインストールされるため、ここで選ぶものはありません。"
|
|
28
44
|
"corpus.unavailable.line2" = "実行: agent-bios install (この画面が読む projection を書き直します)"
|
|
29
45
|
"corpus.back.hint" = "モードメニューに戻ります。"
|
|
30
46
|
|
|
47
|
+
"corpus.launch.relationship" = "モードとプリセットはセッションの実行方法を決めます。インストール済みコーパスの選択は維持され、変更は「コーパスパッケージ」で行います。Vanilla でもホスト標準の指示読み込みを通じて、インストール済みの全体ルールを読みます。"
|
|
48
|
+
"corpus.launch.applied" = "現在適用されているコーパス:"
|
|
49
|
+
"corpus.launch.base" = "core + infra: 目標と制約の確認、選択肢の比較、検証結果の報告、次のセッションで再利用する教訓の記録を扱います。"
|
|
50
|
+
"corpus.launch.unknown" = "このインストールではパッケージの内容を確認できません。"
|
|
51
|
+
"corpus.domain.builder-base.label" = "開発の基本原則"
|
|
52
|
+
"corpus.domain.llm-pipeline-dev.label" = "LLM パイプライン開発"
|
|
53
|
+
"corpus.domain.multi-agent-orchestration.label" = "複数エージェントの協働"
|
|
54
|
+
"corpus.domain.visualization-docs.label" = "図表と実装マップ"
|
|
55
|
+
"corpus.domain.office-work.label" = "スプレッドシート作業"
|
|
56
|
+
"corpus.domain.builder-base" = """
|
|
57
|
+
ソフトウェアの実装・検証・保守に共通する開発原則です。
|
|
58
|
+
• Coding(開発手順): 完了基準を決め、作業を計画し、必要な箇所を変更して結果をレビューします。
|
|
59
|
+
• Verification menus(検証の選択): コード・設定・文書など対象に合う検査を選び、実際の変更経路を検証します。
|
|
60
|
+
• Concept economy(概念の管理): 既存の概念を再利用し、名前と値の管理元を一つにして重複を減らします。
|
|
61
|
+
• Documentation hygiene(文書の管理): 現行文書を実際の動作に合わせ、決定・履歴・引き継ぎの記録を適切な場所に置きます。
|
|
62
|
+
• Tooling safety(ツールの利用): ツールと環境の指定、シェル・Git の落とし穴、秘密情報の扱い、生成したプロセスの後始末を扱います。
|
|
63
|
+
• Mock boundaries(テスト代替物): モックを意図的に使い、最終機能が実際の依存先を通じて動くことを確認します。
|
|
64
|
+
• Review requests & defect criteria(レビュー基準): 根拠と具体的な失敗基準をレビュアーに渡し、重要な指摘を解決します。
|
|
65
|
+
• Repository instructions(リポジトリ指示): repo-charter スキルで、コードに基づく AGENTS.md 作業ルールを作成します。
|
|
66
|
+
"""
|
|
67
|
+
"corpus.domain.llm-pipeline-dev" = """
|
|
68
|
+
モデルの判断とコードで保証する契約を分けて LLM パイプラインを構築します。
|
|
69
|
+
• Capability boundary(役割の境界): 意味の解釈と選択はモデルが担い、正確な計算と変換はツールが行います。
|
|
70
|
+
• Structured output(構造化出力): 提出形式を制約し、コードが検証・直列化・最終成果物の生成を担います。
|
|
71
|
+
• Runtime authority(実行権限): 実際のツールと利用経路で権限と実行経路を保証します。プロンプトや未使用のフラグだけでは動作は変わりません。
|
|
72
|
+
• Failure handling(失敗処理): 契約違反の出力を拒否し、不確かな品質判断は利用者に伝えます。モデル出力を黙って補正しません。
|
|
73
|
+
"""
|
|
74
|
+
"corpus.domain.multi-agent-orchestration" = """
|
|
75
|
+
複数モデルと CLI エージェントの役割・引き継ぎ・独立レビューを調整します。
|
|
76
|
+
• Delegation(委任): 独立作業や反復作業にエージェントが有用か判断し、範囲と完了基準を決めて任せます。
|
|
77
|
+
• Model allocation(モデル配分): 難度と影響に応じてティアを割り当て、安価なモデルによる実装には検証を補強します。
|
|
78
|
+
• Prompting guides(プロンプト指針): 対象モデル系列に合わせて指示方法と推論強度を調整します。
|
|
79
|
+
• Independent review(独立レビュー): 提供元と観点を比較し、指定モデルと設定でレビューが実際に動いたことを確認します。
|
|
80
|
+
• Continuation & batches(再開・一括処理): 再開可能な成果物を保持し、セッション状態を再確認し、利用制限に対する反復リトライを止めます。
|
|
81
|
+
"""
|
|
82
|
+
"corpus.domain.visualization-docs" = """
|
|
83
|
+
システムと意思決定を図表で説明し、現在の実装状態を地図として管理します。
|
|
84
|
+
• Visual explanations(視覚的な説明): 比較・流れ・状態変化を最も明確に伝えるテキスト・表・HTML 表現を選びます。
|
|
85
|
+
• SVG diagrams(SVG 図): 役割・境界・依存関係・方向を読みやすい配置と一貫した表記で示します。
|
|
86
|
+
• Implementation map(実装マップ): 構造・目標・リスク・決定・検証状態を現在のダッシュボードとして維持します。
|
|
87
|
+
"""
|
|
88
|
+
"corpus.domain.office-work" = """
|
|
89
|
+
スプレッドシート作業をインストール済みの spreadsheet-processing スキルへ案内します。
|
|
90
|
+
• Spreadsheet processing(シート作業): スキルがあれば、ブックの編集・生成・照合・検証に使用します。
|
|
91
|
+
• Formula verification(数式検証): 数式に依存する Excel の結果を実際の Microsoft Excel エンジンで確認します。
|
|
92
|
+
• Availability(利用条件): このパッケージは作業の案内ルールを追加します。スプレッドシートスキルと Excel は別途利用可能である必要があります。
|
|
93
|
+
"""
|
|
94
|
+
|
|
31
95
|
"wizard.title" = "別のレビュアーを登録"
|
|
32
96
|
"wizard.id.label" = "Method id (kebab-case)"
|
|
33
97
|
"wizard.label.label" = "ラベル (method 一覧に表示)"
|
|
@@ -74,6 +138,8 @@
|
|
|
74
138
|
"custom.review.description" = "レビューゲート発動時に要求するレビュー経路を選択します。"
|
|
75
139
|
"custom.policy.label" = "実行ポリシー: {policy}"
|
|
76
140
|
"custom.policy.description" = "ホストごとの権限またはサンドボックス動作を選択します。"
|
|
141
|
+
"custom.global-instructions.label" = "自分のグローバル指示ファイル: {choice}"
|
|
142
|
+
"custom.global-instructions.description" = "この agent-bios で有効化されたセッションで個人のグローバル指示ファイルを読み込むか選びます。"
|
|
77
143
|
"custom.tier.description" = "{tier} ティアのモデルと推論強度を編集し、ここへ戻ります。"
|
|
78
144
|
"custom.save.label" = "この設定をグローバルに保存して開始"
|
|
79
145
|
"custom.save.description" = "この構成を名前付きプリセットとしてユーザー設定に保存し、他でも再利用できるようにしてから起動します。"
|
|
@@ -162,9 +228,16 @@
|
|
|
162
228
|
"panel.version.label" = "適用バージョン"
|
|
163
229
|
"panel.mechanisms.label" = "メカニズム"
|
|
164
230
|
"panel.ledger.label" = "台帳"
|
|
231
|
+
"panel.rules.label" = "ルール"
|
|
232
|
+
"panel.rules.value" = "すべてのセッションが読む全体設定に {rules} 件 · {size}"
|
|
233
|
+
"panel.guides.label" = "ガイド"
|
|
234
|
+
"panel.guides.value" = "{guides} 件配置 · {size}、ルールが指したときに読まれます"
|
|
235
|
+
"panel.ledger.author-only" = "作成者側のみ — パッケージ導入には学習台帳がありません"
|
|
236
|
+
"panel.domains.unknown" = "⚠ 適用済みだがこのパッケージにない: {names}"
|
|
165
237
|
"panel.domains.label" = "ドメイン"
|
|
166
238
|
"panel.rolled-back" = "(ロールバック済み。最新は {latest})"
|
|
167
239
|
"panel.layers.none" = "なし"
|
|
240
|
+
"panel.unavailable" = "パッケージ導入では取得不可"
|
|
168
241
|
"panel.ledger.value" = "配置 {placed} · インキュベート {incubating} · バージョン {versions}"
|
|
169
242
|
"panel.domains.unset" = "(未選択)"
|
|
170
243
|
"panel.last-apply" = "⚠ 最終適用 {outcome} @ {at} — 要求: {requested}"
|
|
@@ -174,6 +247,39 @@
|
|
|
174
247
|
# while every line of content around them was translated, so the Korean and Japanese
|
|
175
248
|
# screens answered in one language and asked in another.
|
|
176
249
|
"prompt.select" = "選択 [{default}] ({actions}): "
|
|
250
|
+
"tui.setup.title" = "現在の設定"
|
|
251
|
+
"setup.none" = "設定が選択されていません"
|
|
252
|
+
"setup.host" = "ホスト {host} | プリセット {preset}"
|
|
253
|
+
"setup.bare" = "通常の CLI 設定で実行します。ランチャーは実行契約や権限オプションを追加しません。\n全体指示とプロジェクト指示は CLI 標準の読み込み規則に従います。"
|
|
254
|
+
"setup.main" = "メイン {tier} | レビュー {review}"
|
|
255
|
+
"setup.delegation" = "委任 {delegation} | 実行 {execution}"
|
|
256
|
+
"setup.global-instructions.label" = "グローバル ファイル"
|
|
257
|
+
"global-instructions.title" = "自分のグローバル指示ファイル"
|
|
258
|
+
"global-instructions.summary" = "ユーザーのグローバル指示文書・ルール: {choice}"
|
|
259
|
+
"global-instructions.include.label" = "含める"
|
|
260
|
+
"global-instructions.include.description" = "CLI 標準の方法でユーザーのグローバル指示文書とルールを読み込みます。どちらを選んでも、プロジェクトの指示・メモリ、設定、認証、ツール、実行権限は維持します。"
|
|
261
|
+
"global-instructions.exclude.label" = "除外"
|
|
262
|
+
"global-instructions.exclude.description" = "ユーザーのグローバル指示文書を読み込みません。Claude では全体の CLAUDE.md、その import、ユーザーの rules/ を除外します。プロジェクトの指示・メモリ、設定、認証、ツール、実行権限は維持します。"
|
|
263
|
+
"global-instructions.exclude.codex-unavailable" = "現在の Codex では、グローバル指示ファイルだけを安全に除外する経路をサポートしていません。"
|
|
264
|
+
"global-instructions.exclude.private-unavailable" = "agent-bios で有効化されたセッションが必要です。Vanilla と通常の CLI 起動はネイティブの指示読み込みを維持します。"
|
|
265
|
+
"setup.inactive.label" = "非活性"
|
|
266
|
+
"setup.inactive.value" = "{tiers} — 非活性、投影されません ({reason})"
|
|
267
|
+
"tui.corpus.title" = "コーパス状態"
|
|
268
|
+
"tui.detail.title" = "選択中の項目の説明"
|
|
269
|
+
"tui.detail.scroll" = "j/k: 説明を下/上へ · Shift+PgUp/PgDn"
|
|
270
|
+
"tui.options.header" = "項目 (1-{count} / {count})"
|
|
271
|
+
"tui.key.move" = "Up/Down 移動"
|
|
272
|
+
"tui.key.select" = "Enter 選択"
|
|
273
|
+
"tui.key.apply" = "Enter 適用"
|
|
274
|
+
"tui.key.toggle" = "Space 切替"
|
|
275
|
+
"tui.key.scroll" = "PgUp/PgDn 画面送り"
|
|
276
|
+
"tui.key.back" = "Left 戻る"
|
|
277
|
+
"tui.key.cancel" = "Esc 中止"
|
|
278
|
+
"tui.input.current" = "現在の値: {value}"
|
|
279
|
+
"tui.input.new" = "新しい値 (空欄で現在値を維持):"
|
|
280
|
+
"tui.input.placeholder" = "空欄にすると現在の値を維持します"
|
|
281
|
+
"tui.input.footer" = "Enter 確定 | Esc/Ctrl-C 中止 | q + Enter 中止"
|
|
282
|
+
"prompt.text" = "{label} [{default}] ({cancel}): "
|
|
177
283
|
"prompt.back" = "b 戻る"
|
|
178
284
|
"prompt.cancel" = "q キャンセル"
|
|
179
285
|
"prompt.unavailable" = "利用不可"
|