noskills 4.1.39 → 4.1.40

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/README.md CHANGED
@@ -14,7 +14,7 @@ Copilot, Windsurf) have sync support but haven't been tested end-to-end yet.
14
14
 
15
15
  If you want to test noskills with a platform other than Claude Code, reach out —
16
16
  we'd love early feedback. Find me at [github.com/eser](https://github.com/eser)
17
- or [@eaborai](https://x.com/eaborai).
17
+ or [@eserozvataf](https://x.com/eserozvataf).
18
18
 
19
19
  **Coming next:** deeper rule management, concern customization, and platform
20
20
  integrations beyond Claude Code. Star the repo and watch for updates.
package/noskills.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- import{a as t}from"./chunks/chunk-ALZM4JXG.js";import{c as o}from"./chunks/chunk-2N4GTHXQ.js";import{b as s}from"./chunks/chunk-MNEZ5QGX.js";import"./chunks/chunk-DHMCIRLT.js";import"./chunks/chunk-4BH6CF3J.js";import"./chunks/chunk-OTRBRRIO.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-M7SJOVPZ.js")},status:{description:"Show current state",load:()=>import("./chunks/status-BISV6DFB.js")},spec:{description:"Manage specs (new, list)",load:()=>import("./chunks/spec-J7KC4VFM.js")},next:{description:"Get next instruction for agent",load:()=>import("./chunks/next-GGVR6JM2.js")},approve:{description:"Approve phase transition",load:()=>import("./chunks/approve-GSSSUQWC.js")},block:{description:"Mark spec as blocked",load:()=>import("./chunks/block-LVQNJU4P.js")},reset:{description:"Reset current spec state",load:()=>import("./chunks/reset-JEIUVTWV.js")},done:{description:"Mark spec execution as complete",load:()=>import("./chunks/done-5IX2F6V7.js")},concern:{description:"Manage concerns (add, remove, list)",load:()=>import("./chunks/concern-FGNG32KU.js")},run:{description:"Autonomous execution loop (Ralph loop)",load:()=>import("./chunks/run-7MZATQML.js")},watch:{description:"Live dashboard for monitoring agent progress",load:()=>import("./chunks/watch-AP5GGXG6.js")},sync:{description:"Regenerate tool-specific files",load:()=>import("./chunks/sync-MWQWXN2C.js")},purge:{description:"Remove all noskills content (specs, rules, concerns, hooks)",load:()=>import("./chunks/purge-6DEK2ZSI.js")},"invoke-hook":{description:"Internal hook handlers (called by agents)",load:()=>import("./chunks/invoke-hook-VXIVDDQG.js")},rule:{description:"Manage rules (add, list, promote)",load:()=>import("./chunks/rule-OVSBPSYO.js")}}});var r={name:"@eser/noskills",version:"4.1.39",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:*",yaml:"^2"},devDependencies:{"@std/assert":"npm:@jsr/std__assert@^1.0.16","@std/testing":"npm:@jsr/std__testing@^1.0.16"}};var p=i.toCommand("noskills",r.version),d=async()=>await p.parse();if(import.meta.main){let n=await d();o(n,{ok:()=>{},fail:e=>{e.message!==void 0&&console.error(e.message),s.process.setExitCode(e.exitCode)}})}export{d as main};
2
+ import{a as t}from"./chunks/chunk-ALZM4JXG.js";import{c as o}from"./chunks/chunk-2N4GTHXQ.js";import{b as s}from"./chunks/chunk-MNEZ5QGX.js";import"./chunks/chunk-DHMCIRLT.js";import"./chunks/chunk-4BH6CF3J.js";import"./chunks/chunk-OTRBRRIO.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-M7SJOVPZ.js")},status:{description:"Show current state",load:()=>import("./chunks/status-BISV6DFB.js")},spec:{description:"Manage specs (new, list)",load:()=>import("./chunks/spec-J7KC4VFM.js")},next:{description:"Get next instruction for agent",load:()=>import("./chunks/next-GGVR6JM2.js")},approve:{description:"Approve phase transition",load:()=>import("./chunks/approve-GSSSUQWC.js")},block:{description:"Mark spec as blocked",load:()=>import("./chunks/block-LVQNJU4P.js")},reset:{description:"Reset current spec state",load:()=>import("./chunks/reset-JEIUVTWV.js")},done:{description:"Mark spec execution as complete",load:()=>import("./chunks/done-5IX2F6V7.js")},concern:{description:"Manage concerns (add, remove, list)",load:()=>import("./chunks/concern-FGNG32KU.js")},run:{description:"Autonomous execution loop (Ralph loop)",load:()=>import("./chunks/run-7MZATQML.js")},watch:{description:"Live dashboard for monitoring agent progress",load:()=>import("./chunks/watch-AP5GGXG6.js")},sync:{description:"Regenerate tool-specific files",load:()=>import("./chunks/sync-MWQWXN2C.js")},purge:{description:"Remove all noskills content (specs, rules, concerns, hooks)",load:()=>import("./chunks/purge-6DEK2ZSI.js")},"invoke-hook":{description:"Internal hook handlers (called by agents)",load:()=>import("./chunks/invoke-hook-VXIVDDQG.js")},rule:{description:"Manage rules (add, list, promote)",load:()=>import("./chunks/rule-OVSBPSYO.js")}}});var r={name:"@eser/noskills",version:"4.1.40",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:*",yaml:"^2"},devDependencies:{"@std/assert":"npm:@jsr/std__assert@^1.0.16","@std/testing":"npm:@jsr/std__testing@^1.0.16"}};var p=i.toCommand("noskills",r.version),d=async()=>await p.parse();if(import.meta.main){let n=await d();o(n,{ok:()=>{},fail:e=>{e.message!==void 0&&console.error(e.message),s.process.setExitCode(e.exitCode)}})}export{d as main};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noskills",
3
- "version": "4.1.39",
3
+ "version": "4.1.40",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "noskills": "./noskills.js"