@sabaiway/agent-workflow-memory 3.0.1 → 3.1.0

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/CHANGELOG.md CHANGED
@@ -4,6 +4,20 @@ All notable changes to the memory substrate. Versions are this **package's** npm
4
4
  they are distinct from the **deployment-lineage** stamp written into a project's
5
5
  `docs/ai/.memory-version` (which tracks the shared `agent-workflow` lineage, head `3.0.0`).
6
6
 
7
+ ## 3.1.0 — plain-language communication bar in §2.5 of the agent_rules template (AD-061)
8
+
9
+ The `agent_rules.md` template's **§2.5 Communication** section gains a plain-language bar: every
10
+ user-facing message is short, clear, and written in plain words of the dialogue language; when the
11
+ dialogue language is not English, transliterated English jargon is banned — an English term
12
+ survives only as the NAME of a thing (a flag / command / file / test), glossed in plain words when
13
+ helpful; plain English stays plain for English-dialogue users.
14
+
15
+ The bar is byte-identical to the kit's fallback copy of the same template (a hand-kept pair), so
16
+ both deploy paths carry it. Existing deployments are reconciled into the bar by the kit's upgrade
17
+ lane (not only new bootstraps); a standalone memory upgrade does not touch the §2.5 region. This is
18
+ a COMMUNICATION contract (§2.5 of the deployed template), not a §2.x process invariant — the
19
+ methodology engine is untouched.
20
+
7
21
  ## 3.0.1 — bundled reference scripts refreshed (no behavior change)
8
22
 
9
23
  PATCH rider on the kit 3.1.0 release — the publish workflow's changed-but-unbumped tooth caught
package/SKILL.md CHANGED
@@ -3,7 +3,7 @@ name: agent-workflow-memory
3
3
  description: Deploy or upgrade a portable AI-agent memory substrate in any project — an entry-point `AGENTS.md` (+ `CLAUDE.md` alias) and a structured `docs/ai/` context store with cap/archive/index enforcement. Use when the user wants to bootstrap `docs/ai/`, set up the Memory Map and session protocols, install the docs-rotation pre-commit hook, or run `/agent-workflow-memory` / `/agent-workflow-memory upgrade`. Triggers on "set up the memory system", "deploy the AI memory here", "bootstrap docs/ai", "upgrade the memory substrate". This is the substrate only — the workflow methodology (plan→execute→review, queue, Cleanup) is owned elsewhere and injected into AGENTS.md by the family composition root.
4
4
  disable-model-invocation: true
5
5
  metadata:
6
- version: '3.0.1'
6
+ version: '3.1.0'
7
7
  ---
8
8
 
9
9
  # agent-workflow-memory
package/capability.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "schema": 1,
4
4
  "name": "agent-workflow-memory",
5
5
  "kind": "memory-substrate",
6
- "version": "3.0.1",
6
+ "version": "3.1.0",
7
7
  "provides": ["context"],
8
8
  "roles": {},
9
9
  "detect": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sabaiway/agent-workflow-memory",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "description": "Portable, cross-agent memory substrate for AI coding agents — an AGENTS.md entry point + docs/ai context with cap/archive/index enforcement, deployable standalone or as part of the agent-workflow family. The memory layer of the agent-workflow family.",
5
5
  "keywords": [
6
6
  "ai-agents",
@@ -67,6 +67,7 @@ Before proposing changes or committing, review against:
67
67
 
68
68
  ### 2.5. Communication (user-facing messages)
69
69
  Apply this as part of §2 before any user-facing summary:
70
+ - **Plain language.** User-facing narration is short, clear, plain words of the dialogue language; when the dialogue language is not English, transliterated English jargon is banned — an English term survives only as the NAME of a thing (a flag / command / file / test), glossed in plain words when helpful; plain English stays plain for English-dialogue users.
70
71
  - **Deliver the artifact IN the message** — paste the prompt / diff / version / command inline; never "see §X / open the file / run it and you'll see" as a *substitute* for showing what was asked.
71
72
  - **Lead with the result**, then the details; show exactly what was asked — no deflection, no "almost done" when the ask was the finished thing.
72
73
  - **No condescension, no filler.** Own a miss plainly and fix it in the same message.