@integrity-labs/agt-cli 0.27.64 → 0.27.66
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/dist/bin/agt.js +4 -4
- package/dist/{chunk-BGYHTEP3.js → chunk-CF3SEPE3.js} +2 -2
- package/dist/{chunk-STGNOXKS.js → chunk-PM3CC2SJ.js} +9 -3
- package/dist/chunk-PM3CC2SJ.js.map +1 -0
- package/dist/{chunk-UFS6MVV7.js → chunk-TIS3QVYS.js} +11 -5
- package/dist/chunk-TIS3QVYS.js.map +1 -0
- package/dist/{claude-pair-runtime-36PA3PXH.js → claude-pair-runtime-R7PGK4LT.js} +2 -2
- package/dist/lib/manager-worker.js +7 -7
- package/dist/{persistent-session-Y2ASNFVW.js → persistent-session-BN3PGV3A.js} +3 -3
- package/dist/{responsiveness-probe-KNLLHIFN.js → responsiveness-probe-QR6VWUKX.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-STGNOXKS.js.map +0 -1
- package/dist/chunk-UFS6MVV7.js.map +0 -1
- /package/dist/{chunk-BGYHTEP3.js.map → chunk-CF3SEPE3.js.map} +0 -0
- /package/dist/{claude-pair-runtime-36PA3PXH.js.map → claude-pair-runtime-R7PGK4LT.js.map} +0 -0
- /package/dist/{persistent-session-Y2ASNFVW.js.map → persistent-session-BN3PGV3A.js.map} +0 -0
- /package/dist/{responsiveness-probe-KNLLHIFN.js.map → responsiveness-probe-QR6VWUKX.js.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
parseDeliveryTarget,
|
|
10
10
|
registerFramework,
|
|
11
11
|
wrapScheduledTaskPrompt
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-PM3CC2SJ.js";
|
|
13
13
|
|
|
14
14
|
// ../../packages/core/dist/integrations/registry.js
|
|
15
15
|
var INTEGRATION_REGISTRY = [
|
|
@@ -3324,15 +3324,21 @@ When you receive a request via any channel (Slack, Telegram, direct chat):
|
|
|
3324
3324
|
3. **Create the kanban task** with kanban.add. Title should be specific
|
|
3325
3325
|
enough to be self-explanatory \u2014 "Pull Linear ENG sprint velocity for
|
|
3326
3326
|
this fortnight" beats "Linear stats".
|
|
3327
|
-
4. Reply in the channel thread
|
|
3327
|
+
4. Reply in the channel thread with a brief acknowledgement that names the
|
|
3328
|
+
created task: "On it \u2014 <task title>".
|
|
3329
|
+
- **On Slack, do NOT paste the kanban URL.** A progress card with an
|
|
3330
|
+
**Open card** button is posted into the thread automatically when the
|
|
3331
|
+
task is channel-sourced \u2014 a pasted link on top of it is duplicate noise.
|
|
3332
|
+
- On channels without a progress card (Telegram, direct chat), include
|
|
3333
|
+
the tracking link: "On it \u2014 tracking here: ${kanbanUrl ?? "my kanban board"}".
|
|
3328
3334
|
5. Move the task to in_progress with kanban.move
|
|
3329
3335
|
6. Do the work
|
|
3330
3336
|
7. Mark done with kanban.done including a result summary
|
|
3331
3337
|
8. Reply in the channel thread with the result
|
|
3332
3338
|
|
|
3333
3339
|
Everything that isn't exempt gets a task \u2014 but only after the request is
|
|
3334
|
-
clear. Don't bury a clarifying question underneath
|
|
3335
|
-
ask the question alone, no
|
|
3340
|
+
clear. Don't bury a clarifying question underneath an "on it" acknowledgement;
|
|
3341
|
+
ask the question alone, no task created yet, and let the user answer before
|
|
3336
3342
|
anything goes on the board.
|
|
3337
3343
|
|
|
3338
3344
|
When asked about existing work, tasks, or what you've been doing \u2014 call kanban.list
|
|
@@ -7163,4 +7169,4 @@ export {
|
|
|
7163
7169
|
managerInstallSystemUnitCommand,
|
|
7164
7170
|
managerUninstallSystemUnitCommand
|
|
7165
7171
|
};
|
|
7166
|
-
//# sourceMappingURL=chunk-
|
|
7172
|
+
//# sourceMappingURL=chunk-TIS3QVYS.js.map
|