@integrity-labs/agt-cli 0.28.230 → 0.28.231
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
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
success,
|
|
39
39
|
table,
|
|
40
40
|
warn
|
|
41
|
-
} from "../chunk-
|
|
41
|
+
} from "../chunk-2ZZ4SWAY.js";
|
|
42
42
|
import {
|
|
43
43
|
CHANNEL_REGISTRY,
|
|
44
44
|
DEFAULT_FRAMEWORK,
|
|
@@ -4826,7 +4826,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4826
4826
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4827
4827
|
import chalk18 from "chalk";
|
|
4828
4828
|
import ora16 from "ora";
|
|
4829
|
-
var cliVersion = true ? "0.28.
|
|
4829
|
+
var cliVersion = true ? "0.28.231" : "dev";
|
|
4830
4830
|
async function fetchLatestVersion() {
|
|
4831
4831
|
const host2 = getHost();
|
|
4832
4832
|
if (!host2) return null;
|
|
@@ -5840,7 +5840,7 @@ function handleError(err) {
|
|
|
5840
5840
|
}
|
|
5841
5841
|
|
|
5842
5842
|
// src/bin/agt.ts
|
|
5843
|
-
var cliVersion2 = true ? "0.28.
|
|
5843
|
+
var cliVersion2 = true ? "0.28.231" : "dev";
|
|
5844
5844
|
var program = new Command();
|
|
5845
5845
|
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");
|
|
5846
5846
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -647,6 +647,27 @@ you MUST use the Augmented MCP tools \u2014 never write to
|
|
|
647
647
|
- **\`mcp__augmented__skill_list\`** \u2014 discover what skills exist for
|
|
648
648
|
this team
|
|
649
649
|
- **\`mcp__augmented__skill_improve\`** \u2014 propose targeted edits
|
|
650
|
+
- **\`mcp__augmented__skill_propose_revision\`** \u2014 propose a full-body
|
|
651
|
+
**rewrite** of a *shared* (team/org) skill you don't own \u2192 operator review
|
|
652
|
+
- **\`mcp__augmented__skill_contribute_fragment\`** \u2014 propose an **addition**
|
|
653
|
+
to a *shared* (team/org) skill \u2192 operator review
|
|
654
|
+
|
|
655
|
+
### Editing a shared (team/org) skill you don't own
|
|
656
|
+
|
|
657
|
+
\`skill_update\` only edits **your own agent-scoped** skills \u2014 it refuses a
|
|
658
|
+
team/org skill. To change a **shared** skill, don't create a duplicate and don't
|
|
659
|
+
just ask a human: use the proposal path, which routes your change to an operator
|
|
660
|
+
for one-click review.
|
|
661
|
+
|
|
662
|
+
- **Changing existing wording / fixing a wrong step \u2192** \`skill_propose_revision\`
|
|
663
|
+
(pass the FULL replacement body + a \`summary\` explaining the change; it's
|
|
664
|
+
anchored to the version you read, so \`skill_read\` first).
|
|
665
|
+
- **Purely adding a section / example \u2192** \`skill_contribute_fragment\`.
|
|
666
|
+
|
|
667
|
+
Both return a \`review_url\` \u2014 quote it to an operator (team owner/admin) so they
|
|
668
|
+
can approve. Check the outcome with \`skill_proposal_status\`. Only fall back to a
|
|
669
|
+
new agent-scoped \`skill_create\` when the change genuinely belongs to *you*, not
|
|
670
|
+
the shared skill.
|
|
650
671
|
|
|
651
672
|
### Proactively offer to codify repeated instructions
|
|
652
673
|
|
|
@@ -5693,7 +5714,7 @@ function requireHost() {
|
|
|
5693
5714
|
}
|
|
5694
5715
|
|
|
5695
5716
|
// src/lib/api-client.ts
|
|
5696
|
-
var agtCliVersion = true ? "0.28.
|
|
5717
|
+
var agtCliVersion = true ? "0.28.231" : "dev";
|
|
5697
5718
|
var lastConfigHash = null;
|
|
5698
5719
|
function setConfigHash(hash) {
|
|
5699
5720
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -7786,4 +7807,4 @@ export {
|
|
|
7786
7807
|
managerInstallSystemUnitCommand,
|
|
7787
7808
|
managerUninstallSystemUnitCommand
|
|
7788
7809
|
};
|
|
7789
|
-
//# sourceMappingURL=chunk-
|
|
7810
|
+
//# sourceMappingURL=chunk-2ZZ4SWAY.js.map
|