@integrity-labs/agt-cli 0.27.127 → 0.27.128
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
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
success,
|
|
29
29
|
table,
|
|
30
30
|
warn
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-TXZLQK3S.js";
|
|
32
32
|
import {
|
|
33
33
|
CHANNEL_REGISTRY,
|
|
34
34
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -4934,7 +4934,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4934
4934
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4935
4935
|
import chalk18 from "chalk";
|
|
4936
4936
|
import ora16 from "ora";
|
|
4937
|
-
var cliVersion = true ? "0.27.
|
|
4937
|
+
var cliVersion = true ? "0.27.128" : "dev";
|
|
4938
4938
|
async function fetchLatestVersion() {
|
|
4939
4939
|
const host2 = getHost();
|
|
4940
4940
|
if (!host2) return null;
|
|
@@ -5857,7 +5857,7 @@ function handleError(err) {
|
|
|
5857
5857
|
}
|
|
5858
5858
|
|
|
5859
5859
|
// src/bin/agt.ts
|
|
5860
|
-
var cliVersion2 = true ? "0.27.
|
|
5860
|
+
var cliVersion2 = true ? "0.27.128" : "dev";
|
|
5861
5861
|
var program = new Command();
|
|
5862
5862
|
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");
|
|
5863
5863
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -3635,8 +3635,15 @@ ask the question alone, no task created yet, and let the user answer before
|
|
|
3635
3635
|
anything goes on the board.
|
|
3636
3636
|
|
|
3637
3637
|
When asked about existing work, tasks, or what you've been doing \u2014 call kanban.list
|
|
3638
|
-
first to load your recent board state
|
|
3639
|
-
|
|
3638
|
+
first to load your recent board state (active items + the last 24h of completed work).
|
|
3639
|
+
|
|
3640
|
+
**But kanban.list is recency-windowed: done cards older than 24h are NOT on it** (only done cards age off \u2014 failed and active cards always show).
|
|
3641
|
+
So if someone references specific past work ("you drafted X for me", "did you finish Y
|
|
3642
|
+
on the weekend?"), do NOT answer from the board alone \u2014 run **kanban.search** for it
|
|
3643
|
+
first. "It's not on my board" only means it's older than 24h, not that you never did it.
|
|
3644
|
+
Each search hit includes the card's result, so you can recite what you actually
|
|
3645
|
+
produced. Denying delivered work because it aged off the board is a serious failure of
|
|
3646
|
+
trust \u2014 search before you say "no record".
|
|
3640
3647
|
|
|
3641
3648
|
${memorySection}
|
|
3642
3649
|
${reportsToSection}${teamSection}${peopleSection}${multiAgentSection}${integrationsSection}${capabilityPromptSection}${knowledgeSection}${kanbanWorkPolicySection}${skillAuthoringSection}## Dashboards
|
|
@@ -7646,4 +7653,4 @@ export {
|
|
|
7646
7653
|
managerInstallSystemUnitCommand,
|
|
7647
7654
|
managerUninstallSystemUnitCommand
|
|
7648
7655
|
};
|
|
7649
|
-
//# sourceMappingURL=chunk-
|
|
7656
|
+
//# sourceMappingURL=chunk-TXZLQK3S.js.map
|