@autosk/feature-dev 0.1.2 → 0.1.3

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/README.md +4 -1
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -30,7 +30,10 @@ registers those agents — there is no separate agent registration.
30
30
  - **Visit cap:** `onTransit` rejects a bounce-back into `dev` once the task has
31
31
  already entered `dev` `DEV_VISIT_CAP` (5) times — the 6th `dev` entry is
32
32
  rejected (via `ctx.visits("dev")`), so a task that keeps failing review/
33
- validation parks for a human instead of looping forever.
33
+ validation parks for a human instead of looping forever. The count is the
34
+ persistent `metadata.step_visits.dev` the engine maintains; reset it with
35
+ `autosk metadata unset <id> step_visits` to let a parked task bounce through
36
+ `dev` again.
34
37
 
35
38
  The role prompts live under [`prompts/`](./prompts) as `.md` files; the workflow
36
39
  reads each one and seeds it into the corresponding pi agent as its `firstMessage`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autosk/feature-dev",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "feature-dev (dev → review → docs → validator → accept) wired to @autosk/pi-agent roles and worktree isolation.",
5
5
  "license": "MIT",
6
6
  "author": "wierdbytes",
@@ -16,8 +16,7 @@
16
16
  "keywords": [
17
17
  "autosk",
18
18
  "autosk-extension",
19
- "workflow",
20
- "feature-dev"
19
+ "autosk-workflow"
21
20
  ],
22
21
  "type": "module",
23
22
  "publishConfig": {