guardian-framework 0.1.48 → 0.1.49

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/cli.js CHANGED
@@ -1335,7 +1335,7 @@ __export(exports_package, {
1335
1335
  bin: () => bin,
1336
1336
  author: () => author
1337
1337
  });
1338
- var name = "guardian-framework", version = "0.1.48", description = "Token-optimized agentic framework scaffolder with pi-first architecture", type = "module", main = "dist/exports.js", exports, types = "dist/exports.d.ts", bin, files, engines, scripts, publishConfig, pi, repository, homepage = "https://github.com/arman-jalili/guardian-framework#readme", bugs, dependencies, devDependencies, keywords, author = "Arman Wolkensteiner-Jalili", license = "MIT", package_default;
1338
+ var name = "guardian-framework", version = "0.1.49", description = "Token-optimized agentic framework scaffolder with pi-first architecture", type = "module", main = "dist/exports.js", exports, types = "dist/exports.d.ts", bin, files, engines, scripts, publishConfig, pi, repository, homepage = "https://github.com/arman-jalili/guardian-framework#readme", bugs, dependencies, devDependencies, keywords, author = "Arman Wolkensteiner-Jalili", license = "MIT", package_default;
1339
1339
  var init_package = __esm(() => {
1340
1340
  exports = {
1341
1341
  ".": {
package/dist/exports.js CHANGED
@@ -995,7 +995,7 @@ __export(exports_package, {
995
995
  bin: () => bin,
996
996
  author: () => author
997
997
  });
998
- var name = "guardian-framework", version = "0.1.48", description = "Token-optimized agentic framework scaffolder with pi-first architecture", type = "module", main = "dist/exports.js", exports, types = "dist/exports.d.ts", bin, files, engines, scripts, publishConfig, pi, repository, homepage = "https://github.com/arman-jalili/guardian-framework#readme", bugs, dependencies, devDependencies, keywords, author = "Arman Wolkensteiner-Jalili", license = "MIT", package_default;
998
+ var name = "guardian-framework", version = "0.1.49", description = "Token-optimized agentic framework scaffolder with pi-first architecture", type = "module", main = "dist/exports.js", exports, types = "dist/exports.d.ts", bin, files, engines, scripts, publishConfig, pi, repository, homepage = "https://github.com/arman-jalili/guardian-framework#readme", bugs, dependencies, devDependencies, keywords, author = "Arman Wolkensteiner-Jalili", license = "MIT", package_default;
999
999
  var init_package = __esm(() => {
1000
1000
  exports = {
1001
1001
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "guardian-framework",
3
- "version": "0.1.48",
3
+ "version": "0.1.49",
4
4
  "description": "Token-optimized agentic framework scaffolder with pi-first architecture",
5
5
  "type": "module",
6
6
  "main": "dist/exports.js",
@@ -1018,12 +1018,12 @@ export default function (pi: ExtensionAPI) {
1018
1018
  issueContent || "Issue content not available.",
1019
1019
  ].join("\n");
1020
1020
 
1021
- return { content: [{ type: "text" as const, text: "Call `pipeline_next_task` to get the next item and continue implementing. Do not ask for confirmation." }] };
1021
+ return { content: [{ type: "text" as const, text: "Call `pipeline_next_task` to get the next item and continue implementing (no asking).\n\n→ Auto-advance: pipeline_advance (no asking)│" }] };
1022
1022
  }
1023
1023
 
1024
1024
  // Same item, next step — just report
1025
1025
  const nextInfo = getNextStepInfo(updatedState);
1026
- return { content: [{ type: "text" as const, text: "Call `pipeline_next_task` to continue. Do not ask for confirmation." }] };
1026
+ return { content: [{ type: "text" as const, text: "Call `pipeline_next_task` to continue (no asking).\n\n→ Auto-advance: pipeline_advance (no asking)│" }] };
1027
1027
  },
1028
1028
  });
1029
1029
 
@@ -1199,7 +1199,9 @@ export default function (pi: ExtensionAPI) {
1199
1199
  "1. Review the issue context above",
1200
1200
  "2. Follow the step prompt instructions",
1201
1201
  "3. When complete, call `pipeline_run_acceptance` to validate your work",
1202
- "4. Then call `pipeline_advance` to move to the next step",
1202
+ "4. Then call `pipeline_advance` to move to the next step (no asking)",
1203
+ "",
1204
+ "→ Auto-advance: pipeline_advance (no asking)│",
1203
1205
  ].join("\n");
1204
1206
 
1205
1207
  return { content: [{ type: "text" as const, text }] };
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-07-04T10:12:53Z",
2
+ "timestamp": "2026-07-04T10:41:45Z",
3
3
  "mode": "all",
4
4
  "stages_run": [],
5
5
  "summary": {