@integrity-labs/agt-cli 0.27.65 → 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
CHANGED
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
success,
|
|
28
28
|
table,
|
|
29
29
|
warn
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-TIS3QVYS.js";
|
|
31
31
|
import {
|
|
32
32
|
CHANNEL_REGISTRY,
|
|
33
33
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -4929,7 +4929,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4929
4929
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4930
4930
|
import chalk18 from "chalk";
|
|
4931
4931
|
import ora16 from "ora";
|
|
4932
|
-
var cliVersion = true ? "0.27.
|
|
4932
|
+
var cliVersion = true ? "0.27.66" : "dev";
|
|
4933
4933
|
async function fetchLatestVersion() {
|
|
4934
4934
|
const host2 = getHost();
|
|
4935
4935
|
if (!host2) return null;
|
|
@@ -5707,7 +5707,7 @@ function handleError(err) {
|
|
|
5707
5707
|
}
|
|
5708
5708
|
|
|
5709
5709
|
// src/bin/agt.ts
|
|
5710
|
-
var cliVersion2 = true ? "0.27.
|
|
5710
|
+
var cliVersion2 = true ? "0.27.66" : "dev";
|
|
5711
5711
|
var program = new Command();
|
|
5712
5712
|
program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
|
|
5713
5713
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -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
|