noskills 4.1.26 → 4.1.27

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.
Files changed (2) hide show
  1. package/noskills.js +1 -1
  2. package/package.json +1 -1
package/noskills.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- import{a as t}from"./chunks/chunk-TNKUKNM4.js";import{c as o}from"./chunks/chunk-2N4GTHXQ.js";import{a as s}from"./chunks/chunk-FPO2JRU3.js";import"./chunks/chunk-SG4G3OOO.js";import"./chunks/chunk-FDZP7B5Y.js";import"./chunks/chunk-ACQUINWH.js";import"./chunks/chunk-DXB73IDG.js";var i=new t({description:"noskills \u2014 state-machine orchestrator for AI agents",modules:{init:{description:"Initialize noskills in project",load:()=>import("./chunks/init-QCOPTDGO.js")},status:{description:"Show current state",load:()=>import("./chunks/status-CJMMUOTY.js")},spec:{description:"Manage specs (new, list)",load:()=>import("./chunks/spec-P6YE224I.js")},next:{description:"Get next instruction for agent",load:()=>import("./chunks/next-DNJGG34Q.js")},approve:{description:"Approve phase transition",load:()=>import("./chunks/approve-JJTQKJU6.js")},block:{description:"Mark spec as blocked",load:()=>import("./chunks/block-4I5XBXK7.js")},reset:{description:"Reset current spec state",load:()=>import("./chunks/reset-WLKKKEUZ.js")},sync:{description:"Regenerate tool-specific files",load:()=>import("./chunks/sync-BZ3Z5YQP.js")},rule:{description:"Manage rules (add, list, promote)",load:()=>import("./chunks/rule-3VERAMM3.js")}}});var r={name:"@eser/noskills",version:"4.1.26",type:"module",exports:{".":"./main.ts","./mod":"./mod.ts","./module":"./module.ts"},dependencies:{"@eser/ai":"workspace:*","@eser/primitives":"workspace:*","@eser/shell":"workspace:*","@eser/standards":"workspace:*","@eser/streams":"workspace:*"}};var p=i.toCommand("noskills",r.version),m=async()=>await p.parse();if(import.meta.main){let n=await m();o(n,{ok:()=>{},fail:e=>{e.message!==void 0&&console.error(e.message),s.process.setExitCode(e.exitCode)}})}export{m as main};
2
+ import{a as t}from"./chunks/chunk-TNKUKNM4.js";import{c as o}from"./chunks/chunk-2N4GTHXQ.js";import{a as s}from"./chunks/chunk-FPO2JRU3.js";import"./chunks/chunk-SG4G3OOO.js";import"./chunks/chunk-FDZP7B5Y.js";import"./chunks/chunk-ACQUINWH.js";import"./chunks/chunk-DXB73IDG.js";var i=new t({description:"noskills \u2014 state-machine orchestrator for AI agents",modules:{init:{description:"Initialize noskills in project",load:()=>import("./chunks/init-QCOPTDGO.js")},status:{description:"Show current state",load:()=>import("./chunks/status-CJMMUOTY.js")},spec:{description:"Manage specs (new, list)",load:()=>import("./chunks/spec-P6YE224I.js")},next:{description:"Get next instruction for agent",load:()=>import("./chunks/next-DNJGG34Q.js")},approve:{description:"Approve phase transition",load:()=>import("./chunks/approve-JJTQKJU6.js")},block:{description:"Mark spec as blocked",load:()=>import("./chunks/block-4I5XBXK7.js")},reset:{description:"Reset current spec state",load:()=>import("./chunks/reset-WLKKKEUZ.js")},sync:{description:"Regenerate tool-specific files",load:()=>import("./chunks/sync-BZ3Z5YQP.js")},rule:{description:"Manage rules (add, list, promote)",load:()=>import("./chunks/rule-3VERAMM3.js")}}});var r={name:"@eser/noskills",version:"4.1.27",type:"module",exports:{".":"./main.ts","./mod":"./mod.ts","./module":"./module.ts"},dependencies:{"@eser/ai":"workspace:*","@eser/primitives":"workspace:*","@eser/shell":"workspace:*","@eser/standards":"workspace:*","@eser/streams":"workspace:*"}};var p=i.toCommand("noskills",r.version),m=async()=>await p.parse();if(import.meta.main){let n=await m();o(n,{ok:()=>{},fail:e=>{e.message!==void 0&&console.error(e.message),s.process.setExitCode(e.exitCode)}})}export{m as main};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noskills",
3
- "version": "4.1.26",
3
+ "version": "4.1.27",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "noskills": "./noskills.js"