@event4u/agent-config 2.7.0 → 2.9.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/personas/cmo.md +122 -0
- package/.agent-src/personas/customer-success-lead.md +126 -0
- package/.agent-src/personas/engineering-manager.md +133 -0
- package/.agent-src/personas/finance-partner.md +129 -0
- package/.agent-src/personas/growth-pm.md +134 -0
- package/.agent-src/personas/people-strategist.md +126 -0
- package/.agent-src/personas/revops.md +125 -0
- package/.agent-src/personas/strategist.md +129 -0
- package/.agent-src/skills/activation-design/SKILL.md +160 -0
- package/.agent-src/skills/build-buy-partner/SKILL.md +145 -0
- package/.agent-src/skills/churn-prevention/SKILL.md +156 -0
- package/.agent-src/skills/comp-banding/SKILL.md +160 -0
- package/.agent-src/skills/competitive-moat-analysis/SKILL.md +152 -0
- package/.agent-src/skills/content-funnel-design/SKILL.md +170 -0
- package/.agent-src/skills/contracts-cognition/SKILL.md +147 -0
- package/.agent-src/skills/data-handling-judgment/SKILL.md +155 -0
- package/.agent-src/skills/deal-qualification-meddic/SKILL.md +165 -0
- package/.agent-src/skills/editorial-calendar/SKILL.md +161 -0
- package/.agent-src/skills/expansion-playbook/SKILL.md +171 -0
- package/.agent-src/skills/forecast-accuracy/SKILL.md +157 -0
- package/.agent-src/skills/forecasting/SKILL.md +164 -0
- package/.agent-src/skills/fundraising-narrative/SKILL.md +189 -0
- package/.agent-src/skills/funnel-analysis/SKILL.md +26 -2
- package/.agent-src/skills/gtm-launch/SKILL.md +165 -0
- package/.agent-src/skills/hiring-loop-design/SKILL.md +167 -0
- package/.agent-src/skills/market-entry-analysis/SKILL.md +144 -0
- package/.agent-src/skills/messaging-architecture/SKILL.md +184 -0
- package/.agent-src/skills/onboarding-design/SKILL.md +158 -0
- package/.agent-src/skills/onboarding-program/SKILL.md +157 -0
- package/.agent-src/skills/one-on-one-cadence/SKILL.md +161 -0
- package/.agent-src/skills/org-design/SKILL.md +158 -0
- package/.agent-src/skills/perf-feedback-craft/SKILL.md +157 -0
- package/.agent-src/skills/pipeline-strategy/SKILL.md +159 -0
- package/.agent-src/skills/positioning-strategy/SKILL.md +177 -0
- package/.agent-src/skills/privacy-review/SKILL.md +160 -0
- package/.agent-src/skills/retention-loops/SKILL.md +161 -0
- package/.agent-src/skills/runway-cognition/SKILL.md +136 -0
- package/.agent-src/skills/scenario-modeling/SKILL.md +139 -0
- package/.agent-src/skills/subagent-orchestration/SKILL.md +1 -1
- package/.agent-src/skills/throughput-vs-morale-tradeoff/SKILL.md +165 -0
- package/.agent-src/skills/unit-economics-modeling/SKILL.md +54 -7
- package/.agent-src/skills/vision-articulation/SKILL.md +146 -0
- package/.agent-src/skills/voice-and-tone-design/SKILL.md +163 -0
- package/.agent-src/templates/agents/agent-project-settings.example.yml +1 -1
- package/.agent-src/templates/scripts/telemetry/settings.py +65 -0
- package/.agent-src/templates/scripts/tier_usage_report.py +183 -0
- package/.claude-plugin/marketplace.json +34 -2
- package/AGENTS.md +1 -1
- package/CHANGELOG.md +135 -153
- package/README.md +3 -3
- package/docs/architecture.md +37 -11
- package/docs/archive/CHANGELOG-pre-2.7.0.md +185 -0
- package/docs/catalog.md +38 -4
- package/docs/contracts/adr-forecast-construction-shape.md +89 -0
- package/docs/contracts/adr-gtm-context-spine.md +115 -0
- package/docs/contracts/adr-wing4-context-spine.md +125 -0
- package/docs/contracts/command-clusters.md +41 -0
- package/docs/contracts/command-surface-tiers.md +30 -9
- package/docs/contracts/context-spine.md +58 -12
- package/docs/contracts/cross-wing-handoff.md +3 -3
- package/docs/contracts/mcp-beta-criteria.md +129 -0
- package/docs/contracts/persona-schema.md +20 -3
- package/docs/guidelines/gtm-handoff.md +114 -0
- package/docs/guidelines/wing4-handoff.md +127 -0
- package/docs/mcp-server.md +1 -1
- package/package.json +1 -1
- package/scripts/_cli/cmd_doctor.py +527 -14
- package/scripts/_cli/cmd_validate.py +10 -0
- package/scripts/agent-config +19 -18
- package/scripts/install.py +5 -0
- package/scripts/lint_context_spine_usage.py +5 -1
- package/scripts/mcp_server/__init__.py +1 -0
- package/scripts/mcp_server/server.py +4 -3
- package/scripts/schemas/persona.schema.json +5 -0
- package/scripts/schemas/skill.schema.json +2 -2
- package/scripts/skill_linter.py +284 -6
package/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,78 @@ Entry-shape contract: [`docs/contracts/CHANGELOG-conventions.md`](docs/contracts
|
|
|
18
18
|
|
|
19
19
|
Four roadmaps land in this release.
|
|
20
20
|
|
|
21
|
+
**Tier-0 trim (`road-to-surface-discipline` Phase 1)** — six CLI
|
|
22
|
+
commands moved from Tier-0 to Tier-1 in `./agent-config --help` to
|
|
23
|
+
collapse the daily-driver surface down to the seven commands a new
|
|
24
|
+
contributor actually needs in their first session. Commands stay
|
|
25
|
+
fully invokable by full name — only the default `--help` view
|
|
26
|
+
changed. Source of truth: `docs/contracts/command-surface-tiers.md`.
|
|
27
|
+
|
|
28
|
+
Pre/post diff of `./agent-config --help` Tier-0 block:
|
|
29
|
+
|
|
30
|
+
| Command | Pre | Post | Rationale |
|
|
31
|
+
|---|:-:|:-:|---|
|
|
32
|
+
| `init` | Tier-0 | Tier-0 | daily-driver entrypoint |
|
|
33
|
+
| `sync` | Tier-0 | Tier-0 | daily-driver entrypoint |
|
|
34
|
+
| `validate` | Tier-0 | Tier-0 | daily-driver entrypoint |
|
|
35
|
+
| `work` | Tier-0 | Tier-0 | daily-driver entrypoint |
|
|
36
|
+
| `implement-ticket` | Tier-0 | Tier-0 | daily-driver entrypoint |
|
|
37
|
+
| `help` | Tier-0 | Tier-0 | help meta-command |
|
|
38
|
+
| `--version` | Tier-0 | Tier-0 | help meta-command |
|
|
39
|
+
| `first-run` | Tier-0 | **Tier-1** | one-time setup; not in daily loop |
|
|
40
|
+
| `keys:install-anthropic` | Tier-0 | **Tier-1** | one-time credential setup |
|
|
41
|
+
| `keys:install-openai` | Tier-0 | **Tier-1** | one-time credential setup |
|
|
42
|
+
| `council:estimate` | Tier-0 | **Tier-1** | on-demand review tool |
|
|
43
|
+
| `council:run` | Tier-0 | **Tier-1** | on-demand review tool |
|
|
44
|
+
| `council:render` | Tier-0 | **Tier-1** | on-demand review tool |
|
|
45
|
+
|
|
46
|
+
Net surface delta: **0 new commands, 0 removed commands.** Only the
|
|
47
|
+
`--help` surfacing changed. Run `./agent-config --help --tier=1` for
|
|
48
|
+
the full power-user view (15 commands) or `--tier=all` for
|
|
49
|
+
maintenance / hooks / MCP / telemetry (26 additional commands).
|
|
50
|
+
|
|
51
|
+
**Diagnostic Hub (`road-to-surface-discipline` Phase 2)** — the
|
|
52
|
+
existing `./agent-config doctor` is repositioned as the single
|
|
53
|
+
entrypoint for health checks. New `CHECK_IDS` registry plus
|
|
54
|
+
`doctor --check <id>` filter; `--list-checks` enumerates every
|
|
55
|
+
runner; failing checks print the literal command line that
|
|
56
|
+
reproduces the failure. Surface delta: **0 new commands** — only
|
|
57
|
+
flags and registry plumbing.
|
|
58
|
+
|
|
59
|
+
**MCP beta gating (`road-to-surface-discipline` Phase 3)** — MCP
|
|
60
|
+
promotion criteria pinned in
|
|
61
|
+
[`docs/contracts/mcp-beta-criteria.md`](docs/contracts/mcp-beta-criteria.md)
|
|
62
|
+
with a four-gate contract (offline-readiness, scope, drift, runtime).
|
|
63
|
+
`doctor --check mcp-beta-readiness` enforces the gates; failing tests
|
|
64
|
+
under `tests/test_mcp_beta_gates.py` codify the promotion bar.
|
|
65
|
+
Cloud-scope behaviour cross-referenced from
|
|
66
|
+
[`docs/contracts/mcp-cloud-scope.md`](docs/contracts/mcp-cloud-scope.md).
|
|
67
|
+
|
|
68
|
+
**Architecture refresh (`road-to-surface-discipline` Phase 4)** —
|
|
69
|
+
[`docs/architecture.md`](docs/architecture.md) and
|
|
70
|
+
[`docs/mcp-server.md`](docs/mcp-server.md) re-anchor the 6-layer
|
|
71
|
+
system model (consumer → tools → installer → package → kernel →
|
|
72
|
+
runtime). `AGENTS.md` re-trimmed to honour the Thin-Root contract
|
|
73
|
+
(< 3,000 chars). No code churn — docs only.
|
|
74
|
+
|
|
75
|
+
**Tier-usage telemetry (`road-to-surface-discipline` Phase 5)** —
|
|
76
|
+
empirical retiering signal added behind a default-off opt-in. New
|
|
77
|
+
`telemetry.tier_usage` namespace in `.agent-settings.yml`; signal
|
|
78
|
+
contract pinned in
|
|
79
|
+
[`docs/contracts/command-clusters.md`](docs/contracts/command-clusters.md)
|
|
80
|
+
§ tier-usage (whitelist: `ts_bucket`, `command`, `tier`, `outcome`,
|
|
81
|
+
`user_hash`; hourly time buckets; 16-char salted user hash; no paths,
|
|
82
|
+
no argv). Retiering thresholds (≥ 20 invocations and ≥ 3 distinct
|
|
83
|
+
users over 30 days) live in the same contract. A new
|
|
84
|
+
`tier_usage_report.py` template script aggregates the local log into
|
|
85
|
+
a frequency table and refuses to render rows that violate the
|
|
86
|
+
privacy floor. The existing `doctor` gains a `tier-usage-readiness`
|
|
87
|
+
check (warn when disabled or empty; fail when every record is
|
|
88
|
+
poisoned; ok when ≥ 1 record passes the floor). Surface delta: **0
|
|
89
|
+
new commands, 0 new skills, 0 new personas** — telemetry rides on
|
|
90
|
+
the existing dispatcher and the existing `doctor` entrypoint.
|
|
91
|
+
|
|
92
|
+
|
|
21
93
|
**Package consolidation** — the standalone wrapper package
|
|
22
94
|
`@event4u/create-agent-config` is retired. `npx @event4u/agent-config init`
|
|
23
95
|
is now the canonical one-shot entrypoint; the bundle package gains an
|
|
@@ -350,207 +422,117 @@ our recommendation order, not its support status.
|
|
|
350
422
|
users" tension without removing any path that an existing user
|
|
351
423
|
might rely on.
|
|
352
424
|
|
|
353
|
-
# Era: 2.
|
|
425
|
+
# Era: 2.7.x — current
|
|
354
426
|
|
|
355
|
-
> Started at `2.
|
|
427
|
+
> Started at `2.7.0` (2026-05-13). Full entries live inline below.
|
|
356
428
|
> The drift test caps this era at 200 lines of entry body; growth past
|
|
357
|
-
> that forces a new era split (`# Era: 2.
|
|
429
|
+
> that forces a new era split (`# Era: 2.8.x`, etc.) — see
|
|
358
430
|
> [`docs/contracts/CHANGELOG-conventions.md § Era splits`](docs/contracts/CHANGELOG-conventions.md).
|
|
359
431
|
|
|
360
|
-
## [2.
|
|
432
|
+
## [2.9.0](https://github.com/event4u-app/agent-config/compare/2.8.0...2.9.0) (2026-05-13)
|
|
361
433
|
|
|
362
434
|
### Features
|
|
363
435
|
|
|
364
|
-
*
|
|
365
|
-
*
|
|
366
|
-
*
|
|
367
|
-
* **
|
|
436
|
+
* tier-usage telemetry settings + report template ([22172f2](https://github.com/event4u-app/agent-config/commit/22172f2a59b530034633ff72226506006c5fd81b))
|
|
437
|
+
* mcp beta-readiness criteria with pending gate tests ([3653788](https://github.com/event4u-app/agent-config/commit/36537880e03546e9baf424b2fdd70aa69d41eb03))
|
|
438
|
+
* expand doctor diagnostic hub to 10 checks ([372c193](https://github.com/event4u-app/agent-config/commit/372c19362f8037c76f919a2d918780ae5ec9cb40))
|
|
439
|
+
* **roadmap:** add road-to-surface-discipline (council-reviewed) ([d9da987](https://github.com/event4u-app/agent-config/commit/d9da9870989ccdb7594cd693e9b18608b957ab79))
|
|
440
|
+
* **linter:** wing-4 cognition-boundary checks + spine slot vocab ([c4d9a4b](https://github.com/event4u-app/agent-config/commit/c4d9a4ba8e5c7184b9be0a58d4d8b220a60cab7c))
|
|
368
441
|
|
|
369
442
|
### Bug Fixes
|
|
370
443
|
|
|
371
|
-
* **
|
|
444
|
+
* **skills:** clear missing_inspect_step + bare_noun warnings ([0c88c6e](https://github.com/event4u-app/agent-config/commit/0c88c6ee45873e47fd8c7d356ec82b28b63b12c5))
|
|
445
|
+
* **docs:** drop roadmap-file pointers from wing-4 ADRs and handoff ([ccd7624](https://github.com/event4u-app/agent-config/commit/ccd7624127094d0a01eda0901fa41c31319f7bc5))
|
|
446
|
+
* **template:** bump agent_config_version pin to 2.8.0 ([f21e916](https://github.com/event4u-app/agent-config/commit/f21e916c6bb793fa6efe7d264a1e069e11ab4c62))
|
|
447
|
+
* **skills:** spine slot citations + finance-partner polish ([9072783](https://github.com/event4u-app/agent-config/commit/90727831b223bd970d8425d158940bf3e3bc104f))
|
|
372
448
|
|
|
373
449
|
### Documentation
|
|
374
450
|
|
|
375
|
-
*
|
|
376
|
-
*
|
|
377
|
-
|
|
378
|
-
|
|
451
|
+
* archive surface-discipline roadmap + 2.8.0 changelog ([551e306](https://github.com/event4u-app/agent-config/commit/551e306e43fa82fffda9178bdaa690b19d8bec4e))
|
|
452
|
+
* 6-layer architecture refresh + thin-root sync ([91d25a8](https://github.com/event4u-app/agent-config/commit/91d25a80b37fb1c1782c2d5f00f23925ba6ec1b3))
|
|
453
|
+
* **roadmap:** complete road-to-money-strategy-ops phase 1 ([83cf9fe](https://github.com/event4u-app/agent-config/commit/83cf9fe99c034b71e146099eddc9ce5b3137f434))
|
|
454
|
+
* **contracts:** register wing-4 spine slots + marketplace entries ([75b829d](https://github.com/event4u-app/agent-config/commit/75b829d162bc18ab3dc2dda6614d15a087a4f32a))
|
|
379
455
|
|
|
380
|
-
|
|
381
|
-
* finalize roadmaps ([bb156ea](https://github.com/event4u-app/agent-config/commit/bb156ea4f52741d511c3e54cd87e3bcab2fbf107))
|
|
382
|
-
* **roadmap:** close road-to-distribution-maturity, archive ([d48e5d6](https://github.com/event4u-app/agent-config/commit/d48e5d64f9396f6b75b47bf336fd6ac129c8e254))
|
|
383
|
-
* **changelog:** split into eras, archive pre-2.2.0 entries ([e54c5cb](https://github.com/event4u-app/agent-config/commit/e54c5cbf0222de7f0f4c84a379118f4ea30b5a07))
|
|
456
|
+
### Refactoring
|
|
384
457
|
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
## [2.6.1](https://github.com/event4u-app/agent-config/compare/2.6.0...2.6.1) (2026-05-13)
|
|
458
|
+
* trim tier-0 surface from 13 to 7 commands ([a9eafd1](https://github.com/event4u-app/agent-config/commit/a9eafd1c5226c10209e3dee2b972f38d9c0f3dd9))
|
|
388
459
|
|
|
389
460
|
### Chores
|
|
390
461
|
|
|
391
|
-
* **
|
|
462
|
+
* **generated:** regenerate derived outputs for wing-4 additions ([54f3779](https://github.com/event4u-app/agent-config/commit/54f3779a6d2161ed06bfb327c3e416ec107b4016))
|
|
392
463
|
|
|
393
|
-
Tests:
|
|
464
|
+
Tests: 3603 (+26 since 2.8.0)
|
|
394
465
|
|
|
395
|
-
## [2.
|
|
466
|
+
## [2.8.0](https://github.com/event4u-app/agent-config/compare/2.7.0...2.8.0) (2026-05-13)
|
|
396
467
|
|
|
397
468
|
### Features
|
|
398
469
|
|
|
399
|
-
* **
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
*
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
## [2.5.0](https://github.com/event4u-app/agent-config/compare/2.4.1...2.5.0) (2026-05-13)
|
|
408
|
-
|
|
409
|
-
### Features
|
|
410
|
-
|
|
411
|
-
* **claude-desktop:** bundle commands as desktop skills ([50cd319](https://github.com/event4u-app/agent-config/commit/50cd31988ac571ecdf883c5d2c6d62c209820ebc))
|
|
412
|
-
|
|
413
|
-
Tests: 3530 (+9 since 2.4.1)
|
|
414
|
-
|
|
415
|
-
## [2.4.1](https://github.com/event4u-app/agent-config/compare/2.4.0...2.4.1) (2026-05-13)
|
|
470
|
+
* **linter:** wing-scoped persona line budgets ([81c8cda](https://github.com/event4u-app/agent-config/commit/81c8cdaf08f243a61f848b2e53fad73305ec173d))
|
|
471
|
+
* **personas:** GTM roadmap I1-I4 — Wing-3 personas (CMO, RevOps, CS, Growth-PM) ([a05d49e](https://github.com/event4u-app/agent-config/commit/a05d49e1fd2076effd68dabce7a0789676b2bbf5))
|
|
472
|
+
* **skills:** GTM roadmap H8-H16 — RevOps, CS, Growth-PM clusters ([f79e7a1](https://github.com/event4u-app/agent-config/commit/f79e7a11f5447466c05c6be613a618b9c564a4b1))
|
|
473
|
+
* **gtm:** H3–H7 — complete CMO cluster skills (gtm-launch, editorial-calendar, content-funnel-design, voice-and-tone-design, fundraising-narrative) ([a905bea](https://github.com/event4u-app/agent-config/commit/a905bea811a02d973a682465525ca39d274d3342))
|
|
474
|
+
* **gtm:** H1+H2 — positioning + messaging-architecture senior skills ([00aeb27](https://github.com/event4u-app/agent-config/commit/00aeb279be9924c01dea998df7ee91442fd3ff88))
|
|
475
|
+
* **gtm:** G3 — Wing-3 handoff guideline + Block G closed ([15643da](https://github.com/event4u-app/agent-config/commit/15643da3e2e96a6b00a738e8f4b7ba10edd18187))
|
|
476
|
+
* **gtm:** G2 — Wing-3 cognition-boundary linter ([8445921](https://github.com/event4u-app/agent-config/commit/84459218a914dd5d39c524824e9e0a597c28daec))
|
|
477
|
+
* **gtm:** G1 — extend context-spine with Wing-3 slots ([853e653](https://github.com/event4u-app/agent-config/commit/853e6538fff24429ab0f4136f5eec5d4b992dda4))
|
|
416
478
|
|
|
417
479
|
### Bug Fixes
|
|
418
480
|
|
|
419
|
-
* **
|
|
420
|
-
* **
|
|
421
|
-
|
|
422
|
-
|
|
481
|
+
* **refs:** drop roadmap-file citations from GTM ADR + handoff guideline ([092a01d](https://github.com/event4u-app/agent-config/commit/092a01d7bcd6b51c85d12bfcf83dc973b35c0fcc))
|
|
482
|
+
* **contracts:** add stability frontmatter to command-surface-tiers.md ([3ab2ffd](https://github.com/event4u-app/agent-config/commit/3ab2ffde4345b4ca30cc4d64926f571bce5ce7dd))
|
|
483
|
+
* **lint:** teach context-spine linter the Wing-3 GTM slots ([5bf81d5](https://github.com/event4u-app/agent-config/commit/5bf81d51864b652301d890eafb0574641d05b71a))
|
|
484
|
+
* **refs:** replace dangling skill backticks with plain phrasing in GTM skills ([9f20b06](https://github.com/event4u-app/agent-config/commit/9f20b0612b58f8ef0273bfbe5f830793f4dca131))
|
|
485
|
+
* **template:** bump agent_config_version to 2.7.0 in agent-project-settings template ([ac65734](https://github.com/event4u-app/agent-config/commit/ac657343a81879c3aee4664728e15233863016a5))
|
|
423
486
|
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
### Features
|
|
427
|
-
|
|
428
|
-
* **install:** Claude Desktop ZIP bundle deployment ([9f2a00c](https://github.com/event4u-app/agent-config/commit/9f2a00cfd752232abdcf16c6e3440c46f5c9d596))
|
|
429
|
-
* **install:** event4u namespace and auto-migration shim ([a58570e](https://github.com/event4u-app/agent-config/commit/a58570ecff885a7d50350c4281e675d7ff34f912))
|
|
430
|
-
|
|
431
|
-
### Bug Fixes
|
|
487
|
+
### Refactoring
|
|
432
488
|
|
|
433
|
-
* **
|
|
434
|
-
* **work_engine:** vendor user_global_paths into template for self-contained import ([f111c4e](https://github.com/event4u-app/agent-config/commit/f111c4e60de6cd60fbe81635029f9f34437a5ead))
|
|
435
|
-
* **migrate:** atomic per-entry write with partial-debris purge ([5bd5aad](https://github.com/event4u-app/agent-config/commit/5bd5aadf0085657ec98eee049dda440d05b06801))
|
|
436
|
-
|
|
437
|
-
### Documentation
|
|
438
|
-
|
|
439
|
-
* **roadmap:** mark Steps 5-6 done (commit + PR opened) ([8492b7f](https://github.com/event4u-app/agent-config/commit/8492b7fd3cfd76075a64d5de770db2c5013e02dd))
|
|
440
|
-
* **adr:** ADR-009 rollback section + AI Council convergence ([cc78adc](https://github.com/event4u-app/agent-config/commit/cc78adc0a9d0fbc51b2a65f35d8e0f13c1456a2f))
|
|
441
|
-
* **contracts:** mark installed-tools-lockfile as beta ([90991da](https://github.com/event4u-app/agent-config/commit/90991da2f840ebae978fc4df9996c01324816404))
|
|
442
|
-
* **adr:** ADR-009 event4u namespace + Claude Desktop ZIP bundles ([c707bd3](https://github.com/event4u-app/agent-config/commit/c707bd31211f94ace858738b7aee8d3898f0da88))
|
|
443
|
-
* **roadmap:** add road-to-event4u-namespace-and-claude-desktop ([d92706b](https://github.com/event4u-app/agent-config/commit/d92706bd53621ff3a225db6eb9ee490f17f613d2))
|
|
489
|
+
* **skill:** rename positioning → positioning-strategy ([be1a5c9](https://github.com/event4u-app/agent-config/commit/be1a5c9019ac18fabde14469784db42aa7588a14))
|
|
444
490
|
|
|
445
491
|
### Chores
|
|
446
492
|
|
|
447
|
-
* **
|
|
448
|
-
* **
|
|
449
|
-
* **
|
|
450
|
-
* **
|
|
493
|
+
* **index:** regenerate after positioning → positioning-strategy rename ([9f42d91](https://github.com/event4u-app/agent-config/commit/9f42d9148f196d30635ae8288e9bba0feda66067))
|
|
494
|
+
* **changelog:** split era 2.2.x → pre-2.7.0 ([7158c30](https://github.com/event4u-app/agent-config/commit/7158c30db391f3464fd74f3c7e193698b869b82d))
|
|
495
|
+
* **generated:** refresh agents/index.md and docs/catalog.md for GTM skills/personas ([649b86e](https://github.com/event4u-app/agent-config/commit/649b86e287ecef7d0d28ce23ed2b0cbf43f2adc6))
|
|
496
|
+
* **generated:** regenerate .claude/ tool output + marketplace + compression hashes for GTM skills/personas ([bb7d56c](https://github.com/event4u-app/agent-config/commit/bb7d56cd8e7cafb9037a4e6ec0078e56154f9d5c))
|
|
497
|
+
* **roadmap:** archive road-to-gtm-and-growth — G+H+I all shipped ([dc48cdd](https://github.com/event4u-app/agent-config/commit/dc48cdd29e236c745e98b5f5fb8b45fa716a4c07))
|
|
451
498
|
|
|
452
|
-
Tests:
|
|
499
|
+
Tests: 3577 (+11 since 2.7.0)
|
|
453
500
|
|
|
454
|
-
## [2.
|
|
501
|
+
## [2.7.0](https://github.com/event4u-app/agent-config/compare/2.6.1...2.7.0) (2026-05-13)
|
|
455
502
|
|
|
456
503
|
### Features
|
|
457
504
|
|
|
458
|
-
* **
|
|
459
|
-
* **
|
|
460
|
-
* **
|
|
461
|
-
* **
|
|
462
|
-
* **cli:** add uninstall/versions subcommands and --offline mode ([12a8e75](https://github.com/event4u-app/agent-config/commit/12a8e75945f1d26c1412d17331788c8e51601cea))
|
|
463
|
-
* **install:** add workflow-mode activation hints to IDE bridges ([5e09e17](https://github.com/event4u-app/agent-config/commit/5e09e17f0de62b4113bd68839d6ce55a1527d4b1))
|
|
464
|
-
* **rules:** add external-reference-deep-dive hardening rule ([0d2c80c](https://github.com/event4u-app/agent-config/commit/0d2c80c0f418b80a67d08c4577cfe67ab6abe3db))
|
|
465
|
-
* **install:** expand global content deployment to 23 AI tools ([3ef13a7](https://github.com/event4u-app/agent-config/commit/3ef13a7c2ae16b95da9e5a49ec3a19c5cb211357))
|
|
466
|
-
|
|
467
|
-
### Bug Fixes
|
|
468
|
-
|
|
469
|
-
* **install:** normalise manifest paths + surface doctor remediation hint ([b4662b6](https://github.com/event4u-app/agent-config/commit/b4662b609db6b1b4660652facc0efb10b36a5d51))
|
|
470
|
-
* **test:** patch USERPROFILE in isolated_lock fixture for Windows ([ac1c924](https://github.com/event4u-app/agent-config/commit/ac1c924e08822e09471c0cf0077ad69be531d7b5))
|
|
471
|
-
|
|
472
|
-
### Documentation
|
|
473
|
-
|
|
474
|
-
* **readme:** remove stale vX.0 breaking-change notice ([d6aef9a](https://github.com/event4u-app/agent-config/commit/d6aef9acce3e5409f0ffc641ecf026af1f9bb863))
|
|
475
|
-
* **roadmap:** sharpen Phase 6 deferred trigger — name the collision ([d0a6dd2](https://github.com/event4u-app/agent-config/commit/d0a6dd28294c011d4135b4047e4e5252008fcf05))
|
|
476
|
-
* **roadmap:** close + archive multi-package coexistence ([3ef464f](https://github.com/event4u-app/agent-config/commit/3ef464fd6123ead7ca755542a1459e6a9e8e270b))
|
|
477
|
-
* **roadmap:** plan + close phases 1-5 of multi-package coexistence ([34967a5](https://github.com/event4u-app/agent-config/commit/34967a5e6525d4d742155ee3bd3fe0bb80d852bf))
|
|
478
|
-
* **install:** add installed-tools-lockfile wire contract ([c352db3](https://github.com/event4u-app/agent-config/commit/c352db383f6bf6dc328159289fa4d96abb2594c4))
|
|
479
|
-
* **setup:** add per-IDE activation guides for 14 tools ([6379a49](https://github.com/event4u-app/agent-config/commit/6379a49fed6ac3256c23ac8e04c69fa0d4f85aa2))
|
|
480
|
-
|
|
481
|
-
### Tests
|
|
482
|
-
|
|
483
|
-
* **e2e:** cover shared JSON merges, sole-owner cleanup, conflict chain ([0ff50ae](https://github.com/event4u-app/agent-config/commit/0ff50ae617d878138376e535fc8b5c22a7677356))
|
|
484
|
-
* **install:** e2e multi-package coexistence scenario ([081318e](https://github.com/event4u-app/agent-config/commit/081318ea8e3c872548839d100117cbd9b4a1343a))
|
|
485
|
-
* **cli:** cover prune — orphans, dry-run, json, hard-floor ([0261ea2](https://github.com/event4u-app/agent-config/commit/0261ea2e1687e6904bdcb3083cb0d700b6ef82e5))
|
|
486
|
-
|
|
487
|
-
### CI
|
|
488
|
-
|
|
489
|
-
* **tests:** bump per-shard parallelism explicitly to beat macOS nproc=3 ([83a3b4d](https://github.com/event4u-app/agent-config/commit/83a3b4d3bf6eefe10963d84525469aeb8e3b8abe))
|
|
490
|
-
* **tests:** bump install-tests shards 3→4 to keep macOS under 2min ([dd4d5bc](https://github.com/event4u-app/agent-config/commit/dd4d5bc385282d344809a057d015a968811d4a3b))
|
|
491
|
-
* **tests:** shard install-tests matrix to hit 1-2min/job target ([6a56416](https://github.com/event4u-app/agent-config/commit/6a564161f0a74601fe077d34c76f2f5a27657893))
|
|
492
|
-
* **tests:** parallelize install-tests + fix Windows UTF-8 encoding ([e346a26](https://github.com/event4u-app/agent-config/commit/e346a26e91be633a63e8c7d46fb09a3a6cdf800e))
|
|
493
|
-
* **tests:** bootstrap .augment/ projection before pytest ([e40371e](https://github.com/event4u-app/agent-config/commit/e40371ea7b0c345ee59eba8ba5e47328bf6aebe9))
|
|
494
|
-
|
|
495
|
-
### Chores
|
|
496
|
-
|
|
497
|
-
* finalize changes ([7cbbe68](https://github.com/event4u-app/agent-config/commit/7cbbe6881e040d67fd0598df73b82b3fbd1278c0))
|
|
498
|
-
* regenerate router.json after kernel/tier rebuild ([ff5f10e](https://github.com/event4u-app/agent-config/commit/ff5f10e0589f46782ec6381a84377f22b90d7edc))
|
|
499
|
-
* **marketplace:** refresh marketplace.json manifest ([eb9b934](https://github.com/event4u-app/agent-config/commit/eb9b934f5b4573ec1fcde19f91f6a20637b8dbeb))
|
|
500
|
-
|
|
501
|
-
Tests: 3490 (+140 since 2.2.2)
|
|
502
|
-
|
|
503
|
-
## [2.2.2](https://github.com/event4u-app/agent-config/compare/2.2.1...2.2.2) (2026-05-12)
|
|
505
|
+
* **install:** make augment global-only per ADR-007 amendment ([ea9a82f](https://github.com/event4u-app/agent-config/commit/ea9a82f2305a2a178b058ee66c40859790620d63))
|
|
506
|
+
* **mcp:** define mcp_scope lite vs full boundary in cloud-scope contract ([15a268c](https://github.com/event4u-app/agent-config/commit/15a268c9f86fabe677b4d70db9fd4e3d1726ef8a))
|
|
507
|
+
* **commands:** tier the slash + CLI command surface (Phase 4 of road-to-distribution-maturity) ([cc0102f](https://github.com/event4u-app/agent-config/commit/cc0102fe9677c936f703fd6e08b75cc99f758071))
|
|
508
|
+
* **distribution:** roadmap phases 1+2 — MCP auth-surface sync + verified-offline install ([a85c1af](https://github.com/event4u-app/agent-config/commit/a85c1afdc457c5fa4d939afc2d91649c67926501))
|
|
504
509
|
|
|
505
510
|
### Bug Fixes
|
|
506
511
|
|
|
507
|
-
*
|
|
508
|
-
|
|
509
|
-
Tests: 3350 (+0 since 2.2.1)
|
|
510
|
-
|
|
511
|
-
## [2.2.1](https://github.com/event4u-app/agent-config/compare/2.2.0...2.2.1) (2026-05-12)
|
|
512
|
+
* **refs:** point evaluation-2-2-2-followups at archived roadmap location ([cde02e6](https://github.com/event4u-app/agent-config/commit/cde02e6fd3bfbb2d67e2a8e3976fe6794ea4de6c))
|
|
512
513
|
|
|
513
514
|
### Documentation
|
|
514
515
|
|
|
515
|
-
*
|
|
516
|
-
*
|
|
516
|
+
* **architecture:** split docs/architecture.md into four pipeline sub-pages + drift test ([4f13cf5](https://github.com/event4u-app/agent-config/commit/4f13cf504c0b2d9b92661234a597b5515a7c54e8))
|
|
517
|
+
* **roadmap:** add distribution-maturity roadmap with council verdicts folded in ([14145cf](https://github.com/event4u-app/agent-config/commit/14145cff75ef34065358a2e99ee8c220ab0e59a0))
|
|
517
518
|
|
|
518
519
|
### Chores
|
|
519
520
|
|
|
520
|
-
*
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
## [2.2.0](https://github.com/event4u-app/agent-config/compare/2.1.0...2.2.0) (2026-05-12)
|
|
525
|
-
|
|
526
|
-
### Features
|
|
527
|
-
|
|
528
|
-
* **npx:** expand --tools validator to 13 supported AI ids ([7af69a7](https://github.com/event4u-app/agent-config/commit/7af69a766f575c30d8f29ea04052647b6a1b8a19))
|
|
529
|
-
* **cli:** add sync and validate subcommands for installed-tools manifest ([62a5c66](https://github.com/event4u-app/agent-config/commit/62a5c66a131bcf8866be2a8c0e76ba6e054017af))
|
|
530
|
-
* **cli:** add export subcommand and update version-drift handling ([6110f3b](https://github.com/event4u-app/agent-config/commit/6110f3b0ee454ca215c569d8f42ca38ffce577e8))
|
|
531
|
-
* **install:** global-first install with lockfile + installed-tools manifest engine ([6200d42](https://github.com/event4u-app/agent-config/commit/6200d42225d5712a10d5458dc608da3f5cd0164c))
|
|
532
|
-
|
|
533
|
-
### Bug Fixes
|
|
534
|
-
|
|
535
|
-
* **rules:** trim no-cheap-questions to satisfy 12% concentration cap ([4abf946](https://github.com/event4u-app/agent-config/commit/4abf94628838c027da13d190e5e7b27738070db2))
|
|
536
|
-
|
|
537
|
-
### Documentation
|
|
538
|
-
|
|
539
|
-
* **rules:** add no-cheap-questions Iron Law 3 against paternalistic state options ([b98687b](https://github.com/event4u-app/agent-config/commit/b98687bd397d39eae6811e54eb743a095fa33b8b))
|
|
540
|
-
* README + installation + manifest guideline for global-first install ([cdc52ff](https://github.com/event4u-app/agent-config/commit/cdc52ffc5abb9cff6fda9133dd0b8dc524794d18))
|
|
541
|
-
* **contracts:** add tier-3 contrib plugin contract ([2dbf9cd](https://github.com/event4u-app/agent-config/commit/2dbf9cd2ec772dc2248de2b8f17248e97a67a60b))
|
|
542
|
-
* **adr:** add ADR-007 global-first install + ADR-008 installed-tools manifest ([e214de2](https://github.com/event4u-app/agent-config/commit/e214de27bd8d19858fdc16cecc4ebfeaaebce136))
|
|
543
|
-
|
|
544
|
-
### CI
|
|
545
|
-
|
|
546
|
-
* **windows:** add lockfile + export tests on Windows runner ([e5802a5](https://github.com/event4u-app/agent-config/commit/e5802a56f45bcfd5eb845c7af816bb12a0b4492b))
|
|
521
|
+
* **ci:** refresh compression hashes after cc0102fe tiering pass ([ca06729](https://github.com/event4u-app/agent-config/commit/ca06729d03bb8bd8d1536b7aecef1d1b134d8333))
|
|
522
|
+
* finalize roadmaps ([bb156ea](https://github.com/event4u-app/agent-config/commit/bb156ea4f52741d511c3e54cd87e3bcab2fbf107))
|
|
523
|
+
* **roadmap:** close road-to-distribution-maturity, archive ([d48e5d6](https://github.com/event4u-app/agent-config/commit/d48e5d64f9396f6b75b47bf336fd6ac129c8e254))
|
|
524
|
+
* **changelog:** split into eras, archive pre-2.2.0 entries ([e54c5cb](https://github.com/event4u-app/agent-config/commit/e54c5cbf0222de7f0f4c84a379118f4ea30b5a07))
|
|
547
525
|
|
|
548
|
-
|
|
526
|
+
Tests: 3566 (+36 since 2.6.1)
|
|
549
527
|
|
|
550
|
-
|
|
551
|
-
* **roadmap:** archive road-to-global-first-install (24/24 complete) ([71d8cf2](https://github.com/event4u-app/agent-config/commit/71d8cf2966976c286ffecc1646cb7990255cccd1))
|
|
528
|
+
# Era: pre-2.7.0 — archived
|
|
552
529
|
|
|
553
|
-
|
|
530
|
+
> All entries from `2.6.1` through `2.2.0` live in
|
|
531
|
+
> [`docs/archive/CHANGELOG-pre-2.7.0.md`](docs/archive/CHANGELOG-pre-2.7.0.md).
|
|
532
|
+
> The archive is read-only; git tags `2.6.1` and prior remain the
|
|
533
|
+
> canonical source for what shipped. Splitting these out of the main
|
|
534
|
+
> file keeps the active era under the 200-line drift cap enforced by
|
|
535
|
+
> `tests/test_changelog_eras.py`.
|
|
554
536
|
|
|
555
537
|
# Era: pre-2.2.0 — archived
|
|
556
538
|
|
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Give your AI agents an audit-disciplined orchestration contract — testing, Git
|
|
|
7
7
|
> Your agent picks up the project's stack, runs tests, prepares PRs, fixes CI — and follows your team's coding standards while doing it. Stack-aware skill sets ship for PHP (Laravel · Symfony · Zend/Laminas), JavaScript (Next.js · React · Node), and cross-stack concerns (API · testing · security · observability).
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
<strong>
|
|
10
|
+
<strong>206 Skills</strong> · <strong>61 Rules</strong> · <strong>106 Commands</strong> · <strong>72 Guidelines</strong> · <strong>8 AI Tools</strong>
|
|
11
11
|
</p>
|
|
12
12
|
|
|
13
13
|
---
|
|
@@ -244,7 +244,7 @@ Install in the same project (dev-only):
|
|
|
244
244
|
npm install --save-dev @event4u/agent-memory
|
|
245
245
|
```
|
|
246
246
|
|
|
247
|
-
→ [Memory contract & retrieval API](docs/contracts/agent-memory-contract.md) (beta) · [Built-in MCP server](docs/mcp-server.md) (experimental — local stdio access from Claude Desktop / Cursor / Zed / Continue, install with `task mcp:setup`)
|
|
247
|
+
→ [Memory contract & retrieval API](docs/contracts/agent-memory-contract.md) (beta) · [Built-in MCP server](docs/mcp-server.md) (experimental — local stdio access from Claude Desktop / Cursor / Zed / Continue, install with `task mcp:setup`; promotion to beta gated on [`mcp-beta-criteria.md`](docs/contracts/mcp-beta-criteria.md))
|
|
248
248
|
|
|
249
249
|
---
|
|
250
250
|
|
|
@@ -510,7 +510,7 @@ slash-commands) 📌 = informational marker only (no auto-discovery
|
|
|
510
510
|
or manual wiring required)
|
|
511
511
|
|
|
512
512
|
> **What this means in practice:** Claude Code gets the full project-scoped
|
|
513
|
-
> package (rules +
|
|
513
|
+
> package (rules + 206 skills + 106 native commands); Augment Code gets the
|
|
514
514
|
> same content but only from a single global install at `~/.augment/`.
|
|
515
515
|
> Cursor, Cline, Windsurf, Gemini CLI, GitHub Copilot, Roo Code, Codex CLI,
|
|
516
516
|
> and Continue.dev only get the **rules** natively; skills and commands are
|
package/docs/architecture.md
CHANGED
|
@@ -4,22 +4,44 @@
|
|
|
4
4
|
|
|
5
5
|
## System overview
|
|
6
6
|
|
|
7
|
+
Six layers, ordered from "how the package reaches a consumer" down to "what a consumer's agent actually executes". Each layer names its canonical contract under [`docs/contracts/`](contracts/) — the overview is a router, not a re-statement.
|
|
8
|
+
|
|
7
9
|
```
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
Distribution → npx-only runtime · install.sh · lockfile pin ← stable
|
|
11
|
+
Governance → Kernel rules · tier-1/2 routing · command clusters ← stable
|
|
12
|
+
Router-Kernel → router.json · always-loaded Iron Laws · char caps ← stable
|
|
13
|
+
Projection → Compression · augment / multi-tool / cloud bundles ← stable
|
|
14
|
+
Execution Contracts → Skills · commands · work-engine · roadmap engine ← stable / beta
|
|
15
|
+
MCP Lite/Full → Hosted read-only (Lite) · local stdio (Full) ← experimental
|
|
13
16
|
```
|
|
14
17
|
|
|
18
|
+
| Layer | Canonical contract | Tier |
|
|
19
|
+
|---|---|---|
|
|
20
|
+
| **Distribution** | [`installed-tools-lockfile.md`](contracts/installed-tools-lockfile.md) + the "Distribution model" subsection below | stable |
|
|
21
|
+
| **Governance** | [`command-clusters.md`](contracts/command-clusters.md) + [`command-surface-tiers.md`](contracts/command-surface-tiers.md) | stable |
|
|
22
|
+
| **Router-Kernel** | [`kernel-membership.md`](contracts/kernel-membership.md) + [`rule-router.md`](contracts/rule-router.md) | stable |
|
|
23
|
+
| **Projection** | [`architecture/compression.md`](architecture/compression.md), [`augment-projection.md`](architecture/augment-projection.md), [`multi-tool-projection.md`](architecture/multi-tool-projection.md), [`claude-bundle.md`](architecture/claude-bundle.md) | stable |
|
|
24
|
+
| **Execution Contracts** | [`implement-ticket-flow.md`](contracts/implement-ticket-flow.md), [`orchestration-dsl-v1.md`](contracts/orchestration-dsl-v1.md), [`adr-product-ui-track.md`](contracts/adr-product-ui-track.md) | stable (skills · commands) / beta (work-engine · roadmap engine) |
|
|
25
|
+
| **MCP Lite/Full** | [`mcp-phase-1-scope.md`](contracts/mcp-phase-1-scope.md), [`mcp-cloud-scope.md`](contracts/mcp-cloud-scope.md), [`mcp-beta-criteria.md`](contracts/mcp-beta-criteria.md) | experimental — promotion to beta gated on `mcp-beta-criteria.md` (six artefact gates, monitored by `agent-config doctor --check mcp-beta-readiness`) |
|
|
26
|
+
|
|
15
27
|
Stability tiers follow [`docs/contracts/STABILITY.md`](contracts/STABILITY.md):
|
|
16
28
|
|
|
17
29
|
- **stable** = shipped, documented, exercised by the default (`minimal`) profile or by CI on every PR; SemVer-major for breaks.
|
|
18
30
|
- **beta** = shipped and load-bearing for one or more flows, but the surface is expected to evolve; minor-version breaks allowed under a `### Breaking` CHANGELOG note.
|
|
19
31
|
- **experimental** = scaffold or pilot status; breaks allowed in any release.
|
|
20
32
|
|
|
33
|
+
### What changed since 2.2.2
|
|
34
|
+
|
|
35
|
+
Four load-bearing additions reshaped the top of the model between 2.2.2 and the current release. They are listed here so the diagram above reads as the *current* package, not a historical accumulation:
|
|
36
|
+
|
|
37
|
+
1. **Router-Kernel** — the always-loaded Iron Laws collapsed into a 9-rule kernel with explicit per-rule character budgets enforced by `task lint-rule-budget`; everything else routes via tier-1/2 (`.agent-src/router.json`). Contract: [`kernel-membership.md`](contracts/kernel-membership.md) + [`rule-router.md`](contracts/rule-router.md).
|
|
38
|
+
2. **MCP Lite/Full** — replaces the old "Tool Adapters" layer at the top level. Lite is the hosted read-only surface (Claude.ai, Cloud agents); Full is the local stdio server consumers self-host. Promotion to beta is gated on six falsifiable artefacts in [`mcp-beta-criteria.md`](contracts/mcp-beta-criteria.md); the old GitHub / Jira adapters remain as an internal detail of the Execution Contracts layer (see Tool Adapters subsection below).
|
|
39
|
+
3. **npx distribution** — Composer and `npm install` paths retired in favour of `npx @event4u/agent-config`, with the lockfile-equivalent role played by `agent_config_version` in `.agent-settings.yml`. Full rationale in the "Distribution model" subsection below.
|
|
40
|
+
4. **Command tiering** — `/`-commands now declare a `tier:` (0 / 1 / 2 / 3) that maps to invocation frequency and surface budget; tier-0 is the trimmed Tier-0 set surfaced in `agent-config --help` after the 2.7.x surface-discipline pass. Contract: [`command-surface-tiers.md`](contracts/command-surface-tiers.md) + [`command-clusters.md`](contracts/command-clusters.md).
|
|
41
|
+
|
|
21
42
|
> The previous "observability, feedback, lifecycle" layers were removed in
|
|
22
|
-
> 1.5 — they were scaffolds without production consumers.
|
|
43
|
+
> 1.5 — they were scaffolds without production consumers. The "Tool
|
|
44
|
+
> Adapters" top-level layer was demoted in 2.7 — see point 2 above.
|
|
23
45
|
|
|
24
46
|
## Content pipelines
|
|
25
47
|
|
|
@@ -119,16 +141,18 @@ note, package-internal path-swap, description budget, and the
|
|
|
119
141
|
|
|
120
142
|
| Layer | Count | Purpose |
|
|
121
143
|
|---|---|---|
|
|
122
|
-
| **Skills** |
|
|
144
|
+
| **Skills** | 206 | On-demand expertise — stack analysis (Laravel · Symfony · Zend / Laminas · Next.js · React · Node), testing, Docker, API design, security, observability, … |
|
|
123
145
|
| **Rules** | 61 | Always-active constraints — coding standards, scope control, verification, language-and-tone, agent-authority |
|
|
124
146
|
| **Commands** | 106 | Slash-command workflows — `/commit`, `/create-pr`, `/fix ci`, `/optimize skills`, `/feature plan`, `/work`, `/implement-ticket`, `/compress`, … |
|
|
125
|
-
| **Guidelines** |
|
|
147
|
+
| **Guidelines** | 72 | Reference material cited by skills — PHP patterns, Eloquent, Playwright, agent-infra, … |
|
|
126
148
|
| **Templates** | 7 | Scaffolds for features, roadmaps, contexts, skills, overrides |
|
|
127
149
|
| **Contexts** | 5 | Shared knowledge about the system itself |
|
|
128
150
|
|
|
129
151
|
---
|
|
130
152
|
|
|
131
|
-
##
|
|
153
|
+
## Execution-layer detail
|
|
154
|
+
|
|
155
|
+
> The six layers in the System overview are the top-level model. This section provides depth on the **Governance**, **Router-Kernel**, and **Execution Contracts** layers — the three a host agent interacts with on every turn. Distribution and Projection live in their own sub-pages ([`architecture/`](architecture/) and the "Distribution model" subsection above); MCP Lite/Full lives in [`docs/mcp-server.md`](mcp-server.md).
|
|
132
156
|
|
|
133
157
|
### 1. Governance Layer
|
|
134
158
|
|
|
@@ -137,7 +161,7 @@ note, package-internal path-swap, description budget, and the
|
|
|
137
161
|
- **Guidelines** → reference-only documentation
|
|
138
162
|
- **Commands** → workflow orchestration
|
|
139
163
|
|
|
140
|
-
Ensures: no guessing, analysis before action, real verification, consistent outputs.
|
|
164
|
+
Ensures: no guessing, analysis before action, real verification, consistent outputs. Canonical contracts: [`kernel-membership.md`](contracts/kernel-membership.md), [`rule-router.md`](contracts/rule-router.md), [`command-clusters.md`](contracts/command-clusters.md), [`command-surface-tiers.md`](contracts/command-surface-tiers.md).
|
|
141
165
|
|
|
142
166
|
### 2. Runtime Dispatcher — stable mechanism, pilot coverage
|
|
143
167
|
|
|
@@ -222,7 +246,9 @@ The Work Engine **uses** the Runtime Dispatcher when a phase needs
|
|
|
222
246
|
to execute a single skill (e.g. lint, refs check), but the two are
|
|
223
247
|
independent components with separate stability tiers.
|
|
224
248
|
|
|
225
|
-
### 4. Tool Adapters — experimental
|
|
249
|
+
### 4. Tool Adapters — experimental (internal detail; superseded at the top level by MCP)
|
|
250
|
+
|
|
251
|
+
> **Position in the new model.** Tool Adapters no longer occupy a top-level layer — that slot is now **MCP Lite/Full**. The adapter classes still ship as the internal mechanism the Work Engine uses for inline GitHub/Jira reads, but external integration is meant to land via MCP going forward. See [`mcp-phase-1-scope.md`](contracts/mcp-phase-1-scope.md), [`mcp-cloud-scope.md`](contracts/mcp-cloud-scope.md), and [`mcp-beta-criteria.md`](contracts/mcp-beta-criteria.md) for the surface that replaces this layer at the top level.
|
|
226
252
|
|
|
227
253
|
> **Status: scaffold + read-only GitHub calls.** With a `GITHUB_TOKEN` the
|
|
228
254
|
> GitHub adapter performs real read calls; without one it returns scaffold
|