@event4u/agent-config 1.36.0 → 1.36.1

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.
@@ -5,8 +5,9 @@ detail behind the Hard Floor restatement, the brief-before-asking
5
5
  flow for separate-branch proposals, and the failure modes / bypass
6
6
  rules around fenced steps.
7
7
 
8
- **Size budget:** ≤ 4,000 chars. Tracked under Phase 6 of
9
- `road-to-pr-34-followups`.
8
+ **Size budget:** soft cap 8,000 chars (context layer, on-demand
9
+ loaded). The mechanics file absorbs growth so `scope-control` stays
10
+ under the 4,000-char kernel ceiling.
10
11
 
11
12
  ## Production, infrastructure, bulk-destructive — Hard Floor
12
13
 
@@ -40,6 +41,23 @@ permission is per-operation, this-turn. Standing autonomy directives
40
41
  narrow other rules but never grant permission for items in this Hard
41
42
  Floor subset.
42
43
 
44
+ ## Roadmap shape — no release language
45
+
46
+ Forbidden in roadmaps / plans / tickets / any planning artifact:
47
+ version numbers (`v2.0`, `1.4.x`), target releases (`Q4 release`,
48
+ `Sprint 23`), deprecation dates tied to release calendars,
49
+ release-tied milestones (`launch milestone`, `GA`), and git tags
50
+ (`tag v1.2.0`).
51
+
52
+ Roadmaps plan **work**. Releases / tags / version pins are a
53
+ **separate decision** the user pins explicitly on the artifact that
54
+ owns release shape — changelog, release PR, tag annotation — not
55
+ buried inside a planning document. Authoring verbs (`create / draft /
56
+ write the roadmap`) authorize the planning artifact, not version
57
+ pinning inside it. If the user names a version in a planning
58
+ request, ask whether the artifact tracks the work or the release;
59
+ default to work.
60
+
43
61
  ## Brief-before-asking — separate branch / PR / worktree
44
62
 
45
63
  If a task seems to need a separate branch or PR (spike, hotfix,
@@ -28,7 +28,7 @@ The user decides the git shape. Never improvise. Commit specifics: canonical [`c
28
28
  - NEVER create / switch / delete a branch without explicit permission — includes spike, scratch, throwaway, worktree branches.
29
29
  - NEVER create, close, reopen, or change the target of a pull request without permission.
30
30
  - NEVER push a tag or create a release without permission.
31
- - NEVER include version numbers, target releases, deprecation dates, release-tied milestones, or git tags in roadmaps, plans, tickets, or any planning artifact. Roadmaps plan **work**; releases / tags are a separate decision. User pins by saying so explicitly.
31
+ - NEVER pin versions, release targets, deprecation dates, or git tags in roadmaps / plans / tickets they plan **work**, not releases. Detail: [`scope-mechanics § Roadmap shape`](../contexts/authority/scope-mechanics.md).
32
32
  - Task seems to need a separate branch / PR → STOP and **brief before asking** ([`scope-mechanics § Brief-before-asking`](../contexts/authority/scope-mechanics.md)).
33
33
  - BEFORE the first commit on related work, **inventory** existing branches and open PRs. Plausible base beyond the current branch → STOP and ask with numbered options — never improvise. Commands + 4-option template + diverging-stack failure mode: [`scope-mechanics § Branch-base inventory`](../contexts/authority/scope-mechanics.md).
34
34
 
@@ -49,7 +49,7 @@ A subset is **never** autonomous, regardless of standing autonomy. Canonical: [`
49
49
 
50
50
  ## Kernel-rule edits — slow-rollout guarantee
51
51
 
52
- Each kernel-rule edit ships in **its own PR**, ≥ 24 h between merges. Autonomous mandate does NOT lift this — soak guarantee, not preference. CI fails > 1 kernel rule per PR unless labeled `bundled-always-rules-acknowledged`. Trigger / scope: [`kernel-rule-edits`](../contexts/authority/kernel-rule-edits.md).
52
+ Own PR, ≥ 24 h between merges. Autonomous mandate does not lift — soak guarantee. CI / labels / scope: [`kernel-rule-edits`](../contexts/authority/kernel-rule-edits.md).
53
53
 
54
54
  ## Decline = silence — no re-asking on the same task
55
55
 
@@ -57,11 +57,9 @@ After the user **declines** a proposal (branch switch, PR creation, tag/release,
57
57
 
58
58
  ## Fenced step — user-set review gates
59
59
 
60
- User fences next step (*"plan only"*, *"review first"*, German equivalents) → reply is **deliverable + handoff**, never *"shall we start?"*.
61
-
62
60
  ```
63
61
  USER FENCED OFF EXECUTION → DELIVER + HAND BACK.
64
62
  NO "READY TO IMPLEMENT?" / "PHASE 1?" RE-ASK.
65
63
  ```
66
64
 
67
- Fence stands until reopened (like `Decline = silence`). Follow-ups cover **the deliverable**, never its execution. Failure modes + bypass: [`scope-mechanics § Fenced step`](../contexts/authority/scope-mechanics.md).
65
+ Fence (*"plan only"*, *"review first"*, German equivalents) stands until reopened like `Decline = silence`. Follow-ups cover the deliverable, not its execution. Failure modes + bypass: [`scope-mechanics § Fenced step`](../contexts/authority/scope-mechanics.md).
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Shared agent configuration \u2014 skills for AI coding tools (Claude Code, Augment, Cursor, Cline, Windsurf, Gemini CLI).",
9
- "version": "1.36.0"
9
+ "version": "1.36.1"
10
10
  },
11
11
  "plugins": [
12
12
  {
package/CHANGELOG.md CHANGED
@@ -318,6 +318,18 @@ our recommendation order, not its support status.
318
318
  users" tension without removing any path that an existing user
319
319
  might rely on.
320
320
 
321
+ ## [1.36.1](https://github.com/event4u-app/agent-config/compare/1.36.0...1.36.1) (2026-05-10)
322
+
323
+ ### Refactoring
324
+
325
+ * **scope-control:** extract roadmap-shape, kernel-rule-edits, fenced-step detail to scope-mechanics ([e52c834](https://github.com/event4u-app/agent-config/commit/e52c834a672e6f24b1b7c1608e481b7f45a46054))
326
+
327
+ ### Chores
328
+
329
+ * **generate-tools:** regenerate .windsurfrules for scope-control extraction ([ee7664e](https://github.com/event4u-app/agent-config/commit/ee7664ee6cd0ec5aacdf95b5e4ec1000e01a0121))
330
+
331
+ Tests: 2621 (+0 since 1.36.0)
332
+
321
333
  ## [1.36.0](https://github.com/event4u-app/agent-config/compare/1.35.0...1.36.0) (2026-05-10)
322
334
 
323
335
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@event4u/agent-config",
3
- "version": "1.36.0",
3
+ "version": "1.36.1",
4
4
  "description": "Shared agent configuration \u2014 skills, rules, commands, guidelines, and templates for AI coding tools",
5
5
  "license": "MIT",
6
6
  "private": false,