@integrity-labs/agt-cli 0.19.8 → 0.19.9
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
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
success,
|
|
51
51
|
table,
|
|
52
52
|
warn
|
|
53
|
-
} from "../chunk-
|
|
53
|
+
} from "../chunk-GLZKMKZM.js";
|
|
54
54
|
|
|
55
55
|
// src/bin/agt.ts
|
|
56
56
|
import { join as join10 } from "path";
|
|
@@ -3734,7 +3734,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
3734
3734
|
import { existsSync as existsSync5, realpathSync } from "fs";
|
|
3735
3735
|
import chalk17 from "chalk";
|
|
3736
3736
|
import ora15 from "ora";
|
|
3737
|
-
var cliVersion = true ? "0.19.
|
|
3737
|
+
var cliVersion = true ? "0.19.9" : "dev";
|
|
3738
3738
|
async function fetchLatestVersion() {
|
|
3739
3739
|
const host2 = getHost();
|
|
3740
3740
|
if (!host2) return null;
|
|
@@ -4192,7 +4192,7 @@ function handleError(err) {
|
|
|
4192
4192
|
}
|
|
4193
4193
|
|
|
4194
4194
|
// src/bin/agt.ts
|
|
4195
|
-
var cliVersion2 = true ? "0.19.
|
|
4195
|
+
var cliVersion2 = true ? "0.19.9" : "dev";
|
|
4196
4196
|
var program = new Command();
|
|
4197
4197
|
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");
|
|
4198
4198
|
program.hook("preAction", (thisCommand) => {
|
|
@@ -2766,7 +2766,27 @@ you MUST use the Augmented MCP tools \u2014 never write to
|
|
|
2766
2766
|
this team
|
|
2767
2767
|
- **\`mcp__augmented__skill_improve\`** \u2014 propose targeted edits
|
|
2768
2768
|
|
|
2769
|
-
|
|
2769
|
+
### Always confirm scope before creating
|
|
2770
|
+
|
|
2771
|
+
Before invoking \`skill_create\`, ask the user: **"Should this skill be
|
|
2772
|
+
agent-scoped (only this agent uses it) or team-scoped (every agent on
|
|
2773
|
+
the team can install it)?"** Default to agent scope when the user
|
|
2774
|
+
just says "create a skill" without specifying. Confirming up-front
|
|
2775
|
+
avoids the two-call dance where you try team scope, get refused by
|
|
2776
|
+
\`charter.tools.skills.write_team\`, and then fall back to agent \u2014
|
|
2777
|
+
once the user has answered, you make a single deliberate call.
|
|
2778
|
+
|
|
2779
|
+
### Quote the review link in your reply
|
|
2780
|
+
|
|
2781
|
+
\`skill_create\` returns a \`review_url\` field when the skill lands as
|
|
2782
|
+
a draft awaiting operator review. Quote that URL back to the user in
|
|
2783
|
+
your reply (e.g. \`"Created \u2014 review here: <url>"\`) so the operator
|
|
2784
|
+
can one-click navigate to the Pending Skills card and publish or
|
|
2785
|
+
reject without hunting through the queue.
|
|
2786
|
+
|
|
2787
|
+
### Why this matters
|
|
2788
|
+
|
|
2789
|
+
Skills authored via the MCP land in the team-scoped
|
|
2770
2790
|
\`skill_definitions\` registry, so every agent on the team picks them
|
|
2771
2791
|
up on next refresh, the manager re-provisions them on the agent's host,
|
|
2772
2792
|
and operators see them in the webapp's pending-skills queue for review.
|
|
@@ -8181,4 +8201,4 @@ export {
|
|
|
8181
8201
|
managerInstallSystemUnitCommand,
|
|
8182
8202
|
managerUninstallSystemUnitCommand
|
|
8183
8203
|
};
|
|
8184
|
-
//# sourceMappingURL=chunk-
|
|
8204
|
+
//# sourceMappingURL=chunk-GLZKMKZM.js.map
|