@event4u/agent-config 2.25.0 → 2.26.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/.agent-src/commands/bug-fix.md +1 -0
- package/.agent-src/commands/feature/roadmap.md +2 -2
- package/.agent-src/commands/fix/seeder.md +3 -2
- package/.agent-src/commands/memory/add.md +3 -3
- package/.agent-src/commands/module/create.md +1 -0
- package/.agent-src/commands/module/explore.md +10 -6
- package/.agent-src/commands/onboard.md +9 -1
- package/.agent-src/commands/optimize/augmentignore.md +52 -20
- package/.agent-src/commands/optimize/rtk.md +56 -30
- package/.agent-src/commands/package-test.md +86 -10
- package/.agent-src/commands/quality-fix.md +49 -27
- package/.agent-src/commands/update-form-request-messages.md +2 -1
- package/.agent-src/contexts/augment-infrastructure.md +4 -7
- package/.agent-src/contexts/communication/rules-auto/guidelines-mechanics.md +1 -1
- package/.agent-src/contexts/contracts/research-schema.md +1 -1
- package/.agent-src/contexts/execution/interrupt-examples.md +34 -0
- package/.agent-src/contexts/skills-and-commands.md +2 -2
- package/.agent-src/rules/architecture.md +24 -10
- package/.agent-src/rules/artifact-drafting-protocol.md +6 -0
- package/.agent-src/rules/augment-edit-discipline.md +28 -0
- package/.agent-src/rules/augment-source-of-truth.md +2 -2
- package/.agent-src/rules/autonomous-execution.md +31 -0
- package/.agent-src/rules/context-hygiene.md +1 -1
- package/.agent-src/rules/domain-adoption-policy.md +4 -5
- package/.agent-src/rules/domain-safety-disclaimer.md +114 -0
- package/.agent-src/rules/domain-safety-pii.md +142 -0
- package/.agent-src/rules/domain-safety-retention.md +86 -0
- package/.agent-src/rules/downstream-changes.md +4 -4
- package/.agent-src/rules/framework-neutrality-in-generic-skills.md +130 -0
- package/.agent-src/rules/git-history-discipline.md +99 -0
- package/.agent-src/rules/minimal-safe-diff.md +6 -0
- package/.agent-src/rules/no-roadmap-references.md +4 -2
- package/.agent-src/rules/user-interrupt-priority.md +46 -0
- package/.agent-src/rules/verify-before-complete.md +11 -2
- package/.agent-src/skills/adversarial-review/SKILL.md +1 -1
- package/.agent-src/skills/ai-council/SKILL.md +1 -0
- package/.agent-src/skills/api-endpoint/SKILL.md +58 -154
- package/.agent-src/skills/api-testing/SKILL.md +11 -0
- package/.agent-src/skills/code-refactoring/SKILL.md +36 -30
- package/.agent-src/skills/code-review/SKILL.md +41 -36
- package/.agent-src/skills/context-authoring/SKILL.md +1 -1
- package/.agent-src/skills/dashboard-design/SKILL.md +1 -2
- package/.agent-src/skills/database/SKILL.md +8 -3
- package/.agent-src/skills/dependency-upgrade/SKILL.md +65 -19
- package/.agent-src/skills/developer-like-execution/SKILL.md +25 -14
- package/.agent-src/skills/eloquent/SKILL.md +1 -1
- package/.agent-src/skills/feature-planning/SKILL.md +1 -1
- package/.agent-src/skills/file-editor/SKILL.md +45 -19
- package/.agent-src/skills/finishing-a-development-branch/SKILL.md +2 -2
- package/.agent-src/skills/git-workflow/SKILL.md +4 -4
- package/.agent-src/skills/laravel-api-endpoint/SKILL.md +187 -0
- package/.agent-src/skills/{dto-creator → laravel-dto}/SKILL.md +5 -4
- package/.agent-src/skills/{migration-creator → laravel-migration}/SKILL.md +11 -10
- package/.agent-src/skills/laravel-reverb/SKILL.md +3 -3
- package/.agent-src/skills/{websocket → laravel-websocket}/SKILL.md +4 -3
- package/.agent-src/skills/learning-to-rule-or-skill/SKILL.md +1 -1
- package/.agent-src/skills/merge-conflicts/SKILL.md +49 -17
- package/.agent-src/skills/migration-architect/SKILL.md +6 -6
- package/.agent-src/skills/module-management/SKILL.md +1 -0
- package/.agent-src/skills/multi-tenancy/SKILL.md +15 -8
- package/.agent-src/skills/pest-testing/SKILL.md +18 -0
- package/.agent-src/skills/php-debugging/SKILL.md +28 -0
- package/.agent-src/skills/php-service/SKILL.md +3 -3
- package/.agent-src/skills/playwright-testing/SKILL.md +16 -1
- package/.agent-src/skills/project-analyzer/SKILL.md +68 -42
- package/.agent-src/skills/readme-writing-package/SKILL.md +94 -23
- package/.agent-src/skills/roadmap-management/SKILL.md +1 -1
- package/.agent-src/skills/rtk-output-filtering/SKILL.md +23 -8
- package/.agent-src/skills/rule-refactor/SKILL.md +145 -0
- package/.agent-src/skills/rule-writing/SKILL.md +34 -8
- package/.agent-src/skills/security/SKILL.md +38 -29
- package/.agent-src/skills/skill-reviewer/SKILL.md +1 -1
- package/.agent-src/skills/test-driven-development/SKILL.md +4 -4
- package/.agent-src/skills/test-performance/SKILL.md +6 -5
- package/.agent-src/skills/verify-completion-evidence/SKILL.md +24 -27
- package/.agent-src/templates/agents/agent-project-settings.example.yml +1 -1
- package/.agent-src/templates/copilot-instructions.md +2 -2
- package/.agent-src/templates/rule.md +2 -2
- package/.claude-plugin/marketplace.json +6 -4
- package/AGENTS.md +1 -1
- package/CHANGELOG.md +74 -170
- package/README.md +2 -2
- package/docs/architecture.md +2 -2
- package/docs/archive/CHANGELOG-pre-2.25.0.md +191 -0
- package/docs/catalog.md +17 -12
- package/docs/contracts/file-ownership-matrix.json +473 -43
- package/docs/contracts/kernel-membership.md +17 -0
- package/docs/contracts/smoke-contracts.md +8 -8
- package/docs/getting-started.md +1 -1
- package/docs/guidelines/php/api-design.md +1 -1
- package/docs/guidelines/php/controllers.md +1 -1
- package/docs/guidelines/php/resources.md +1 -1
- package/docs/guidelines/php/validations.md +1 -1
- package/package.json +1 -1
- package/scripts/build_linear_digest.py +0 -1
- package/scripts/lint_framework_leakage.py +348 -0
- package/scripts/lint_framework_leakage_allowlist.json +476 -0
- package/scripts/measure_augment_budget.py +6 -0
- package/scripts/schemas/command.schema.json +5 -0
- package/scripts/schemas/skill.schema.json +5 -0
- package/scripts/skill_linter.py +60 -7
- package/scripts/smoke/kernel.sh +4 -4
- package/scripts/smoke/router.sh +2 -2
- package/.agent-src/rules/agent-docs.md +0 -20
- package/.agent-src/rules/augment-portability.md +0 -23
- package/.agent-src/rules/capture-learnings.md +0 -19
- package/.agent-src/rules/docs-sync.md +0 -20
- package/.agent-src/rules/domain-safety-disclaimer-consulting.md +0 -52
- package/.agent-src/rules/domain-safety-disclaimer-financial.md +0 -54
- package/.agent-src/rules/domain-safety-disclaimer-legal.md +0 -49
- package/.agent-src/rules/domain-safety-disclaimer-medical.md +0 -56
- package/.agent-src/rules/domain-safety-export-redact.md +0 -65
- package/.agent-src/rules/domain-safety-logging-pii-floor.md +0 -55
- package/.agent-src/rules/domain-safety-pii-finance.md +0 -57
- package/.agent-src/rules/domain-safety-pii-marketing.md +0 -60
- package/.agent-src/rules/domain-safety-pii-recruiting.md +0 -56
- package/.agent-src/rules/domain-safety-pii-support.md +0 -57
- package/.agent-src/rules/domain-safety-retention-finance.md +0 -48
- package/.agent-src/rules/domain-safety-retention-support.md +0 -55
- package/.agent-src/rules/e2e-testing.md +0 -19
- package/.agent-src/rules/no-unsolicited-rebase.md +0 -107
- package/.agent-src/rules/post-push-rewrite-discipline.md +0 -70
|
@@ -50,9 +50,9 @@ mapping before running anything:
|
|
|
50
50
|
| Claim | Evidence command |
|
|
51
51
|
|---|---|
|
|
52
52
|
| "tests pass" | full or targeted test suite |
|
|
53
|
-
| "no static errors" | PHPStan
|
|
54
|
-
| "style is clean" | ECS / Prettier / ESLint |
|
|
55
|
-
| "no automated refactor pending" |
|
|
53
|
+
| "no static errors" | project's type-checker on changed scope (PHPStan, `tsc --noEmit`, mypy / pyright, `go vet`, `cargo check`) |
|
|
54
|
+
| "style is clean" | project's linter + formatter (ECS / Prettier / ESLint / Ruff / Black / gofmt / rustfmt) |
|
|
55
|
+
| "no automated refactor pending" | project's auto-refactor dry-run if one exists (Rector for PHP — otherwise skip this row) |
|
|
56
56
|
| "endpoint works" | curl / Postman / integration test output |
|
|
57
57
|
| "UI renders" | Playwright snapshot or manual browser check |
|
|
58
58
|
| "bug is fixed" | regression test passes |
|
|
@@ -60,8 +60,7 @@ mapping before running anything:
|
|
|
60
60
|
### 2. Run the command fresh
|
|
61
61
|
|
|
62
62
|
* Run against the current working tree, not a cached summary.
|
|
63
|
-
*
|
|
64
|
-
[`docker`](../docker/SKILL.md) and [`tests-execute`](../tests-execute/SKILL.md)).
|
|
63
|
+
* If the project runs commands inside a container or VM (Docker, Devcontainer, Vagrant), run them there — not on the host. See [`docker`](../docker/SKILL.md) and [`tests-execute`](../tests-execute/SKILL.md).
|
|
65
64
|
* Use targeted runs during iteration (`--filter=`, `--testNamePattern`).
|
|
66
65
|
Run the full suite only in the final verification pass.
|
|
67
66
|
|
|
@@ -77,40 +76,38 @@ mapping before running anything:
|
|
|
77
76
|
Ask: *"Does this output actually support what I am about to say?"*
|
|
78
77
|
|
|
79
78
|
* 248/250 tests passed with 2 skipped → do not say "all green"; name the skips.
|
|
80
|
-
*
|
|
79
|
+
* Type-checker exit 0 but only analyzed one file → do not say "no static
|
|
81
80
|
errors"; name the scope that was checked.
|
|
82
81
|
* `curl` returned 200 → check the body, not just the status.
|
|
83
82
|
|
|
84
83
|
### 5. Only then make the claim
|
|
85
84
|
|
|
86
|
-
Reference the evidence: *"Tests: 250/250 passed.
|
|
87
|
-
|
|
85
|
+
Reference the evidence: *"Tests: 250/250 passed. Type-checker: 0 errors
|
|
86
|
+
on the changed scope."* — not *"everything looks good"*.
|
|
88
87
|
|
|
89
|
-
## The end-of-work sequence
|
|
88
|
+
## The end-of-work sequence
|
|
90
89
|
|
|
91
90
|
When all code changes are done and you are ready to report completion:
|
|
92
91
|
|
|
93
|
-
1. **Targeted tests** — the test(s) covering the changed code pass
|
|
94
|
-
2. **Full test suite** — only after targeted pass is green
|
|
95
|
-
3. **
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
5. Only then: claim completion or suggest `/commit`, push, or PR
|
|
92
|
+
1. **Targeted tests** — the test(s) covering the changed code pass.
|
|
93
|
+
2. **Full test suite** — only after targeted pass is green.
|
|
94
|
+
3. **Static analysis pipeline** — run the project's type-checker → auto-refactor dry-run (if any) → linter / formatter → type-checker (second pass catches issues the refactor / formatter may have introduced).
|
|
95
|
+
4. Fix any output from steps 1–3 and restart the sequence.
|
|
96
|
+
5. Only then: claim completion or suggest `/commit`, push, or PR.
|
|
99
97
|
|
|
100
|
-
Do not run the full quality pipeline between intermediate edits — it
|
|
101
|
-
burns time and tokens. Use it once, at the end.
|
|
98
|
+
Do not run the full quality pipeline between intermediate edits — it burns time and tokens. Use it once, at the end.
|
|
102
99
|
|
|
103
|
-
|
|
104
|
-
|
|
100
|
+
→ For the **exact PHP commands** (PHPStan → Rector → ECS → PHPStan): see [`quality-tools`](../quality-tools/SKILL.md).
|
|
101
|
+
→ For TS / JS, Python, Go, Rust pipelines: the project's `Taskfile.yml` / `package.json scripts` / `Makefile` is the source of truth — read it before improvising.
|
|
105
102
|
|
|
106
103
|
## Minimum evidence per task type
|
|
107
104
|
|
|
108
105
|
| Task type | Required evidence |
|
|
109
106
|
|---|---|
|
|
110
|
-
| Code change (logic) | Targeted tests +
|
|
111
|
-
| New feature | Tests (new + suite) +
|
|
107
|
+
| Code change (logic) | Targeted tests + project's type-checker on changed scope |
|
|
108
|
+
| New feature | Tests (new + suite) + type-checker + smoke check (curl / UI / integration probe) |
|
|
112
109
|
| Bug fix | Regression test (RED → GREEN) + full suite |
|
|
113
|
-
| Refactoring | Full suite +
|
|
110
|
+
| Refactoring | Full suite + type-checker + auto-refactor dry-run if available |
|
|
114
111
|
| Config / env change | Relevant command or service output (not just file diff) |
|
|
115
112
|
| Migration | Migration run output + rollback dry-run + tests |
|
|
116
113
|
| API endpoint | HTTP response body + status + content-type |
|
|
@@ -140,7 +137,7 @@ When reporting completion to the user:
|
|
|
140
137
|
|
|
141
138
|
* A "no output" result from a linter is not proof it ran — check the
|
|
142
139
|
exit code and the analyzed-file count.
|
|
143
|
-
* Silencing a warning with `@phpstan-ignore-next-line
|
|
140
|
+
* Silencing a warning with `@phpstan-ignore-next-line`, `// @ts-expect-error`, `# type: ignore`, or `//nolint`
|
|
144
141
|
without a reason code passes the linter but defers the real problem.
|
|
145
142
|
* Running tests with `--stop-on-failure` then reporting "passed" — it
|
|
146
143
|
only ran until the first failure; the green streak after it is
|
|
@@ -150,7 +147,7 @@ When reporting completion to the user:
|
|
|
150
147
|
change is large.
|
|
151
148
|
* Running the test suite on the wrong branch (forgot to switch or
|
|
152
149
|
rebase) — verify `git status` and `git log -1` before the final gate.
|
|
153
|
-
* A previously green
|
|
150
|
+
* A previously green static-analysis run in the same conversation is stale as
|
|
154
151
|
soon as any edit lands. Run it again.
|
|
155
152
|
|
|
156
153
|
## Red flags — STOP and run the gate
|
|
@@ -159,7 +156,7 @@ When reporting completion to the user:
|
|
|
159
156
|
command-output reference in the same message
|
|
160
157
|
* About to suggest `/commit` / push / PR without a verification block
|
|
161
158
|
* Relying on an earlier-in-conversation test run
|
|
162
|
-
* Partial evidence (tests green,
|
|
159
|
+
* Partial evidence (tests green, type-checker / linter not run — or vice versa)
|
|
163
160
|
* "The failing test is unrelated, let me skip it" — verify first, then
|
|
164
161
|
decide
|
|
165
162
|
* Reporting a green run by paraphrasing instead of quoting exit code
|
|
@@ -177,8 +174,8 @@ When reporting completion to the user:
|
|
|
177
174
|
|
|
178
175
|
## When to hand over to another skill
|
|
179
176
|
|
|
180
|
-
* Exact PHPStan / Rector / ECS
|
|
181
|
-
* Running tests inside
|
|
177
|
+
* Exact PHP quality commands (PHPStan / Rector / ECS) → [`quality-tools`](../quality-tools/SKILL.md)
|
|
178
|
+
* Running tests inside a container / VM → [`tests-execute`](../tests-execute/SKILL.md)
|
|
182
179
|
* Writing the regression test that the gate requires →
|
|
183
180
|
[`test-driven-development`](../test-driven-development/SKILL.md)
|
|
184
181
|
* Diagnosing why the gate failed → [`systematic-debugging`](../systematic-debugging/SKILL.md)
|
|
@@ -39,7 +39,7 @@ schema_version: 1
|
|
|
39
39
|
# CI guard: a release bump of `package.json` must update this value
|
|
40
40
|
# in lockstep — see scripts/check_template_pin_drift.py (road-to-
|
|
41
41
|
# portable-runtime-and-update-check P3.3).
|
|
42
|
-
agent_config_version: "2.
|
|
42
|
+
agent_config_version: "2.25.0"
|
|
43
43
|
|
|
44
44
|
# --- Project identity ---
|
|
45
45
|
project:
|
|
@@ -119,8 +119,8 @@ resolve at agent runtime. The patterns below are correct by design:
|
|
|
119
119
|
- **`path_prefix:` triggers containing `.agent-src.uncompressed/`**
|
|
120
120
|
in YAML frontmatter. This is a literal match pattern for the
|
|
121
121
|
host's router, **not** a file reference — source-of-truth meta-rules
|
|
122
|
-
(`augment-source-of-truth`, `augment-
|
|
123
|
-
`
|
|
122
|
+
(`augment-source-of-truth`, `augment-edit-discipline`, `skill-quality`,
|
|
123
|
+
`rule-type-governance`) legitimately match against the
|
|
124
124
|
authoring tree.
|
|
125
125
|
- **Symlinked rule / skill / command files** under `.claude/`,
|
|
126
126
|
`.cursor/`, `.clinerules/`. Targets resolve into `.augment/rules/`,
|
|
@@ -39,8 +39,8 @@ both reject the legacy prefix.
|
|
|
39
39
|
the file the agent is editing — it is **not** a file reference and is
|
|
40
40
|
**not rewritten**. Rules that fire when the agent edits source-of-truth
|
|
41
41
|
files legitimately keep the `.agent-src.uncompressed/` prefix (see
|
|
42
|
-
`skill-quality`, `
|
|
43
|
-
`augment-
|
|
42
|
+
`skill-quality`, `rule-type-governance`,
|
|
43
|
+
`augment-edit-discipline`). Rules that fire on consumer-project paths use
|
|
44
44
|
`agents/`, `lang/`, `.augment/`, etc.
|
|
45
45
|
|
|
46
46
|
| Use case | Example `path_prefix:` |
|
|
@@ -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": "2.
|
|
9
|
+
"version": "2.26.0",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"agent-config",
|
|
12
12
|
"skills",
|
|
@@ -139,7 +139,6 @@
|
|
|
139
139
|
"./.claude/skills/discovery-interview",
|
|
140
140
|
"./.claude/skills/doc-coauthoring",
|
|
141
141
|
"./.claude/skills/docker",
|
|
142
|
-
"./.claude/skills/dto-creator",
|
|
143
142
|
"./.claude/skills/e2e-heal",
|
|
144
143
|
"./.claude/skills/e2e-plan",
|
|
145
144
|
"./.claude/skills/editorial-calendar",
|
|
@@ -199,15 +198,19 @@
|
|
|
199
198
|
"./.claude/skills/judge-steps",
|
|
200
199
|
"./.claude/skills/judge-test-coverage",
|
|
201
200
|
"./.claude/skills/laravel",
|
|
201
|
+
"./.claude/skills/laravel-api-endpoint",
|
|
202
|
+
"./.claude/skills/laravel-dto",
|
|
202
203
|
"./.claude/skills/laravel-horizon",
|
|
203
204
|
"./.claude/skills/laravel-mail",
|
|
204
205
|
"./.claude/skills/laravel-middleware",
|
|
206
|
+
"./.claude/skills/laravel-migration",
|
|
205
207
|
"./.claude/skills/laravel-notifications",
|
|
206
208
|
"./.claude/skills/laravel-pennant",
|
|
207
209
|
"./.claude/skills/laravel-pulse",
|
|
208
210
|
"./.claude/skills/laravel-reverb",
|
|
209
211
|
"./.claude/skills/laravel-scheduling",
|
|
210
212
|
"./.claude/skills/laravel-validation",
|
|
213
|
+
"./.claude/skills/laravel-websocket",
|
|
211
214
|
"./.claude/skills/launch-readiness",
|
|
212
215
|
"./.claude/skills/learning-to-rule-or-skill",
|
|
213
216
|
"./.claude/skills/lint-skills",
|
|
@@ -230,7 +233,6 @@
|
|
|
230
233
|
"./.claude/skills/merge-conflicts",
|
|
231
234
|
"./.claude/skills/messaging-architecture",
|
|
232
235
|
"./.claude/skills/migration-architect",
|
|
233
|
-
"./.claude/skills/migration-creator",
|
|
234
236
|
"./.claude/skills/mobile-e2e-strategy",
|
|
235
237
|
"./.claude/skills/mode",
|
|
236
238
|
"./.claude/skills/module",
|
|
@@ -324,6 +326,7 @@
|
|
|
324
326
|
"./.claude/skills/roadmap-writing",
|
|
325
327
|
"./.claude/skills/rtk-output-filtering",
|
|
326
328
|
"./.claude/skills/rule-compliance-audit",
|
|
329
|
+
"./.claude/skills/rule-refactor",
|
|
327
330
|
"./.claude/skills/rule-writing",
|
|
328
331
|
"./.claude/skills/runway-cognition",
|
|
329
332
|
"./.claude/skills/scenario-modeling",
|
|
@@ -380,7 +383,6 @@
|
|
|
380
383
|
"./.claude/skills/vision-articulation",
|
|
381
384
|
"./.claude/skills/voc-extract",
|
|
382
385
|
"./.claude/skills/voice-and-tone-design",
|
|
383
|
-
"./.claude/skills/websocket",
|
|
384
386
|
"./.claude/skills/work"
|
|
385
387
|
]
|
|
386
388
|
}
|
package/AGENTS.md
CHANGED
|
@@ -19,7 +19,7 @@ task ci # full pipeline — green before PR
|
|
|
19
19
|
- **Package self-orientation** (beta) — identity, four-wing cognition map, repo layout, tech stack, key-rules table, telemetry, command-suggester: [`docs/contracts/package-self-orientation.md`](docs/contracts/package-self-orientation.md).
|
|
20
20
|
- **Kernel + Router** (beta) — 9 always-loaded Iron-Law rules, tier-1 / tier-2 routing, cost profiles, per-rule char caps enforced by `task lint-rule-budget`: [`kernel-membership`](docs/contracts/kernel-membership.md) + [`rule-router`](docs/contracts/rule-router.md).
|
|
21
21
|
- **Content pipelines** — A [source projection](docs/architecture/source-projection.md), B [Augment projection](docs/architecture/augment-projection.md), C [multi-tool projection](docs/architecture/multi-tool-projection.md), D [Claude.ai bundle](docs/architecture/claude-bundle.md). Index: [`docs/architecture.md`](docs/architecture.md).
|
|
22
|
-
- **Editing this repo** — Iron-Law rules (
|
|
22
|
+
- **Editing this repo** — Iron-Law rules (edit-discipline, source-of-truth, skill-quality) + Thin-Root contract: [`augment-edit-discipline`](.agent-src/rules/augment-edit-discipline.md), [`augment-source-of-truth`](.agent-src/rules/augment-source-of-truth.md), [`skill-quality`](.agent-src/rules/skill-quality.md), [`agents-md-thin-root`](.agent-src/skills/agents-md-thin-root/SKILL.md).
|
|
23
23
|
- **Consumer story** — `npx` + `scripts/install.sh` + `.agent-settings.yml` opt-in flags, sandbox/offline install paths, verified-offline manifest: [`README.md`](README.md).
|
|
24
24
|
- **Personas** — 11 review-lens cast (6 core · 5 specialist), `personas:` vs `/mode` axes, citation map, override pattern: [`docs/personas.md`](docs/personas.md), schema [`docs/contracts/persona-schema.md`](docs/contracts/persona-schema.md) (beta).
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -695,13 +695,77 @@ our recommendation order, not its support status.
|
|
|
695
695
|
users" tension without removing any path that an existing user
|
|
696
696
|
might rely on.
|
|
697
697
|
|
|
698
|
-
# Era: 2.
|
|
698
|
+
# Era: 2.25.x — current
|
|
699
699
|
|
|
700
|
-
> Started at `2.
|
|
700
|
+
> Started at `2.25.0` (2026-05-18). Full entries live inline below.
|
|
701
701
|
> The drift test caps this era at 200 lines of entry body; growth past
|
|
702
|
-
> that forces a new era split (`# Era: 2.
|
|
702
|
+
> that forces a new era split (`# Era: 2.26.x`, etc.) — see
|
|
703
703
|
> [`docs/contracts/CHANGELOG-conventions.md § Era splits`](docs/contracts/CHANGELOG-conventions.md).
|
|
704
704
|
|
|
705
|
+
## 2.26.0 (2026-05-19)
|
|
706
|
+
|
|
707
|
+
### Features
|
|
708
|
+
|
|
709
|
+
* **linter:** refine procedural_rule + has_inspect_step heuristics ([7cb040b](https://github.com/event4u-app/agent-config/commit/7cb040b76bd8ddb2333f7b6302f36f3e700c3257))
|
|
710
|
+
* **kernel:** admit user-interrupt-priority as 10th kernel rule ([7a782c8](https://github.com/event4u-app/agent-config/commit/7a782c8af803cf0ce29f9a81834d39201cd0214c))
|
|
711
|
+
* **skills:** rule-refactor — Budget-Discipline-Gate workflow ([c246a8c](https://github.com/event4u-app/agent-config/commit/c246a8cf8edab8cbef410c301e387fea39ed074c))
|
|
712
|
+
* **rules:** user-interrupt priority + validation-loop budget ([fbac3f9](https://github.com/event4u-app/agent-config/commit/fbac3f9949846670737f529c2b85fd70c7566cf2))
|
|
713
|
+
* **rules:** framework-neutrality linter + Tier-2 rule ([f0bf7b5](https://github.com/event4u-app/agent-config/commit/f0bf7b5fb37543f97dfbe13253fecc3cf122d3da))
|
|
714
|
+
|
|
715
|
+
### Bug Fixes
|
|
716
|
+
|
|
717
|
+
* **agents:** repair augment-portability → augment-edit-discipline pointer ([eb09867](https://github.com/event4u-app/agent-config/commit/eb09867155f3406593d676dabcdf73797d15e3d7))
|
|
718
|
+
* **ci:** repair stale digest ref, time-bomb retention test, marketplace manifest ([779725d](https://github.com/event4u-app/agent-config/commit/779725d32588af1497b4618603203761b8ebdf0a))
|
|
719
|
+
* **lint:** allowlist 'markitdown' as bare-noun skill name ([18fe51d](https://github.com/event4u-app/agent-config/commit/18fe51d8252eb4d0f1f7640485ad7671300c352d))
|
|
720
|
+
* **commands:** declare skills: frontmatter for 16 commands ([9f766ac](https://github.com/event4u-app/agent-config/commit/9f766ac52e921b599600e33913c2a51ac50fa494))
|
|
721
|
+
* **refs:** retarget pii rule, archived roadmap, drop validation-budget mention ([7c784b0](https://github.com/event4u-app/agent-config/commit/7c784b0414a8022629843d375fcfc56027a2b694))
|
|
722
|
+
* **router:** repair 19 broken pointers, add 5 consolidated entries ([a2bfdd6](https://github.com/event4u-app/agent-config/commit/a2bfdd65084f5bbf0fbcb6b98ad063a0b6de9f75))
|
|
723
|
+
* **lint:** rule-refactor SKILL.md — trim description, rename step 1 ([d44d956](https://github.com/event4u-app/agent-config/commit/d44d956a9ab9c3698faa7ea02dffd92360330882))
|
|
724
|
+
|
|
725
|
+
### Documentation
|
|
726
|
+
|
|
727
|
+
* **changelog:** split era pre-2.25.0 into archive ([0a1c60d](https://github.com/event4u-app/agent-config/commit/0a1c60d2b872053a97340d7c0770182462439ddd))
|
|
728
|
+
* **roadmap:** archive rule-governance-and-budget-discipline ([d0f26a5](https://github.com/event4u-app/agent-config/commit/d0f26a50b359786bcfcee9a0b43a9d5b9370a619))
|
|
729
|
+
* **counts:** bump skills 216 \xe2\x86\x92 217 after framework-neutrality skill split ([154ae86](https://github.com/event4u-app/agent-config/commit/154ae8697b9c3a01e2430280419b6dfb0d5486ed))
|
|
730
|
+
|
|
731
|
+
### Refactoring
|
|
732
|
+
|
|
733
|
+
* framework-neutrality audit — remove framework-specific phrasing from generic rules and skills ([eb8357b](https://github.com/event4u-app/agent-config/commit/eb8357bd24d56324685bff8a74231ab8becec91d))
|
|
734
|
+
* **rules:** tighten user-interrupt-priority prose ([69d70b3](https://github.com/event4u-app/agent-config/commit/69d70b3d05d31ea064a1c941fbfc6882617899f5))
|
|
735
|
+
* **rules:** merge 2 domain-safety-retention-* into one ([2c3f3af](https://github.com/event4u-app/agent-config/commit/2c3f3af407167c6353c45b31f032cb29c60b1eb3))
|
|
736
|
+
* **rules:** merge 6 PII rules into one domain-safety-pii ([64f263a](https://github.com/event4u-app/agent-config/commit/64f263a20b48e99ffdde4069d5cf5603dea7b893))
|
|
737
|
+
* **rules:** merge 4 domain-safety-disclaimer-* into one ([b0dc78f](https://github.com/event4u-app/agent-config/commit/b0dc78fda2e6912d9e2d942010af2b88c274a07f))
|
|
738
|
+
* **rules:** drop redundant routing stubs ([906d99a](https://github.com/event4u-app/agent-config/commit/906d99abe4da865235f20acdb5cbc8055337b289))
|
|
739
|
+
* **rules:** consolidate git rewrite rules into git-history-discipline ([3633e0d](https://github.com/event4u-app/agent-config/commit/3633e0d9cf833ce3f0eb2d4270a2b0b961625f95))
|
|
740
|
+
* **rules:** consolidate augment routing stubs into augment-edit-discipline ([f0d1b3c](https://github.com/event4u-app/agent-config/commit/f0d1b3c089f425e4c295a38f537600fbe4c65b9a))
|
|
741
|
+
* **skills,commands:** Phase 5 — relocate 4 misclassified carve-outs ([4422af0](https://github.com/event4u-app/agent-config/commit/4422af03742b026700cd269b6a2110ee4afa55a3))
|
|
742
|
+
* **skills,commands:** Phase 4 — multi-stack examples (14 generic artefacts) ([b9b4c6d](https://github.com/event4u-app/agent-config/commit/b9b4c6d610799c14553ca0104efbcd99008604c7))
|
|
743
|
+
* **commands:** make generic commands multi-stack (Phase 3) ([ba1d196](https://github.com/event4u-app/agent-config/commit/ba1d196806968d16c25ec2f70abc9628cad8cf15))
|
|
744
|
+
* **skills:** Phase 2 - eliminate Tier-2 command & logic leakage ([448d7d6](https://github.com/event4u-app/agent-config/commit/448d7d669fe5f0bc26c8b325c1370559827eb119))
|
|
745
|
+
* **skills,rules:** Phase 1 - eliminate Tier-1 mandate leakage ([97fbec1](https://github.com/event4u-app/agent-config/commit/97fbec105309db279f64da0354c7fe2cced95190))
|
|
746
|
+
|
|
747
|
+
### Chores
|
|
748
|
+
|
|
749
|
+
* finalize chances ([ae94d29](https://github.com/event4u-app/agent-config/commit/ae94d29b86d21d912c5c6f6371960606c82d6a68))
|
|
750
|
+
* sync .claude/ rules and skills projections ([ce84265](https://github.com/event4u-app/agent-config/commit/ce84265e916b1f6da68663a803f993f95a6bb2c6))
|
|
751
|
+
* regenerate compressed mirror and hashes after framework-neutrality refactor ([534277a](https://github.com/event4u-app/agent-config/commit/534277a930b8c45b78d02c325600fdcc6d73c42e))
|
|
752
|
+
* **smoke:** lift schema warns baseline 93 → 95 ([901625e](https://github.com/event4u-app/agent-config/commit/901625e9f9826b1c704381c3066d7f1bed17efdd))
|
|
753
|
+
* **compress:** refresh hash for rule-refactor SKILL.md ([866b9af](https://github.com/event4u-app/agent-config/commit/866b9af4cc9d4607150aee27ce310cf56ae7210c))
|
|
754
|
+
* **counts:** sync README + docs after rule consolidation ([1959123](https://github.com/event4u-app/agent-config/commit/19591234f38dad54f06451dc1f732838ebbf4bc7))
|
|
755
|
+
* **compress:** update cross-refs and refresh projected layer ([43191ae](https://github.com/event4u-app/agent-config/commit/43191ae8928b8eeff099b22ab7d6c53b60f09f07))
|
|
756
|
+
* **index:** regenerate after phase-6 description trims ([12f6a2d](https://github.com/event4u-app/agent-config/commit/12f6a2d68d8ab33b8945988018aeeec930e8eddc))
|
|
757
|
+
* **phase-6:** polish — trim descriptions, drop scope blocks, add rtk analyze step ([3b3f66c](https://github.com/event4u-app/agent-config/commit/3b3f66ced56252a1dda7279a9ec8b8c9f2e4c6c4))
|
|
758
|
+
* **phase-6:** framework schema prop + linter inventory exemption ([91b7b0e](https://github.com/event4u-app/agent-config/commit/91b7b0e341d60a49d60af45728d69db627bac051))
|
|
759
|
+
* **carve-outs:** tag 6 Laravel-coupled artefacts with framework: laravel ([c486de2](https://github.com/event4u-app/agent-config/commit/c486de2dea785646a74c9a8cf642a04ba7c1a30e))
|
|
760
|
+
* **lint:** widen cross-stack heuristic + frontmatter exemption ([05d13f2](https://github.com/event4u-app/agent-config/commit/05d13f295edd8ee8a0cbe794230ae25dffa30edd))
|
|
761
|
+
|
|
762
|
+
### Other
|
|
763
|
+
|
|
764
|
+
* Revert "chore(smoke): lift schema warns baseline 93 → 95" ([772553b](https://github.com/event4u-app/agent-config/commit/772553b93567921b8d8d989a432e5901332ffd0c))
|
|
765
|
+
* Merge pull request #183 from event4u-app/chore/new-roadmaps ([032a244](https://github.com/event4u-app/agent-config/commit/032a244a3d66e510d023ed6a6341ebb0fd805120))
|
|
766
|
+
|
|
767
|
+
Tests: 4645
|
|
768
|
+
|
|
705
769
|
## [2.25.0](https://github.com/event4u-app/agent-config/compare/2.24.0...2.25.0) (2026-05-18)
|
|
706
770
|
|
|
707
771
|
### Features
|
|
@@ -745,174 +809,14 @@ our recommendation order, not its support status.
|
|
|
745
809
|
|
|
746
810
|
Tests: 4664 (+95 since 2.24.0)
|
|
747
811
|
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
### Features
|
|
751
|
-
|
|
752
|
-
* **settings:** add quality.local_auto_run / wait_for_remote_ci ([a463bf1](https://github.com/event4u-app/agent-config/commit/a463bf1925a7fb192707a80c696740ba73c30ff9))
|
|
753
|
-
* **ai-video:** banana-arc reference project + shared prompt library ([f3afc6d](https://github.com/event4u-app/agent-config/commit/f3afc6dddff8d70cc17572d43a4839a157d62296))
|
|
754
|
-
* **ai-video:** /video:* command cluster (from-script, scene, storyboard, stitch) ([272f2ec](https://github.com/event4u-app/agent-config/commit/272f2ec82539e58a0b8d14c63bf0806618d88c88))
|
|
755
|
-
* **ai-video:** 3 specialist personas (hollywood-director, pixar-storyboard-artist, ai-video-technical-director) ([b16fb50](https://github.com/event4u-app/agent-config/commit/b16fb50c47336da6d0ad6d3864f9aaf489f91f68))
|
|
756
|
-
* **ai-video:** 5 specialist skills + scene-blueprint schema ([b77ecd9](https://github.com/event4u-app/agent-config/commit/b77ecd9df6d894826f172739d534db54969f9818))
|
|
757
|
-
* **ai-video:** adapter contract + 5 provider adapters + smoke test ([b86f1e5](https://github.com/event4u-app/agent-config/commit/b86f1e53661d6ff0e2a7154eee0136fe77ed6d24))
|
|
758
|
-
|
|
759
|
-
### Bug Fixes
|
|
760
|
-
|
|
761
|
-
* **schema:** trim ai-video-technical-director persona description to 148 chars ([b1afbb1](https://github.com/event4u-app/agent-config/commit/b1afbb1d8d94b62cb49e306d104ae33d84d06f09))
|
|
762
|
-
|
|
763
|
-
### Chores
|
|
764
|
-
|
|
765
|
-
* **ai-video:** wire pipeline into docs, ownership, schemas, marketplace ([18a98fa](https://github.com/event4u-app/agent-config/commit/18a98fa9098d9cc7a07782e9a6a07cf47e63d842))
|
|
766
|
-
* move council audit ([54074f1](https://github.com/event4u-app/agent-config/commit/54074f18db69682f656719b4de231ea8b1cbd152))
|
|
767
|
-
|
|
768
|
-
Tests: 4569 (+10 since 2.23.0)
|
|
769
|
-
|
|
770
|
-
## [2.23.0](https://github.com/event4u-app/agent-config/compare/2.21.0...2.23.0) (2026-05-17)
|
|
771
|
-
|
|
772
|
-
### Features
|
|
773
|
-
|
|
774
|
-
* integrate anti-AI-slop heuristics into design skills ([f157d02](https://github.com/event4u-app/agent-config/commit/f157d02e56aa4abe139eaf042ad060de4815f36b))
|
|
775
|
-
* add Honest Sparring Partner template and adversarial-review trigger ([122f0ad](https://github.com/event4u-app/agent-config/commit/122f0adfd3b6a334b1191e9fa58e6b3328c77365))
|
|
776
|
-
* **skills:** refine-prompt + prompt-optimizer honor prompt_optimization setting ([9f8f20e](https://github.com/event4u-app/agent-config/commit/9f8f20e11627342c1e656d978d7a82ea30925cf3))
|
|
777
|
-
* **settings:** add prompt_optimization block (off/mini/max, /raw bypass) ([c6d3715](https://github.com/event4u-app/agent-config/commit/c6d371510979d044e5724d5ed2d390be0af24562))
|
|
778
|
-
|
|
779
|
-
### Bug Fixes
|
|
780
|
-
|
|
781
|
-
* **refs:** suppress allowed council-ref links with ADR-decision-trace markers ([053bf9a](https://github.com/event4u-app/agent-config/commit/053bf9ae9c17a470f3838e989c597d66a24ac556))
|
|
782
|
-
* **template:** bump agent_config_version pin to 2.21.0 ([58cc67f](https://github.com/event4u-app/agent-config/commit/58cc67f9eb4c7a3ca9b1adddbfdbefbbfe80fa3b))
|
|
783
|
-
|
|
784
|
-
### Documentation
|
|
785
|
-
|
|
786
|
-
* **guidelines:** add prompt-templates.md (12-template catalogue) ([ec91b31](https://github.com/event4u-app/agent-config/commit/ec91b31d71d7169f2aef6184d5e5f8d01b237f9b))
|
|
787
|
-
* **roadmap:** close out step-16-caveman-substance (38/38, kill-criterion deferred) ([7a60f1e](https://github.com/event4u-app/agent-config/commit/7a60f1eddd66dfdf54bc2664b45c97954eb2b7e3))
|
|
788
|
-
|
|
789
|
-
### Chores
|
|
790
|
-
|
|
791
|
-
* **index:** regenerate agents/index.md + docs/catalog.md for new guideline ([f7b47e8](https://github.com/event4u-app/agent-config/commit/f7b47e870042abb3a33d26edb0caf9d0529c7828))
|
|
792
|
-
* **changelog:** split era 2.17.x → pre-2.20.0 ([c842766](https://github.com/event4u-app/agent-config/commit/c8427660de6914505edf1a3d21c05ba2313ffbb7))
|
|
793
|
-
|
|
794
|
-
### Other
|
|
795
|
-
|
|
796
|
-
* 2.22.0 ([52aa59a](https://github.com/event4u-app/agent-config/commit/52aa59a40cf12146275c3e2a19f149703c585eae))
|
|
797
|
-
|
|
798
|
-
Tests: 4559 (+0 since 2.21.0)
|
|
799
|
-
|
|
800
|
-
## [2.22.0](https://github.com/event4u-app/agent-config/compare/2.21.0...2.22.0) (2026-05-17)
|
|
801
|
-
|
|
802
|
-
### Features
|
|
803
|
-
|
|
804
|
-
* integrate anti-AI-slop heuristics into design skills ([f157d02](https://github.com/event4u-app/agent-config/commit/f157d02e56aa4abe139eaf042ad060de4815f36b))
|
|
805
|
-
* add Honest Sparring Partner template and adversarial-review trigger ([122f0ad](https://github.com/event4u-app/agent-config/commit/122f0adfd3b6a334b1191e9fa58e6b3328c77365))
|
|
806
|
-
* **skills:** refine-prompt + prompt-optimizer honor prompt_optimization setting ([9f8f20e](https://github.com/event4u-app/agent-config/commit/9f8f20e11627342c1e656d978d7a82ea30925cf3))
|
|
807
|
-
* **settings:** add prompt_optimization block (off/mini/max, /raw bypass) ([c6d3715](https://github.com/event4u-app/agent-config/commit/c6d371510979d044e5724d5ed2d390be0af24562))
|
|
812
|
+
# Era: pre-2.25.0 — archived
|
|
808
813
|
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
* **guidelines:** add prompt-templates.md (12-template catalogue) ([ec91b31](https://github.com/event4u-app/agent-config/commit/ec91b31d71d7169f2aef6184d5e5f8d01b237f9b))
|
|
817
|
-
* **roadmap:** close out step-16-caveman-substance (38/38, kill-criterion deferred) ([7a60f1e](https://github.com/event4u-app/agent-config/commit/7a60f1eddd66dfdf54bc2664b45c97954eb2b7e3))
|
|
818
|
-
|
|
819
|
-
### Chores
|
|
820
|
-
|
|
821
|
-
* **index:** regenerate agents/index.md + docs/catalog.md for new guideline ([f7b47e8](https://github.com/event4u-app/agent-config/commit/f7b47e870042abb3a33d26edb0caf9d0529c7828))
|
|
822
|
-
* **changelog:** split era 2.17.x → pre-2.20.0 ([c842766](https://github.com/event4u-app/agent-config/commit/c8427660de6914505edf1a3d21c05ba2313ffbb7))
|
|
823
|
-
|
|
824
|
-
Tests: 4559 (+0 since 2.21.0)
|
|
825
|
-
|
|
826
|
-
## [2.21.0](https://github.com/event4u-app/agent-config/compare/2.20.1...2.21.0) (2026-05-17)
|
|
827
|
-
|
|
828
|
-
### Features
|
|
829
|
-
|
|
830
|
-
* **telemetry:** caveman stats + per-conversation cost lens ([13300cc](https://github.com/event4u-app/agent-config/commit/13300cc2d709ec2cce58520621cf560fbd6414c3))
|
|
831
|
-
* **memory:** input-side compression for always-loaded files ([abfd5b1](https://github.com/event4u-app/agent-config/commit/abfd5b120f2effd2abd68adea45c8b15f315dfec))
|
|
832
|
-
* **bench:** add caveman v1 benchmark with terse-control arm ([1e37062](https://github.com/event4u-app/agent-config/commit/1e37062cada6f9be5bfa0dfe4083753ade87f2f2))
|
|
833
|
-
* **security:** add safe-paths denylist and caveman carve-outs validators ([249114d](https://github.com/event4u-app/agent-config/commit/249114d900a9d6960aee7bbeda5c28f85be718ad))
|
|
834
|
-
|
|
835
|
-
### Bug Fixes
|
|
836
|
-
|
|
837
|
-
* **caveman-speak:** bullet-format prose lines to satisfy structural-density lock ([5c8006d](https://github.com/event4u-app/agent-config/commit/5c8006d8bd70fea93671361160e6b7c4399302c6))
|
|
838
|
-
* **refs:** inline roadmap council citations + mark contract council-refs as ADR trace ([5a11951](https://github.com/event4u-app/agent-config/commit/5a11951ebff87ba95465c0a6b9b59fd9a4d4cee2))
|
|
839
|
-
* **contracts:** drop roadmap reference from compression-default-kill-criterion ([f2b2124](https://github.com/event4u-app/agent-config/commit/f2b212495744dae1904b256aa11d47e230e7b534))
|
|
840
|
-
* **contracts:** add stability frontmatter to caveman-telemetry + cost-summary-schema ([c7efa54](https://github.com/event4u-app/agent-config/commit/c7efa54cc3587f42f3a21ca18b783b5504c56e04))
|
|
841
|
-
* **portability:** apply task-invocation fix in .agent-src/ projection ([be87c2b](https://github.com/event4u-app/agent-config/commit/be87c2be1637570a61b7a8863216288f3828609c))
|
|
842
|
-
* **portability:** swap task invocations for script paths in compress-memory skill ([886f9f4](https://github.com/event4u-app/agent-config/commit/886f9f4a615fa2351b9261a62fd49173f8e87c2f))
|
|
843
|
-
* **roadmap:** clarify agent-status is a command not a skill in step-16 ([96df39d](https://github.com/event4u-app/agent-config/commit/96df39de7a7562df946c37fea8bc42927851071f))
|
|
844
|
-
* **template:** bump agent_config_version pin to 2.20.1 ([c275864](https://github.com/event4u-app/agent-config/commit/c2758641718077baaaaefea1191760d397f6b47e))
|
|
845
|
-
|
|
846
|
-
### Documentation
|
|
847
|
-
|
|
848
|
-
* **readme:** compact banner and badge row to stay under 750-line lint budget ([2f411a7](https://github.com/event4u-app/agent-config/commit/2f411a78993260d3bd1f5fb819779cad2b19ed07))
|
|
849
|
-
* **readme:** add hero banner and migrate count display to shields.io badges ([980fe1a](https://github.com/event4u-app/agent-config/commit/980fe1ac1c529e3c57c967db148f2b162240ff27))
|
|
850
|
-
* **caveman:** v1 kill-criterion verdict + Suspended state ([ca1751e](https://github.com/event4u-app/agent-config/commit/ca1751e8957783fa4e40ddfb89172702619f12bc))
|
|
851
|
-
|
|
852
|
-
### Chores
|
|
853
|
-
|
|
854
|
-
* **ownership:** regenerate ownership matrix ([1331bce](https://github.com/event4u-app/agent-config/commit/1331bce63d223adb971a931babe5e163b5a8aa12))
|
|
855
|
-
* **index:** regenerate agents/index.md + docs/catalog.md for compress-memory ([6d16e7f](https://github.com/event4u-app/agent-config/commit/6d16e7fb3ca0a2fbe76a18337a94e98607262d06))
|
|
856
|
-
* **sync:** bump skill count 210 -> 211 (compress-memory) ([bb361ed](https://github.com/event4u-app/agent-config/commit/bb361edb4e5e65cbc4e7eb41382f88f1909e5583))
|
|
857
|
-
* **roadmaps:** close step-16 caveman-substance + archive-phantom-scan ([9388f9b](https://github.com/event4u-app/agent-config/commit/9388f9be662da17b98eb4000f16ff8fcf376e626))
|
|
858
|
-
|
|
859
|
-
Tests: 4559 (+24 since 2.20.1)
|
|
860
|
-
|
|
861
|
-
## [2.20.1](https://github.com/event4u-app/agent-config/compare/2.20.0...2.20.1) (2026-05-16)
|
|
862
|
-
|
|
863
|
-
### Bug Fixes
|
|
864
|
-
|
|
865
|
-
* **lint:** treat zero active roadmaps as pass in lint-roadmap-complexity ([ff814e2](https://github.com/event4u-app/agent-config/commit/ff814e262a25b9269ae5d1b66495602b5d8f457b))
|
|
866
|
-
* **template:** bump agent_config_version pin to 2.20.0 ([ab3acfc](https://github.com/event4u-app/agent-config/commit/ab3acfc3eebd39e5fb7df919bd5b7a455e2f58ea))
|
|
867
|
-
|
|
868
|
-
### Chores
|
|
869
|
-
|
|
870
|
-
* **changelog:** split era 2.16.x → pre-2.17.0 ([67b668e](https://github.com/event4u-app/agent-config/commit/67b668ee2298cc56478a808a716e965482bf199d))
|
|
871
|
-
* **roadmaps:** close and archive all 8 open roadmaps (Total Dominance) ([c13359f](https://github.com/event4u-app/agent-config/commit/c13359f0b676f251a9b6c6b7ed11804fdeb84257))
|
|
872
|
-
|
|
873
|
-
Tests: 4535 (+0 since 2.20.0)
|
|
874
|
-
|
|
875
|
-
## [2.20.0](https://github.com/event4u-app/agent-config/compare/2.19.0...2.20.0) (2026-05-16)
|
|
876
|
-
|
|
877
|
-
### Features
|
|
878
|
-
|
|
879
|
-
* **product:** step-15 product refinement — profiles + packs + presets + explain CLI ([59e7d6f](https://github.com/event4u-app/agent-config/commit/59e7d6f3ddce025e558da08c1da1b4c8155e68eb))
|
|
880
|
-
* **parity:** step-11 ruflo parity — smoke + ADR + cost + namespace + MCP ([521b4c6](https://github.com/event4u-app/agent-config/commit/521b4c62f5fe266f5c18dfcca2abf4e06d97c217))
|
|
881
|
-
* **caveman:** step-10 default-kill criterion + parity roadmap ([dd7ec3c](https://github.com/event4u-app/agent-config/commit/dd7ec3cae4f8839b28b4d3ff9dbdbb316ec5d035))
|
|
882
|
-
* **bench:** step-4 measurement + benchmark infrastructure ([981d0cd](https://github.com/event4u-app/agent-config/commit/981d0cd1c48e2d23eede29bd86e833cd826ddfd9))
|
|
883
|
-
* **skills:** step-2 skill inventory rationalization ([3fa651d](https://github.com/event4u-app/agent-config/commit/3fa651d2496e4fc483cd7ed452bb39f41dd39365))
|
|
884
|
-
|
|
885
|
-
### Bug Fixes
|
|
886
|
-
|
|
887
|
-
* **adr-create:** restore Inspect keyword in step-1 heading ([46c40ad](https://github.com/event4u-app/agent-config/commit/46c40adf4741f1e13d8d275f9363f98047d4b733))
|
|
888
|
-
* **audit_mcp_tools:** drop roadmap link from generated inventory ([d35459e](https://github.com/event4u-app/agent-config/commit/d35459e94d9be473bbb567f7c348be5bff4b5e9d))
|
|
889
|
-
* **audit_mcp_tools:** emit stability frontmatter in generated inventory ([ba7af12](https://github.com/event4u-app/agent-config/commit/ba7af12cf26509f2ea0ddb867303f3b225fea866))
|
|
890
|
-
* **no-cheap-questions:** trim to clear concentration cap ([3516283](https://github.com/event4u-app/agent-config/commit/351628301aa168c31130b62ee306858944ecf9f2))
|
|
891
|
-
* **onboard:** move recommendation off inline (recommended) tag ([6a77a06](https://github.com/event4u-app/agent-config/commit/6a77a06c014d8820662906ca6ab0ee55ac847e05))
|
|
892
|
-
* **refs:** suppress legitimate council-response audit links ([d764329](https://github.com/event4u-app/agent-config/commit/d764329d8718124d150deafcce52bdd206ada740))
|
|
893
|
-
* **contracts:** drop roadmap-file links from stable artefacts ([96ea60f](https://github.com/event4u-app/agent-config/commit/96ea60f8f6e85c6ce04e8042d9d2535938f75d9f))
|
|
894
|
-
* **contracts:** bring beta-review markers into the 90-day window ([4be4a47](https://github.com/event4u-app/agent-config/commit/4be4a47cc30532fa20d1ea7c3311d7eaa154d7e6))
|
|
895
|
-
* **contracts:** add stability frontmatter to 6 new contracts ([8b27577](https://github.com/event4u-app/agent-config/commit/8b27577bc6b4b28c36ccfbea48b4e92e35372fbd))
|
|
896
|
-
* **portability:** replace task cost:* with direct script invocations ([0225f60](https://github.com/event4u-app/agent-config/commit/0225f60d0157edf4b4f74fe8fc1266295d5b90f2))
|
|
897
|
-
* **rules:** restore no-cheap-questions Iron Law block ([e95315f](https://github.com/event4u-app/agent-config/commit/e95315f96323d1ef32328b1c8a630b5aacafee84))
|
|
898
|
-
|
|
899
|
-
### Documentation
|
|
900
|
-
|
|
901
|
-
* **readme:** restore three-audience headings, tighten user-types blurb ([fdb03bf](https://github.com/event4u-app/agent-config/commit/fdb03bf314acb1a7a570400c1ba3cadb8098b943))
|
|
902
|
-
* **readme:** restore browse-all-commands canonical line ([d91f6e0](https://github.com/event4u-app/agent-config/commit/d91f6e0d99230792f570b02fab6a1b30a744187c))
|
|
903
|
-
* **readme:** extract profile detail + featured commands to /docs ([e8745f3](https://github.com/event4u-app/agent-config/commit/e8745f33f1da089aefd763cc659be4568177dd07))
|
|
904
|
-
* **roadmap:** regenerate dashboard + cross-roadmap link refresh ([f6b7085](https://github.com/event4u-app/agent-config/commit/f6b7085d3419f1a8b57daf9b949bd55312c17b9b))
|
|
905
|
-
* **roadmap:** step-5 schema rigor + test cleanup ([b043230](https://github.com/event4u-app/agent-config/commit/b043230291222f6d6287d73e0807ea772e227e98))
|
|
906
|
-
|
|
907
|
-
### Chores
|
|
908
|
-
|
|
909
|
-
* **changelog:** split era 2.15.x → pre-2.16.0 ([88b81ba](https://github.com/event4u-app/agent-config/commit/88b81bac54ae5f9558a1087c81d453c47d3039bb))
|
|
910
|
-
* **mcp:** regenerate MCP tool inventory ([bce3169](https://github.com/event4u-app/agent-config/commit/bce3169b353c2d240df610e4bf01c91c96d23e0d))
|
|
911
|
-
* **ownership:** regenerate ownership matrix after no-cheap-questions trim ([dbe58a9](https://github.com/event4u-app/agent-config/commit/dbe58a9dfafbca487f11b2501b1f1dabb1053a8d))
|
|
912
|
-
* **template:** bump agent_config_version pin to 2.19.0 ([cfc4c59](https://github.com/event4u-app/agent-config/commit/cfc4c59e288862eccf4e7b9d215adf30e527f5a0))
|
|
913
|
-
* **build:** wire step-2/4/11/15 tooling into Taskfile + gitignore ([0acc9e7](https://github.com/event4u-app/agent-config/commit/0acc9e77515e611eb685c58aeba91f3d5af9423f))
|
|
914
|
-
|
|
915
|
-
Tests: 4535 (+42 since 2.19.0)
|
|
814
|
+
> All entries from `2.24.0` through `2.20.0` live in
|
|
815
|
+
> [`docs/archive/CHANGELOG-pre-2.25.0.md`](docs/archive/CHANGELOG-pre-2.25.0.md).
|
|
816
|
+
> The archive is read-only; git tags `2.24.0` and prior remain the
|
|
817
|
+
> canonical source for what shipped. Splitting these out of the main
|
|
818
|
+
> file keeps the active era under the 200-line drift cap enforced by
|
|
819
|
+
> `tests/test_changelog_eras.py`.
|
|
916
820
|
|
|
917
821
|
# Era: pre-2.20.0 — archived
|
|
918
822
|
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Agent Config — Universal AI Agent OS
|
|
4
4
|
|
|
5
|
-
[](.augment/skills/) [](.augment/rules/) [](.augment/commands/) [](docs/guidelines/) [](docs/personas.md) [](docs/profiles.md) [](docs/architecture.md) [](LICENSE)
|
|
6
6
|
|
|
7
7
|
> **A deterministic orchestration contract for AI agents — audited skills, governance rules, replayable state — usable by developers, founders, and creators alike.**
|
|
8
8
|
|
|
@@ -579,7 +579,7 @@ slash-commands) 📌 = informational marker only (no auto-discovery
|
|
|
579
579
|
or manual wiring required)
|
|
580
580
|
|
|
581
581
|
> **What this means in practice:** Claude Code gets the full project-scoped
|
|
582
|
-
> package (rules +
|
|
582
|
+
> package (rules + 218 skills + 129 native commands); Augment Code gets the
|
|
583
583
|
> same content but only from a single global install at `~/.augment/`.
|
|
584
584
|
> Cursor, Cline, Windsurf, Gemini CLI, GitHub Copilot, Roo Code, Codex CLI,
|
|
585
585
|
> and Continue.dev only get the **rules** natively; skills and commands are
|
package/docs/architecture.md
CHANGED
|
@@ -141,8 +141,8 @@ note, package-internal path-swap, description budget, and the
|
|
|
141
141
|
|
|
142
142
|
| Layer | Count | Purpose |
|
|
143
143
|
|---|---|---|
|
|
144
|
-
| **Skills** |
|
|
145
|
-
| **Rules** |
|
|
144
|
+
| **Skills** | 218 | On-demand expertise — stack analysis (Laravel · Symfony · Zend / Laminas · Next.js · React · Node), testing, Docker, API design, security, observability, … |
|
|
145
|
+
| **Rules** | 72 | Always-active constraints — coding standards, scope control, verification, language-and-tone, agent-authority |
|
|
146
146
|
| **Commands** | 129 | Slash-command workflows — `/commit`, `/create-pr`, `/fix ci`, `/optimize skills`, `/feature plan`, `/work`, `/implement-ticket`, `/compress`, … |
|
|
147
147
|
| **Guidelines** | 73 | Reference material cited by skills — PHP patterns, Eloquent, Playwright, agent-infra, … |
|
|
148
148
|
| **Templates** | 7 | Scaffolds for features, roadmaps, contexts, skills, overrides |
|