adde-acp 0.1.3 → 0.1.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/README.ko.md +16 -6
- package/README.md +16 -6
- package/dist/backend/acp/client.d.ts +14 -1
- package/dist/backend/acp/client.js +19 -9
- package/dist/backend/acp/client.js.map +1 -1
- package/dist/cli/completion.js +43 -6
- package/dist/cli/completion.js.map +1 -1
- package/dist/cli/init.js +40 -12
- package/dist/cli/init.js.map +1 -1
- package/dist/cli/lane.d.ts +1 -1
- package/dist/cli/lane.js +81 -27
- package/dist/cli/lane.js.map +1 -1
- package/dist/cli/ops.js +95 -6
- package/dist/cli/ops.js.map +1 -1
- package/dist/cli/proj.d.ts +5 -0
- package/dist/cli/proj.js +141 -0
- package/dist/cli/proj.js.map +1 -0
- package/dist/cli/prompt.d.ts +2 -0
- package/dist/cli/prompt.js +49 -7
- package/dist/cli/prompt.js.map +1 -1
- package/dist/cli/run.js +93 -2
- package/dist/cli/run.js.map +1 -1
- package/dist/cli/spec.d.ts +9 -1
- package/dist/cli/spec.js +11 -3
- package/dist/cli/spec.js.map +1 -1
- package/dist/core/diagnostics.d.ts +2 -0
- package/dist/core/diagnostics.js +33 -0
- package/dist/core/diagnostics.js.map +1 -1
- package/dist/core/lane-config.d.ts +22 -3
- package/dist/core/lane-config.js +41 -12
- package/dist/core/lane-config.js.map +1 -1
- package/dist/core/launchd.d.ts +10 -0
- package/dist/core/launchd.js +16 -3
- package/dist/core/launchd.js.map +1 -1
- package/dist/core/messages.d.ts +4 -0
- package/dist/core/messages.js +8 -0
- package/dist/core/messages.js.map +1 -1
- package/dist/core/runtime-state.d.ts +25 -2
- package/dist/core/runtime-state.js +21 -0
- package/dist/core/runtime-state.js.map +1 -1
- package/dist/core/supervisor.js +52 -39
- package/dist/core/supervisor.js.map +1 -1
- package/dist/shared/conf.d.ts +2 -3
- package/dist/shared/conf.js +2 -4
- package/dist/shared/conf.js.map +1 -1
- package/dist/shared/locales/en.d.ts +40 -4
- package/dist/shared/locales/en.js +82 -22
- package/dist/shared/locales/en.js.map +1 -1
- package/dist/shared/locales/ko.d.ts +40 -4
- package/dist/shared/locales/ko.js +82 -22
- package/dist/shared/locales/ko.js.map +1 -1
- package/package.json +3 -3
package/dist/shared/conf.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* 레인 .conf 파싱 (INI 형식).
|
|
3
|
-
* 계약 03 §7: source/backend/engine/
|
|
4
|
-
* 누락 필드 기본값 적용, 알 수 없는 키 무시(forward-compat).
|
|
3
|
+
* 계약 03 §7: source/backend/engine/perm_tier/acp_version/allowlist/denylist.
|
|
4
|
+
* 누락 필드 기본값 적용, 알 수 없는 키 무시(forward-compat — 구 conf 의 channel= 도 무시).
|
|
5
5
|
* cwd: 레인별 엔진 작업 폴더(프로젝트 폴더 매핑). 미지정 시 슈퍼바이저 실행 cwd.
|
|
6
6
|
* markdown 전용: root/inbox/approvals/outbox. chat_id: telegram 회신 대상.
|
|
7
7
|
*/
|
|
@@ -27,7 +27,6 @@ export function parseLaneConf(text) {
|
|
|
27
27
|
source: conf["source"] ?? "",
|
|
28
28
|
backend: conf["backend"] ?? "",
|
|
29
29
|
engine: conf["engine"] ?? "",
|
|
30
|
-
channel: conf["channel"] ?? "",
|
|
31
30
|
perm_tier: conf["perm_tier"] ?? "acp",
|
|
32
31
|
acp_version: conf["acp_version"] ?? "v1",
|
|
33
32
|
allowlist: parseToolList(conf["allowlist"] ?? ""),
|
|
@@ -65,7 +64,6 @@ export function serializeLaneConf(conf) {
|
|
|
65
64
|
`source=${conf.source}`,
|
|
66
65
|
`backend=${conf.backend}`,
|
|
67
66
|
`engine=${conf.engine}`,
|
|
68
|
-
`channel=${conf.channel}`,
|
|
69
67
|
`perm_tier=${conf.perm_tier}`,
|
|
70
68
|
`acp_version=${conf.acp_version}`,
|
|
71
69
|
];
|
package/dist/shared/conf.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conf.js","sourceRoot":"","sources":["../../src/shared/conf.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
|
1
|
+
{"version":3,"file":"conf.js","sourceRoot":"","sources":["../../src/shared/conf.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,6 +13,7 @@ export declare const en: {
|
|
|
13
13
|
logs: string;
|
|
14
14
|
sessions: string;
|
|
15
15
|
completion: string;
|
|
16
|
+
proj: string;
|
|
16
17
|
init: string;
|
|
17
18
|
alias: string;
|
|
18
19
|
laneAdd: string;
|
|
@@ -31,6 +32,7 @@ export declare const en: {
|
|
|
31
32
|
};
|
|
32
33
|
completion: {
|
|
33
34
|
unknownShell: string;
|
|
35
|
+
installHint: string;
|
|
34
36
|
};
|
|
35
37
|
run: {
|
|
36
38
|
laneStartFailed: {
|
|
@@ -48,6 +50,12 @@ export declare const en: {
|
|
|
48
50
|
action: string;
|
|
49
51
|
};
|
|
50
52
|
upDone: string;
|
|
53
|
+
alreadyUp: string;
|
|
54
|
+
alreadyUpHint: string;
|
|
55
|
+
alreadyUpUnhealthy: string;
|
|
56
|
+
upFailed: string;
|
|
57
|
+
upSummary: string;
|
|
58
|
+
upInconclusive: string;
|
|
51
59
|
statusHint: string;
|
|
52
60
|
downDone: string;
|
|
53
61
|
restartDone: string;
|
|
@@ -61,6 +69,8 @@ export declare const en: {
|
|
|
61
69
|
staleWarnAggregate: string;
|
|
62
70
|
deadWarnSingle: string;
|
|
63
71
|
staleWarnSingle: string;
|
|
72
|
+
errorWarnAggregate: string;
|
|
73
|
+
errorWarnSingle: string;
|
|
64
74
|
};
|
|
65
75
|
doctor: {
|
|
66
76
|
hint: string;
|
|
@@ -70,16 +80,13 @@ export declare const en: {
|
|
|
70
80
|
whatEngine: string;
|
|
71
81
|
whatTranscript: string;
|
|
72
82
|
notFound: string;
|
|
83
|
+
daemonNotFound: string;
|
|
73
84
|
empty: string;
|
|
74
85
|
};
|
|
75
86
|
};
|
|
76
87
|
lane: {
|
|
77
88
|
valueRequired: string;
|
|
78
|
-
sourceRetry: string;
|
|
79
89
|
retry: {
|
|
80
|
-
permTier: string;
|
|
81
|
-
fileMode: string;
|
|
82
|
-
lang: string;
|
|
83
90
|
chatId: string;
|
|
84
91
|
allowFrom: string;
|
|
85
92
|
};
|
|
@@ -107,10 +114,24 @@ export declare const en: {
|
|
|
107
114
|
created: string;
|
|
108
115
|
noLanes: string;
|
|
109
116
|
removed: string;
|
|
117
|
+
removedPurged: string;
|
|
118
|
+
purgeRunning: string;
|
|
119
|
+
purgeNeedForce: string;
|
|
120
|
+
purgeConfirm: string;
|
|
121
|
+
purgeAborted: string;
|
|
110
122
|
tokenWritten: string;
|
|
111
123
|
tokenNext: string;
|
|
112
124
|
startHint: string;
|
|
113
125
|
};
|
|
126
|
+
proj: {
|
|
127
|
+
none: string;
|
|
128
|
+
removed: string;
|
|
129
|
+
notFound: string;
|
|
130
|
+
running: string;
|
|
131
|
+
needForce: string;
|
|
132
|
+
confirmPrompt: string;
|
|
133
|
+
aborted: string;
|
|
134
|
+
};
|
|
114
135
|
doctor: {
|
|
115
136
|
node: {
|
|
116
137
|
name: string;
|
|
@@ -163,6 +184,16 @@ export declare const en: {
|
|
|
163
184
|
missing: string;
|
|
164
185
|
hint: string;
|
|
165
186
|
};
|
|
187
|
+
markdown: {
|
|
188
|
+
name: string;
|
|
189
|
+
ok: string;
|
|
190
|
+
rootMissing: string;
|
|
191
|
+
rootMissingHint: string;
|
|
192
|
+
rootNotFound: string;
|
|
193
|
+
rootNotFoundHint: string;
|
|
194
|
+
inboxMissing: string;
|
|
195
|
+
inboxMissingHint: string;
|
|
196
|
+
};
|
|
166
197
|
perms: {
|
|
167
198
|
name: string;
|
|
168
199
|
ok: string;
|
|
@@ -186,6 +217,10 @@ export declare const en: {
|
|
|
186
217
|
intro: string;
|
|
187
218
|
doctorWarn: string;
|
|
188
219
|
aliasPrompt: string;
|
|
220
|
+
completionPrompt: string;
|
|
221
|
+
completionWhat: string;
|
|
222
|
+
completionBash: string;
|
|
223
|
+
completionZsh: string;
|
|
189
224
|
aliasNoBin: string;
|
|
190
225
|
aliasCreated: string;
|
|
191
226
|
aliasAlready: string;
|
|
@@ -204,6 +239,7 @@ export declare const en: {
|
|
|
204
239
|
mdRootNotFound: string;
|
|
205
240
|
mdPathOverlap: string;
|
|
206
241
|
tokenFormat: string;
|
|
242
|
+
tokenOverwritten: string;
|
|
207
243
|
permTierUnknown: string;
|
|
208
244
|
autopassBanner: string;
|
|
209
245
|
autopassEmptyDeny: string;
|
|
@@ -21,8 +21,10 @@ Commands:
|
|
|
21
21
|
lane add <proj> <lane> create a lane conf
|
|
22
22
|
lane ls <proj> list lanes
|
|
23
23
|
lane show <proj> <lane> print a lane conf
|
|
24
|
-
lane rm <proj> <lane> delete a lane conf
|
|
25
|
-
|
|
24
|
+
lane rm <proj> <lane> delete a lane conf (--purge also removes state/queue/out)
|
|
25
|
+
proj ls list registered projects (with lane + running counts)
|
|
26
|
+
proj rm <proj> delete a project (all its lanes + state; asks to confirm)
|
|
27
|
+
completion <bash|zsh> print a shell completion script (Tab-complete commands/projects/lanes; run 'adde completion --help' for setup)
|
|
26
28
|
alias [names...] install short aliases (default ad, add) next to the adde binary
|
|
27
29
|
|
|
28
30
|
Options:
|
|
@@ -35,11 +37,35 @@ Run \`{{primary}} <command> --help\` for command-specific help; \`adde lane help
|
|
|
35
37
|
restart: "Usage: adde restart <proj>",
|
|
36
38
|
status: "Usage: adde status [<proj>] [--all] [--json]",
|
|
37
39
|
doctor: "Usage: adde doctor [<proj>]",
|
|
38
|
-
logs:
|
|
39
|
-
|
|
40
|
-
|
|
40
|
+
logs: `Usage: adde logs <proj> <lane> [N] [--engine] [--daemon]
|
|
41
|
+
|
|
42
|
+
Prints the last N lines (default 50) of a lane's log.
|
|
43
|
+
(default) the lane transcript (messages, decisions, notices)
|
|
44
|
+
--engine the engine's stderr capture (engine.log) — for engine crashes
|
|
45
|
+
--daemon the launchd daemon log for <proj> (startup failures land here; <lane> optional)`,
|
|
46
|
+
sessions: `Usage: adde sessions <proj> <lane>
|
|
47
|
+
|
|
48
|
+
Lists the engine sessions recorded for a lane (number, first-prompt excerpt, last activity, id; current marked ◀).
|
|
49
|
+
Read-only — resuming/resetting a session is done from the channel (/resume <n> or the resume checkbox), not the CLI.`,
|
|
50
|
+
completion: `Usage: adde completion <bash|zsh>
|
|
51
|
+
|
|
52
|
+
Prints a shell completion script to stdout — it does NOT install anything.
|
|
53
|
+
Why: enables Tab-completion of adde commands, project/lane names, and option values.
|
|
54
|
+
What: a script for your shell; you redirect it into your shell's completion directory.
|
|
55
|
+
Where/how to decide (check your shell with: echo $SHELL):
|
|
56
|
+
bash → adde completion bash > /usr/local/etc/bash_completion.d/adde (or add 'source <(adde completion bash)' to ~/.bashrc)
|
|
57
|
+
zsh → adde completion zsh > "\${fpath[1]}/_adde" (then run compinit; ensure 'autoload -Uz compinit && compinit' is in ~/.zshrc)
|
|
58
|
+
Tip: 'adde init' can walk you through this setup.`,
|
|
59
|
+
proj: `Usage:
|
|
60
|
+
adde proj ls list registered projects (with lane + running counts)
|
|
61
|
+
adde proj rm <proj> delete a project — removes ALL its lanes and state
|
|
62
|
+
|
|
63
|
+
--force skip the confirmation prompt (required in non-interactive shells)`,
|
|
41
64
|
init: "Usage: adde init [<proj>] (guided setup: doctor + short alias + create a lane; TTY only)",
|
|
42
|
-
alias:
|
|
65
|
+
alias: `Usage: adde alias [names...] (default names: ad add)
|
|
66
|
+
|
|
67
|
+
Installs short aliases (symlinks) next to the adde binary so you can type e.g. \`ad up <proj>\` instead of \`adde up <proj>\`.
|
|
68
|
+
Only works on a global install (needs a writable bin dir next to adde on PATH); if a command with that name already exists it is skipped, not overwritten.`,
|
|
43
69
|
laneAdd: "Usage: adde lane add <proj> <lane> [options]",
|
|
44
70
|
laneLs: "Usage: adde lane ls <proj>",
|
|
45
71
|
laneShow: "Usage: adde lane show <proj> <lane>",
|
|
@@ -49,13 +75,12 @@ Run \`{{primary}} <command> --help\` for command-specific help; \`adde lane help
|
|
|
49
75
|
adde lane add <proj> <lane> [options] create a lane conf
|
|
50
76
|
adde lane ls <proj> list lanes
|
|
51
77
|
adde lane show <proj> <lane> print a lane conf
|
|
52
|
-
adde lane rm <proj> <lane>
|
|
78
|
+
adde lane rm <proj> <lane> [--purge] delete a lane conf (--purge also removes its state/queue/out data)
|
|
53
79
|
|
|
54
80
|
lane add options:
|
|
55
|
-
--source <telegram
|
|
56
|
-
--engine <name> (default claude-
|
|
81
|
+
--source <markdown|telegram> (default markdown)
|
|
82
|
+
--engine <name> (default claude-agent-acp)
|
|
57
83
|
--backend <name> (default acp)
|
|
58
|
-
--channel <name> (default: value of source)
|
|
59
84
|
--perm-tier <acp|autopass> (default acp — channel approval for every tool / autopass — auto-allow except denylist)
|
|
60
85
|
--acp-version <v> (default v1)
|
|
61
86
|
--cwd <abs-path> lane working directory (project mapping)
|
|
@@ -84,6 +109,7 @@ lane add options:
|
|
|
84
109
|
},
|
|
85
110
|
completion: {
|
|
86
111
|
unknownShell: 'unsupported shell "{{shell}}" — one of {{supported}}',
|
|
112
|
+
installHint: "↳ This printed a completion script, not an installer. To enable it, redirect this into your {{shell}} completion directory (see the comment at the top of the script), or run 'adde completion {{shell}} --help' for the exact path.",
|
|
87
113
|
},
|
|
88
114
|
run: {
|
|
89
115
|
laneStartFailed: {
|
|
@@ -93,14 +119,20 @@ lane add options:
|
|
|
93
119
|
unknownCause: "unknown cause",
|
|
94
120
|
noLanes: {
|
|
95
121
|
situation: "no lanes to start — {{proj}} has no lane conf",
|
|
96
|
-
action: "Create a lane first: adde lane add {{proj}} <lane> --source
|
|
122
|
+
action: "Create a lane first: adde lane add {{proj}} <lane> --source markdown (or telegram). See adde lane help for options.",
|
|
97
123
|
},
|
|
98
124
|
signalShutdown: "[adde] received {{sig}} — shutting down lanes...",
|
|
99
125
|
shutdownError: {
|
|
100
126
|
situation: "error during shutdown: {{error}}",
|
|
101
|
-
action: "Manually check/stop leftover engine processes (ps | grep claude-
|
|
127
|
+
action: "Manually check/stop leftover engine processes (ps | grep claude-agent-acp).",
|
|
102
128
|
},
|
|
103
129
|
upDone: "[adde] {{proj}} daemon registered. Lanes are starting in the background.",
|
|
130
|
+
alreadyUp: "[adde] {{proj}} is already up — {{running}}/{{total}} lane(s) running. Nothing to start.",
|
|
131
|
+
alreadyUpHint: " View: adde status {{proj}} · apply conf changes: adde restart {{proj}} · stop: adde down {{proj}}",
|
|
132
|
+
alreadyUpUnhealthy: "[adde] {{proj}} has unhealthy lane(s): {{lanes}}\n ↳ action: inspect with adde status {{proj}} / adde logs {{proj}} --daemon, then adde restart {{proj}}.",
|
|
133
|
+
upFailed: "[adde] lane(s) failed to start: {{lanes}}\n ↳ action: inspect with adde logs {{proj}} <lane> --engine, or the daemon log with adde logs {{proj}} --daemon; then adde restart {{proj}}.",
|
|
134
|
+
upSummary: " {{running}} running · {{failed}} failed · {{pending}} still starting",
|
|
135
|
+
upInconclusive: "[adde] no lane came up within the wait window — the daemon may have failed to boot.\n ↳ action: check the daemon log with adde logs {{proj}} --daemon, then adde restart {{proj}}.",
|
|
104
136
|
statusHint: " Check status: adde status {{proj}}",
|
|
105
137
|
downDone: "[adde] {{proj}} daemon stopped.",
|
|
106
138
|
restartDone: "[adde] {{proj}} restarted. Lanes are starting in the background.",
|
|
@@ -114,6 +146,8 @@ lane add options:
|
|
|
114
146
|
staleWarnAggregate: "warning: lane(s) {{lanes}} not responding (stale — heartbeat lost).\n ↳ action: diagnose with adde logs <proj> <lane> --engine, then restart with adde down/up <proj>.",
|
|
115
147
|
deadWarnSingle: "warning: lane(s) {{lanes}} terminated abnormally (dead).\n ↳ action: clean up state with adde down {{proj}}, then restart with adde up {{proj}}.",
|
|
116
148
|
staleWarnSingle: "warning: lane(s) {{lanes}} not responding (stale — process alive but heartbeat lost).\n ↳ action: possible hang. Diagnose with adde logs {{proj}} <lane> --engine, then restart with adde down/up {{proj}}.",
|
|
149
|
+
errorWarnAggregate: "error: lane(s) failed to start: {{lanes}}.\n ↳ action: inspect the daemon log (adde logs <proj> --daemon) or engine log (adde logs <proj> <lane> --engine), then adde restart <proj>.",
|
|
150
|
+
errorWarnSingle: "error: lane(s) failed to start: {{lanes}}.\n ↳ action: inspect the daemon log (adde logs {{proj}} --daemon) or engine log (adde logs {{proj}} <lane> --engine), then adde restart {{proj}}.",
|
|
117
151
|
},
|
|
118
152
|
doctor: {
|
|
119
153
|
hint: " ↳ action: {{hint}}",
|
|
@@ -123,26 +157,23 @@ lane add options:
|
|
|
123
157
|
whatEngine: "engine log",
|
|
124
158
|
whatTranscript: "transcript",
|
|
125
159
|
notFound: "{{what}} not found: {{path}}\n ↳ action: the lane has not been active or started yet. Check with adde status {{proj}}.",
|
|
160
|
+
daemonNotFound: "daemon log not found: {{path}}\n ↳ action: the {{proj}} daemon has not run yet (or logged nothing). Start it with adde up {{proj}}.",
|
|
126
161
|
empty: "({{path}} is empty)",
|
|
127
162
|
},
|
|
128
163
|
},
|
|
129
164
|
lane: {
|
|
130
165
|
valueRequired: "--{{key}} requires a value",
|
|
131
|
-
sourceRetry: " enter one of telegram or markdown",
|
|
132
166
|
retry: {
|
|
133
|
-
permTier: " perm_tier — enter acp or autopass",
|
|
134
|
-
fileMode: " file_mode — enter private or shared",
|
|
135
|
-
lang: " lang — enter en or ko (or leave empty for global)",
|
|
136
167
|
chatId: " chat_id — enter a numeric id (or leave empty)",
|
|
137
168
|
allowFrom: " allow_from — enter comma-separated numeric ids (or leave empty)",
|
|
138
169
|
},
|
|
139
170
|
prompt: {
|
|
140
|
-
source: "source (
|
|
141
|
-
permTier: "perm_tier (acp
|
|
171
|
+
source: "source (enter a number or the value)",
|
|
172
|
+
permTier: "perm_tier (acp = approve each tool in the channel / autopass = auto-allow except denylist)",
|
|
142
173
|
allowlist: "allowlist (comma-separated, empty for none)",
|
|
143
174
|
denylist: "denylist (tools/patterns that fall back to channel approval, comma-separated)",
|
|
144
175
|
safeDefaults: "enable safe-defaults hard-deny? blocks sudo / rm -rf / git force / credential reads outright (y/N)",
|
|
145
|
-
lang: "lang (channel message locale
|
|
176
|
+
lang: "lang (channel message locale, empty for global)",
|
|
146
177
|
token: "telegram bot token (hidden input, empty to set later)",
|
|
147
178
|
cwd: "cwd (absolute lane working directory, empty to skip)",
|
|
148
179
|
chatId: "chat_id (reply target + authorizes that chat for inbound, empty to skip)",
|
|
@@ -155,15 +186,29 @@ lane add options:
|
|
|
155
186
|
},
|
|
156
187
|
ttyOnly: {
|
|
157
188
|
situation: "--interactive only works in an interactive terminal (TTY)",
|
|
158
|
-
action: "Specify flags instead (e.g. adde lane add <proj> <lane> --source
|
|
189
|
+
action: "Specify flags instead (e.g. adde lane add <proj> <lane> --source markdown). See adde lane help for the option list.",
|
|
159
190
|
},
|
|
160
191
|
created: 'lane "{{lane}}" created: {{confPath}}',
|
|
161
192
|
noLanes: "{{proj}}: no lanes",
|
|
162
193
|
removed: 'lane "{{lane}}" removed: {{confPath}}',
|
|
194
|
+
removedPurged: 'lane "{{lane}}" removed with state/queue/out purged: {{confPath}}',
|
|
195
|
+
purgeRunning: 'lane "{{lane}}" is not safely purgeable (running, or failed while the daemon may still be up) — stop the daemon first (adde down {{proj}}) before --purge, or pass --force to purge anyway.',
|
|
196
|
+
purgeNeedForce: "refusing to --purge without confirmation (it deletes state incl. the bot token) — run it in a terminal to confirm, or pass --force.",
|
|
197
|
+
purgeConfirm: 'type the lane name "{{lane}}" to confirm --purge (deletes its state/queue/out)',
|
|
198
|
+
purgeAborted: "aborted — the name did not match.",
|
|
163
199
|
tokenWritten: "token written: {{envPath}} (0600)",
|
|
164
200
|
tokenNext: "Next: put the bot token in {{envPath}} as TELEGRAM_BOT_TOKEN=...",
|
|
165
201
|
startHint: "Start: adde up {{proj}}",
|
|
166
202
|
},
|
|
203
|
+
proj: {
|
|
204
|
+
none: "no projects registered (create one with adde lane add <proj> <lane>).",
|
|
205
|
+
removed: 'project "{{proj}}" deleted: {{path}}',
|
|
206
|
+
notFound: 'project "{{proj}}" not found ({{path}})',
|
|
207
|
+
running: 'project "{{proj}}" has active lane(s): {{lanes}} — stop the daemon first (adde down {{proj}}), or pass --force to delete anyway.',
|
|
208
|
+
needForce: "refusing to delete without confirmation — run it in a terminal to confirm interactively, or pass --force.",
|
|
209
|
+
confirmPrompt: 'type the project name "{{proj}}" to confirm deletion (removes ALL its lanes and state)',
|
|
210
|
+
aborted: "aborted — the name did not match.",
|
|
211
|
+
},
|
|
167
212
|
doctor: {
|
|
168
213
|
node: {
|
|
169
214
|
name: "Node version",
|
|
@@ -172,7 +217,7 @@ lane add options:
|
|
|
172
217
|
adapter: {
|
|
173
218
|
name: "ACP adapter binary",
|
|
174
219
|
missing: "no file at resolved path: {{path}}",
|
|
175
|
-
hint: "Install dependencies (pnpm install) — @
|
|
220
|
+
hint: "Install dependencies (pnpm install) — @agentclientprotocol/claude-agent-acp missing.",
|
|
176
221
|
},
|
|
177
222
|
daemonEntry: {
|
|
178
223
|
name: "daemon entry",
|
|
@@ -205,7 +250,7 @@ lane add options:
|
|
|
205
250
|
},
|
|
206
251
|
source: {
|
|
207
252
|
unsupported: 'unsupported source: "{{source}}"',
|
|
208
|
-
hint: "Set source in the conf to
|
|
253
|
+
hint: "Set source in the conf to markdown or telegram.",
|
|
209
254
|
},
|
|
210
255
|
cwd: {
|
|
211
256
|
hint: "Fix cwd in the conf to an existing working directory.",
|
|
@@ -216,6 +261,16 @@ lane add options:
|
|
|
216
261
|
missing: "token missing: {{path}}",
|
|
217
262
|
hint: "Write the bot token: TELEGRAM_BOT_TOKEN=... in {{path}} (or lane add --token-stdin).",
|
|
218
263
|
},
|
|
264
|
+
markdown: {
|
|
265
|
+
name: "{{lane}}: markdown paths",
|
|
266
|
+
ok: "root/inbox configured",
|
|
267
|
+
rootMissing: "markdown lane has no root — the lane will fail to start",
|
|
268
|
+
rootMissingHint: "Set root in the conf (lane add --root <absolute vault path>).",
|
|
269
|
+
rootNotFound: "markdown root path does not exist: {{path}}",
|
|
270
|
+
rootNotFoundHint: "Create the path or fix root in the conf.",
|
|
271
|
+
inboxMissing: "markdown lane has no inbox note — the lane will fail to start",
|
|
272
|
+
inboxMissingHint: "Set inbox in the conf (lane add --inbox <relative note path>).",
|
|
273
|
+
},
|
|
219
274
|
perms: {
|
|
220
275
|
name: "{{lane}}: file permissions",
|
|
221
276
|
ok: "state dir/.env permissions look restrictive",
|
|
@@ -239,6 +294,10 @@ lane add options:
|
|
|
239
294
|
intro: "adde setup — environment check, short aliases, and your first lane.",
|
|
240
295
|
doctorWarn: "Some checks FAILed above. You can continue, but fix them before starting the daemon (adde up).",
|
|
241
296
|
aliasPrompt: "install short aliases ({{names}}) next to the adde command? (Y/n)",
|
|
297
|
+
completionPrompt: "set up shell tab-completion for {{shell}} now? (prints the exact command to run) (Y/n)",
|
|
298
|
+
completionWhat: " Tab-completion lets you complete adde commands, project/lane names, and option values.",
|
|
299
|
+
completionBash: " Run: adde completion bash > /usr/local/etc/bash_completion.d/adde (or add 'source <(adde completion bash)' to ~/.bashrc, then open a new shell)",
|
|
300
|
+
completionZsh: " Run: adde completion zsh > \"${fpath[1]}/_adde\" (ensure 'autoload -Uz compinit && compinit' is in ~/.zshrc, then open a new shell)",
|
|
242
301
|
aliasNoBin: "could not locate the adde command in PATH — skipping aliases (only available on a global install).",
|
|
243
302
|
aliasCreated: " ✔ alias created: {{name}} → {{dir}}",
|
|
244
303
|
aliasAlready: " = alias already points to adde: {{name}}",
|
|
@@ -257,6 +316,7 @@ lane add options:
|
|
|
257
316
|
mdRootNotFound: "[warning] markdown root path does not exist: {{path}}\n ↳ action: check or create the path.",
|
|
258
317
|
mdPathOverlap: "[warning] markdown paths overlap (inbox={{inbox}} / approvals={{approvals}} / outbox={{outbox}}) — startup will be refused.\n ↳ action: separate the approval/output/input paths.",
|
|
259
318
|
tokenFormat: "[warning] bot token format looks unexpected (not <digits>:<alphanumerics>).\n ↳ action: re-check the token issued by BotFather.",
|
|
319
|
+
tokenOverwritten: "[warning] --force overwrote the existing bot token in {{envFile}} — the previous token is gone.",
|
|
260
320
|
permTierUnknown: '[warning] perm_tier "{{tier}}" is not a known value ({{known}}) — behaves like acp.\n ↳ action: fix perm_tier in the conf if it is a typo.',
|
|
261
321
|
autopassBanner: "[warning] perm_tier=autopass — every tool except the denylist (including file writes and Bash) is auto-allowed without channel confirmation.\n ↳ put tools that need confirmation on the denylist (e.g. denylist=Bash). Auto-allowed calls are recorded in the transcript.",
|
|
262
322
|
autopassEmptyDeny: "[warning] autopass lane has an empty denylist — every permission request passes without confirmation.",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.js","sourceRoot":"","sources":["../../../src/shared/locales/en.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,CAAC,MAAM,EAAE,GAAG;IAChB,KAAK,EAAE;QACL,IAAI,EAAE
|
|
1
|
+
{"version":3,"file":"en.js","sourceRoot":"","sources":["../../../src/shared/locales/en.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,6 +9,7 @@ export declare const ko: {
|
|
|
9
9
|
logs: string;
|
|
10
10
|
sessions: string;
|
|
11
11
|
completion: string;
|
|
12
|
+
proj: string;
|
|
12
13
|
init: string;
|
|
13
14
|
alias: string;
|
|
14
15
|
laneAdd: string;
|
|
@@ -27,6 +28,7 @@ export declare const ko: {
|
|
|
27
28
|
};
|
|
28
29
|
completion: {
|
|
29
30
|
unknownShell: string;
|
|
31
|
+
installHint: string;
|
|
30
32
|
};
|
|
31
33
|
run: {
|
|
32
34
|
laneStartFailed: {
|
|
@@ -44,6 +46,12 @@ export declare const ko: {
|
|
|
44
46
|
action: string;
|
|
45
47
|
};
|
|
46
48
|
upDone: string;
|
|
49
|
+
alreadyUp: string;
|
|
50
|
+
alreadyUpHint: string;
|
|
51
|
+
alreadyUpUnhealthy: string;
|
|
52
|
+
upFailed: string;
|
|
53
|
+
upSummary: string;
|
|
54
|
+
upInconclusive: string;
|
|
47
55
|
statusHint: string;
|
|
48
56
|
downDone: string;
|
|
49
57
|
restartDone: string;
|
|
@@ -57,6 +65,8 @@ export declare const ko: {
|
|
|
57
65
|
staleWarnAggregate: string;
|
|
58
66
|
deadWarnSingle: string;
|
|
59
67
|
staleWarnSingle: string;
|
|
68
|
+
errorWarnAggregate: string;
|
|
69
|
+
errorWarnSingle: string;
|
|
60
70
|
};
|
|
61
71
|
doctor: {
|
|
62
72
|
hint: string;
|
|
@@ -66,16 +76,13 @@ export declare const ko: {
|
|
|
66
76
|
whatEngine: string;
|
|
67
77
|
whatTranscript: string;
|
|
68
78
|
notFound: string;
|
|
79
|
+
daemonNotFound: string;
|
|
69
80
|
empty: string;
|
|
70
81
|
};
|
|
71
82
|
};
|
|
72
83
|
lane: {
|
|
73
84
|
valueRequired: string;
|
|
74
|
-
sourceRetry: string;
|
|
75
85
|
retry: {
|
|
76
|
-
permTier: string;
|
|
77
|
-
fileMode: string;
|
|
78
|
-
lang: string;
|
|
79
86
|
chatId: string;
|
|
80
87
|
allowFrom: string;
|
|
81
88
|
};
|
|
@@ -103,10 +110,24 @@ export declare const ko: {
|
|
|
103
110
|
created: string;
|
|
104
111
|
noLanes: string;
|
|
105
112
|
removed: string;
|
|
113
|
+
removedPurged: string;
|
|
114
|
+
purgeRunning: string;
|
|
115
|
+
purgeNeedForce: string;
|
|
116
|
+
purgeConfirm: string;
|
|
117
|
+
purgeAborted: string;
|
|
106
118
|
tokenWritten: string;
|
|
107
119
|
tokenNext: string;
|
|
108
120
|
startHint: string;
|
|
109
121
|
};
|
|
122
|
+
proj: {
|
|
123
|
+
none: string;
|
|
124
|
+
removed: string;
|
|
125
|
+
notFound: string;
|
|
126
|
+
running: string;
|
|
127
|
+
needForce: string;
|
|
128
|
+
confirmPrompt: string;
|
|
129
|
+
aborted: string;
|
|
130
|
+
};
|
|
110
131
|
doctor: {
|
|
111
132
|
node: {
|
|
112
133
|
name: string;
|
|
@@ -159,6 +180,16 @@ export declare const ko: {
|
|
|
159
180
|
missing: string;
|
|
160
181
|
hint: string;
|
|
161
182
|
};
|
|
183
|
+
markdown: {
|
|
184
|
+
name: string;
|
|
185
|
+
ok: string;
|
|
186
|
+
rootMissing: string;
|
|
187
|
+
rootMissingHint: string;
|
|
188
|
+
rootNotFound: string;
|
|
189
|
+
rootNotFoundHint: string;
|
|
190
|
+
inboxMissing: string;
|
|
191
|
+
inboxMissingHint: string;
|
|
192
|
+
};
|
|
162
193
|
perms: {
|
|
163
194
|
name: string;
|
|
164
195
|
ok: string;
|
|
@@ -182,6 +213,10 @@ export declare const ko: {
|
|
|
182
213
|
intro: string;
|
|
183
214
|
doctorWarn: string;
|
|
184
215
|
aliasPrompt: string;
|
|
216
|
+
completionPrompt: string;
|
|
217
|
+
completionWhat: string;
|
|
218
|
+
completionBash: string;
|
|
219
|
+
completionZsh: string;
|
|
185
220
|
aliasNoBin: string;
|
|
186
221
|
aliasCreated: string;
|
|
187
222
|
aliasAlready: string;
|
|
@@ -200,6 +235,7 @@ export declare const ko: {
|
|
|
200
235
|
mdRootNotFound: string;
|
|
201
236
|
mdPathOverlap: string;
|
|
202
237
|
tokenFormat: string;
|
|
238
|
+
tokenOverwritten: string;
|
|
203
239
|
permTierUnknown: string;
|
|
204
240
|
autopassBanner: string;
|
|
205
241
|
autopassEmptyDeny: string;
|