@dzhechkov/skills-feature-adr 1.3.16 → 1.3.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/skills-feature-adr",
3
- "version": "1.3.16",
3
+ "version": "1.3.18",
4
4
  "description": "Adaptive Feature Development skill pack for Claude Code — 11-step pipeline with Complexity Router (S/M/L/XL), ADR-driven architecture, 15 agentic-qe skills, multi-agent fleet QE. Supports --full-qe, --full-qe-extended, --with-learning, and --knowledge-extractor modes.",
5
5
  "bin": {
6
6
  "skills-feature-adr": "./bin/cli.js"
@@ -350,10 +350,14 @@ over agentic-qe's MCP pattern memory (`namespace: "learning"`, `fleet_init` firs
350
350
 
351
351
  - **Step 0** — `memory_query("patterns/feature-adr/*")` **plus** `dz recall --json` over the durable
352
352
  dz store → merged top-3 set `{LEARNED_PATTERNS}`; Step 1 folds them into the requirements brief as advisory lessons.
353
+ After the recall, record live state:
354
+ `dz statusline --fa-record --slug <feature-slug> --step "Step 0" --recalled <count of patterns loaded> --stored 0 --mode <reference|direct|direct-extended>`.
353
355
  - **Step 8** — recalls `patterns/feature-adr/qe/*` to prime the review checklist; after the gap loop
354
356
  closes, stores a `qe-outcome` record in aqe **and** the same lesson via `dz teach` (durable).
357
+ After the store: `dz statusline --fa-record --slug <slug> --step "Step 8 QE" --recalled <recalled so far> --stored <stored so far>`.
355
358
  - **Step 9** — recalls `patterns/feature-adr/fleet/*` to prime agent focus; after the fleet verdict,
356
359
  stores a `fleet-qe-finding` in aqe **and** the same lesson via `dz teach`.
360
+ After the store: `dz statusline --fa-record --slug <slug> --step "Step 9 Fleet" --recalled <recalled so far> --stored <stored so far>` with updated counts.
357
361
 
358
362
  **Two stores by design:** the aqe kv store is *ephemeral across MCP-server restarts* (janitor/TTL —
359
363
  observed live), so it serves fast in-session semantic recall; the dz lexical store
@@ -362,6 +366,20 @@ non-blocking — an error or empty result never stalls the pipeline. This layer
362
366
  **distinct from the Keysarium reward layer** installed by `--with-learning`: it uses agentic-qe MCP
363
367
  memory + the dz store, is gated on Direct modes only, and never touches `.keysarium/memory/`.
364
368
 
369
+ **Live learning panel (`dz statusline`).** The pipeline **drives** the panel: at each pattern-memory-loop
370
+ step above it records its live state via `dz statusline --fa-record …`, so `dz statusline` can surface
371
+ per-run learning (which feature, which step, how many patterns recalled vs. newly stored). Each of the
372
+ Step 0 / Step 8 / Step 9 call-outs above emits one `--fa-record`; the counts accumulate across the run.
373
+ Every checkpoint banner **also** prints a human-visible line so the state shows in the conversation, not
374
+ only the statusline:
375
+
376
+ ```
377
+ 🎓 Learning: {recalled} patterns recalled for this feature, {stored} new stored this run
378
+ ```
379
+
380
+ *Honesty note:* the panel is live only insofar as the pipeline records state — it reflects what the
381
+ pipeline actually did with the loop (recalls that ran, stores that landed), not an aspirational count.
382
+
365
383
  ### What changes with `--full-qe`
366
384
 
367
385
  Full agentic-qe protocols for the same 9 core skills. No new agents, just deeper methodology.
@@ -448,6 +466,7 @@ npx @dzhechkov/skills-feature-adr init --with-learning --knowledge-extractor
448
466
  ⏸️ STEP N: [Step Name] Complete
449
467
  <promise>[PROMISE_TAG]</promise>
450
468
  Tier: {COMPLEXITY_TIER} | Active Steps: {ACTIVE_STEPS}
469
+ 🎓 Learning: {recalled} patterns recalled for this feature, {stored} new stored this run
451
470
 
452
471
  [2-3 line summary]
453
472
  Artifacts: [list] ✅