@event4u/agent-config 1.16.0 → 1.17.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/{agents-audit.md → agents/audit.md} +4 -3
- package/.agent-src/commands/{agents-cleanup.md → agents/cleanup.md} +12 -6
- package/.agent-src/commands/{agents-prepare.md → agents/prepare.md} +4 -3
- package/.agent-src/commands/agents.md +46 -0
- package/.agent-src/commands/{chat-history-checkpoint.md → chat-history/checkpoint.md} +4 -4
- package/.agent-src/commands/{chat-history-clear.md → chat-history/clear.md} +4 -4
- package/.agent-src/commands/{chat-history-resume.md → chat-history/resume.md} +4 -4
- package/.agent-src/commands/chat-history/show.md +107 -0
- package/.agent-src/commands/chat-history.md +33 -89
- package/.agent-src/commands/{commit-in-chunks.md → commit/in-chunks.md} +15 -13
- package/.agent-src/commands/commit.md +22 -2
- package/.agent-src/commands/{context-create.md → context/create.md} +4 -3
- package/.agent-src/commands/{context-refactor.md → context/refactor.md} +4 -3
- package/.agent-src/commands/context.md +44 -0
- package/.agent-src/commands/{copilot-agents-init.md → copilot-agents/init.md} +4 -3
- package/.agent-src/commands/{copilot-agents-optimize.md → copilot-agents/optimize.md} +4 -3
- package/.agent-src/commands/copilot-agents.md +44 -0
- package/.agent-src/commands/council/default.md +221 -0
- package/.agent-src/commands/{council-design.md → council/design.md} +6 -5
- package/.agent-src/commands/{council-optimize.md → council/optimize.md} +7 -6
- package/.agent-src/commands/{council-pr.md → council/pr.md} +6 -5
- package/.agent-src/commands/council.md +47 -212
- package/.agent-src/commands/{create-pr-description.md → create-pr/description-only.md} +4 -2
- package/.agent-src/commands/create-pr.md +26 -5
- package/.agent-src/commands/{feature-dev.md → feature/dev.md} +5 -10
- package/.agent-src/commands/{feature-explore.md → feature/explore.md} +4 -8
- package/.agent-src/commands/{feature-plan.md → feature/plan.md} +4 -8
- package/.agent-src/commands/{feature-refactor.md → feature/refactor.md} +4 -8
- package/.agent-src/commands/{feature-roadmap.md → feature/roadmap.md} +6 -10
- package/.agent-src/commands/feature.md +6 -12
- package/.agent-src/commands/{fix-ci.md → fix/ci.md} +4 -8
- package/.agent-src/commands/{fix-portability.md → fix/portability.md} +4 -8
- package/.agent-src/commands/{fix-pr-bot-comments.md → fix/pr-bots.md} +4 -8
- package/.agent-src/commands/{fix-pr-developer-comments.md → fix/pr-developers.md} +4 -8
- package/.agent-src/commands/{fix-pr-comments.md → fix/pr.md} +7 -11
- package/.agent-src/commands/{fix-references.md → fix/refs.md} +4 -8
- package/.agent-src/commands/{fix-seeder.md → fix/seeder.md} +4 -8
- package/.agent-src/commands/fix.md +7 -13
- package/.agent-src/commands/{do-and-judge.md → judge/on-diff.md} +4 -3
- package/.agent-src/commands/judge/solo.md +90 -0
- package/.agent-src/commands/{do-in-steps.md → judge/steps.md} +4 -3
- package/.agent-src/commands/judge.md +35 -70
- package/.agent-src/commands/{memory-add.md → memory/add.md} +4 -3
- package/.agent-src/commands/{memory-full.md → memory/load.md} +4 -3
- package/.agent-src/commands/{memory-promote.md → memory/promote.md} +4 -3
- package/.agent-src/commands/{propose-memory.md → memory/propose.md} +4 -3
- package/.agent-src/commands/memory.md +48 -0
- package/.agent-src/commands/{module-create.md → module/create.md} +4 -3
- package/.agent-src/commands/{module-explore.md → module/explore.md} +4 -3
- package/.agent-src/commands/module.md +44 -0
- package/.agent-src/commands/{optimize-agents.md → optimize/agents.md} +4 -8
- package/.agent-src/commands/{optimize-augmentignore.md → optimize/augmentignore.md} +4 -9
- package/.agent-src/commands/{optimize-rtk-filters.md → optimize/rtk.md} +4 -8
- package/.agent-src/commands/{optimize-skills.md → optimize/skills.md} +4 -8
- package/.agent-src/commands/optimize.md +4 -10
- package/.agent-src/commands/{override-create.md → override/create.md} +4 -3
- package/.agent-src/commands/{override-manage.md → override/manage.md} +4 -3
- package/.agent-src/commands/override.md +44 -0
- package/.agent-src/commands/{roadmap-create.md → roadmap/create.md} +4 -3
- package/.agent-src/commands/{roadmap-execute.md → roadmap/execute.md} +4 -3
- package/.agent-src/commands/roadmap.md +44 -0
- package/.agent-src/commands/{tests-create.md → tests/create.md} +4 -3
- package/.agent-src/commands/{tests-execute.md → tests/execute.md} +4 -3
- package/.agent-src/commands/tests.md +44 -0
- package/.agent-src/contexts/communication/rules-auto/artifact-engagement-recording-mechanics.md +72 -0
- package/.agent-src/contexts/communication/rules-auto/augment-portability-mechanics.md +79 -0
- package/.agent-src/contexts/communication/rules-auto/augment-source-of-truth-mechanics.md +98 -0
- package/.agent-src/contexts/communication/rules-auto/cli-output-handling-mechanics.md +87 -0
- package/.agent-src/contexts/communication/rules-auto/command-suggestion-policy-mechanics.md +62 -0
- package/.agent-src/contexts/communication/rules-auto/docs-sync-mechanics.md +78 -0
- package/.agent-src/contexts/communication/rules-auto/package-ci-checks-mechanics.md +85 -0
- package/.agent-src/contexts/communication/rules-auto/review-routing-awareness-mechanics.md +65 -0
- package/.agent-src/contexts/communication/rules-auto/roadmap-progress-sync-mechanics.md +78 -0
- package/.agent-src/contexts/communication/rules-auto/skill-quality-mechanics.md +62 -0
- package/.agent-src/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md +55 -0
- package/.agent-src/contexts/communication/rules-auto/ui-audit-gate-mechanics.md +53 -0
- package/.agent-src/contexts/communication/rules-auto/user-interaction-mechanics.md +77 -0
- package/.agent-src/contexts/judges/no-consolidate-rationale.md +102 -0
- package/.agent-src/contexts/judges/persona-voice-rubric.md +140 -0
- package/.agent-src/rules/artifact-engagement-recording.md +13 -69
- package/.agent-src/rules/ask-when-uncertain.md +27 -42
- package/.agent-src/rules/augment-portability.md +15 -61
- package/.agent-src/rules/augment-source-of-truth.md +27 -93
- package/.agent-src/rules/cli-output-handling.md +10 -76
- package/.agent-src/rules/command-suggestion-policy.md +18 -59
- package/.agent-src/rules/commit-conventions.md +17 -14
- package/.agent-src/rules/direct-answers.md +34 -49
- package/.agent-src/rules/docker-commands.md +5 -5
- package/.agent-src/rules/docs-sync.md +15 -69
- package/.agent-src/rules/language-and-tone.md +48 -72
- package/.agent-src/rules/missing-tool-handling.md +28 -22
- package/.agent-src/rules/no-cheap-questions.md +45 -52
- package/.agent-src/rules/no-roadmap-references.md +73 -0
- package/.agent-src/rules/package-ci-checks.md +21 -61
- package/.agent-src/rules/preservation-guard.md +64 -29
- package/.agent-src/rules/review-routing-awareness.md +24 -43
- package/.agent-src/rules/roadmap-progress-sync.md +10 -71
- package/.agent-src/rules/security-sensitive-stop.md +8 -8
- package/.agent-src/rules/skill-quality.md +16 -48
- package/.agent-src/rules/slash-command-routing-policy.md +7 -4
- package/.agent-src/rules/think-before-action.md +52 -42
- package/.agent-src/rules/tool-safety.md +19 -16
- package/.agent-src/rules/ui-audit-gate.md +24 -38
- package/.agent-src/rules/user-interaction.md +13 -68
- package/.agent-src/skills/ai-council/SKILL.md +2 -0
- package/.agent-src/skills/api-testing/SKILL.md +1 -1
- package/.agent-src/skills/check-refs/SKILL.md +59 -40
- package/.agent-src/skills/conventional-commits-writing/SKILL.md +86 -28
- package/.agent-src/skills/copilot-agents-optimization/SKILL.md +5 -5
- package/.agent-src/skills/developer-like-execution/SKILL.md +4 -4
- package/.agent-src/skills/finishing-a-development-branch/SKILL.md +101 -65
- package/.agent-src/skills/flux/SKILL.md +30 -10
- package/.agent-src/skills/github-ci/SKILL.md +2 -2
- package/.agent-src/skills/judge-code-quality/SKILL.md +7 -8
- package/.agent-src/skills/judge-security-auditor/SKILL.md +4 -5
- package/.agent-src/skills/judge-test-coverage/SKILL.md +3 -4
- package/.agent-src/skills/lint-skills/SKILL.md +57 -39
- package/.agent-src/skills/md-language-check/SKILL.md +61 -39
- package/.agent-src/skills/override-management/SKILL.md +5 -5
- package/.agent-src/skills/quality-tools/SKILL.md +2 -2
- package/.agent-src/skills/react-shadcn-ui/SKILL.md +116 -43
- package/.agent-src/skills/readme-reviewer/SKILL.md +30 -29
- package/.agent-src/skills/readme-writing/SKILL.md +78 -53
- package/.agent-src/skills/readme-writing-package/SKILL.md +50 -47
- package/.agent-src/skills/receiving-code-review/SKILL.md +52 -47
- package/.agent-src/skills/refine-prompt/SKILL.md +0 -1
- package/.agent-src/skills/requesting-code-review/SKILL.md +35 -30
- package/.agent-src/skills/security/SKILL.md +7 -2
- package/.agent-src/skills/security-audit/SKILL.md +7 -3
- package/.agent-src/skills/systematic-debugging/SKILL.md +68 -60
- package/.agent-src/skills/test-driven-development/SKILL.md +59 -57
- package/.agent-src/skills/test-performance/SKILL.md +0 -1
- package/.agent-src/skills/traefik/SKILL.md +4 -4
- package/.agent-src/skills/verify-completion-evidence/SKILL.md +28 -26
- package/.claude-plugin/marketplace.json +22 -11
- package/AGENTS.md +2 -2
- package/CHANGELOG.md +90 -1
- package/README.md +18 -17
- package/docs/architecture.md +4 -6
- package/docs/catalog.md +67 -39
- package/docs/contracts/STABILITY.md +13 -7
- package/docs/contracts/adr-chat-history-split.md +1 -3
- package/docs/contracts/adr-command-suggestion.md +0 -2
- package/docs/contracts/adr-implement-ticket-runtime.md +1 -2
- package/docs/contracts/adr-product-ui-track.md +3 -6
- package/docs/contracts/adr-prompt-driven-execution.md +3 -4
- package/docs/contracts/agent-memory-contract.md +6 -11
- package/docs/contracts/artifact-engagement-flow.md +6 -9
- package/docs/contracts/command-clusters.md +56 -46
- package/docs/contracts/command-suggestion-flow.md +1 -3
- package/docs/contracts/context-paths.md +99 -0
- package/docs/contracts/file-ownership-matrix.json +6722 -0
- package/docs/contracts/file-ownership-matrix.md +134 -0
- package/docs/contracts/implement-ticket-flow.md +6 -9
- package/docs/contracts/linear-ai-rules-inclusion.md +0 -1
- package/docs/contracts/linear-ai-three-layers.md +0 -2
- package/docs/contracts/load-context-budget-model.md +178 -0
- package/docs/contracts/load-context-schema.md +1 -3
- package/docs/contracts/rule-interactions.md +0 -1
- package/docs/contracts/rule-priority-hierarchy.md +1 -1
- package/docs/contracts/ui-track-flow.md +7 -17
- package/docs/customization.md +2 -0
- package/docs/getting-started.md +5 -4
- package/docs/guidelines/agent-infra/asking-and-brevity-examples.md +100 -0
- package/package.json +1 -1
- package/scripts/_one_off_phase4_dispatch_latency.py +108 -0
- package/scripts/_one_off_phase6_trigger_jaccard.py +92 -0
- package/scripts/_phase2_shim_helper.py +109 -0
- package/scripts/agent-config +10 -0
- package/scripts/ai_council/_one_off_2a4_acceptance.py +208 -0
- package/scripts/ai_council/_one_off_context_layer_v1_estimate.py +67 -0
- package/scripts/ai_council/_one_off_context_layer_v1_review.py +292 -0
- package/scripts/ai_council/_one_off_followups_review.py +259 -0
- package/scripts/ai_council/_one_off_nondestructive_inline_audit.py +209 -0
- package/scripts/ai_council/_one_off_phase_2a_budget_rebalance.py +257 -0
- package/scripts/ai_council/_one_off_phase_2a_post_revert.py +197 -0
- package/scripts/ai_council/_one_off_rule_hardening_v1.py +251 -0
- package/scripts/ai_council/_one_off_structural_open_questions.py +232 -0
- package/scripts/ai_council/_one_off_structural_optimization.py +144 -0
- package/scripts/ai_council/_one_off_structural_v3_gaps.py +252 -0
- package/scripts/ai_council/_one_off_structural_v3_review.py +240 -0
- package/scripts/check_always_budget.py +363 -45
- package/scripts/check_cluster_patterns.py +159 -0
- package/scripts/check_command_count_messaging.py +14 -7
- package/scripts/check_context_paths.py +201 -0
- package/scripts/check_no_roadmap_refs.py +155 -0
- package/scripts/check_phase_coupling.py +148 -0
- package/scripts/check_portability.py +2 -0
- package/scripts/check_references.py +29 -2
- package/scripts/check_safety_floor_untouched.py +125 -0
- package/scripts/command_suggester/loader.py +4 -1
- package/scripts/compress.py +59 -13
- package/scripts/generate_index.py +6 -2
- package/scripts/generate_ownership_matrix.py +323 -0
- package/scripts/hooks/augment-roadmap-progress.sh +57 -0
- package/scripts/install.py +49 -28
- package/scripts/lint_no_new_atomic_commands.py +12 -11
- package/scripts/requirements-evals.txt +1 -0
- package/scripts/roadmap_progress_hook.py +159 -0
- package/scripts/schemas/command.schema.json +4 -3
- package/scripts/skill_linter.py +1 -0
- package/scripts/sync_agent_settings.py +25 -2
- package/scripts/update_counts.py +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -318,6 +318,95 @@ 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.17.0](https://github.com/event4u-app/agent-config/compare/1.16.0...1.17.0) (2026-05-04)
|
|
322
|
+
|
|
323
|
+
### Features
|
|
324
|
+
|
|
325
|
+
* **commands:** nest commit/create-pr/feature sub-commands under colon namespace ([ceef48b](https://github.com/event4u-app/agent-config/commit/ceef48bd5b5ff550bc560e722516037a4f45e895))
|
|
326
|
+
* **rules:** add no-roadmap-references rule + CI linter ([a2882a8](https://github.com/event4u-app/agent-config/commit/a2882a8a424b6bee8829426f19e531931e9c77c2))
|
|
327
|
+
* **hooks:** add roadmap-progress-sync pilot hook ([48484f2](https://github.com/event4u-app/agent-config/commit/48484f28cf1ca8857c54d65e7965f62aed552ea2))
|
|
328
|
+
* **budget:** add concentration gate + trend logging ([06f3855](https://github.com/event4u-app/agent-config/commit/06f385518e8326bc4528a7bf7ebfc0c639ddd89a))
|
|
329
|
+
* **council:** add /council cluster dispatcher ([e7aa0c6](https://github.com/event4u-app/agent-config/commit/e7aa0c6970db634b484046f5899165e8fd3ac8a2))
|
|
330
|
+
* **rules:** slim 12 auto-rules — extract mechanics to load_context (Phase 2B) ([9d211c6](https://github.com/event4u-app/agent-config/commit/9d211c68824dde0e7c21592a3079f76deae8cd96))
|
|
331
|
+
* **commands:** Phase 1 — command cluster Phase 2 dispatchers + shims ([2e9d8e0](https://github.com/event4u-app/agent-config/commit/2e9d8e0fcb85f1b34d528a3f3e991e6cd5ba1388))
|
|
332
|
+
* **followups:** land Phase 1 — load_context: rollout regression test + 1.15 archive verification (F2, F12) ([4ce552a](https://github.com/event4u-app/agent-config/commit/4ce552a8181668ee4c7ac20d669ce179dbdd4ab6))
|
|
333
|
+
* **followups:** land Phase 0b.2 budget headroom recovery (F10) ([62838b3](https://github.com/event4u-app/agent-config/commit/62838b3df6fe7493876594ed84c908241cc286c7))
|
|
334
|
+
* **structural:** lock Phase 0.4 2A.4 contract after council acceptance ([70a13d3](https://github.com/event4u-app/agent-config/commit/70a13d3a17bbea11a7b55af3bd8c16f130d954f2))
|
|
335
|
+
* **structural:** land Phase 0.5 3a-spike scoring protocol + persona-voice rubric ([0fac3eb](https://github.com/event4u-app/agent-config/commit/0fac3ebafa00855d69dc9ca4cbade1a8b3797244))
|
|
336
|
+
* **structural:** land Phase 0.4 2A.4 worked example ([e1412d3](https://github.com/event4u-app/agent-config/commit/e1412d345eb5432e4443b3e077bc1693d2cf3855))
|
|
337
|
+
* **structural:** land Phase 0.3 Phase 6 -> 2B decoupling proof ([67b1024](https://github.com/event4u-app/agent-config/commit/67b1024560552547d79019c3566c1dec0299a948))
|
|
338
|
+
* **structural:** land Phase 0.2 load_context: budget accounting model ([32cfcd4](https://github.com/event4u-app/agent-config/commit/32cfcd41d23998a705128c78f2c0a2bcdf341c87))
|
|
339
|
+
* **structural:** land Phase 0.1 file-ownership matrix schema + generator ([d1dfb02](https://github.com/event4u-app/agent-config/commit/d1dfb024d4ef31aab88bfd749a6e5e5167ac5d75))
|
|
340
|
+
* **structural:** land Phase 0.6 context-file path conventions ([e9c72f4](https://github.com/event4u-app/agent-config/commit/e9c72f4bde948c38bde6e5e740852c29582df91c))
|
|
341
|
+
|
|
342
|
+
### Bug Fixes
|
|
343
|
+
|
|
344
|
+
* **refs:** repair 4 broken cross-references ([7b0f014](https://github.com/event4u-app/agent-config/commit/7b0f014db19af0e9d68979a3ff9d12555f1ee6f5))
|
|
345
|
+
* **sync:** prevent recursive _user prefixing and heal legacy corruption ([0cb0845](https://github.com/event4u-app/agent-config/commit/0cb0845320e14584348505fa0540315091ba7ef9))
|
|
346
|
+
* **ci:** install pyyaml in consistency workflow ([bbad5d0](https://github.com/event4u-app/agent-config/commit/bbad5d06009a3f204051ca3b01102827162fe2f3))
|
|
347
|
+
* **check-refs:** skip references into SKIP_DIRS (gitignored audit trails) ([cd6fcce](https://github.com/event4u-app/agent-config/commit/cd6fcce5411c35baaf228dc3fe0a4202acab6eca))
|
|
348
|
+
* **roadmaps:** mark example/spike/coupling docs as status: draft ([d84dcf4](https://github.com/event4u-app/agent-config/commit/d84dcf44a9f777d87ef273b700ef66389216157d))
|
|
349
|
+
* **compress:** carry load_context into compressed slash-command-routing-policy ([8332fb0](https://github.com/event4u-app/agent-config/commit/8332fb06a4c61ec65e9e21a6a123ea10484477de))
|
|
350
|
+
|
|
351
|
+
### Documentation
|
|
352
|
+
|
|
353
|
+
* repoint cross-references to nested command paths ([fbfb048](https://github.com/event4u-app/agent-config/commit/fbfb0481113aa065779ace75cbd0914eaf002d7c))
|
|
354
|
+
* **roadmap:** add Phase 0a closeout hygiene to rule-hardening ([d68c4f2](https://github.com/event4u-app/agent-config/commit/d68c4f22d09ed9c3b567e996834c0148ffd17492))
|
|
355
|
+
* sync command-count messaging in README/AGENTS/getting-started ([c683e9a](https://github.com/event4u-app/agent-config/commit/c683e9a4bc93294940a8f07402f88510796d91d8))
|
|
356
|
+
* **roadmap:** rule-hardening v2 — council-reviewed revisions ([4d9e225](https://github.com/event4u-app/agent-config/commit/4d9e225108b9c647157eb1f6df9b55c13665588e))
|
|
357
|
+
* **roadmaps:** add context-layer-maturity v2 and rule-hardening ([620961b](https://github.com/event4u-app/agent-config/commit/620961b3f469ddf0ac40ee491c3b65cab0e1000a))
|
|
358
|
+
* **phase6:** chat-history-* trigger overlap audit — Path B (orthogonal) ([62ffad2](https://github.com/event4u-app/agent-config/commit/62ffad234c50ab9930115813e6801a2a8e976199))
|
|
359
|
+
* **phase3:** consolidation audit — DO NOT CONSOLIDATE verdict ([03dc6aa](https://github.com/event4u-app/agent-config/commit/03dc6aad88aee2ebd85bd1d95f402742fcce05d1))
|
|
360
|
+
* **readme:** trim Requirements section to clear lint-readme overload threshold ([30bf18d](https://github.com/event4u-app/agent-config/commit/30bf18da26ce69fe8bf1d688309ad375a082de6b))
|
|
361
|
+
* **counts:** sync command-count messaging after Phase 1 clusters ([8902f49](https://github.com/event4u-app/agent-config/commit/8902f49f3239274828d13ce61a2b28a415dda3f5))
|
|
362
|
+
* **roadmap:** drop slow-rollout protocol; lock single-PR execution (v3.2) ([35885b0](https://github.com/event4u-app/agent-config/commit/35885b01ee3c1510b2e30ad9a3bd40b686efefdf))
|
|
363
|
+
* **followups:** land Phase 2 — README onboarding anchor + host-agent terminology (F1, F3, F4) ([cd12f97](https://github.com/event4u-app/agent-config/commit/cd12f9717c6b6e34efa01e55046d9f0ba0276286))
|
|
364
|
+
* **roadmap:** close out 1.16 followups Phase 0a (F9 + F14 = no-op) ([6171f80](https://github.com/event4u-app/agent-config/commit/6171f805729d45084fee80704be9ec6908f1c84e))
|
|
365
|
+
* **ai-council:** add experimental banner per F11 ([17308e1](https://github.com/event4u-app/agent-config/commit/17308e124fa436fac47f42649a5d1abcdb20f503))
|
|
366
|
+
* **roadmap:** add 1.16.0 follow-ups roadmap v1.1 ([e402e1d](https://github.com/event4u-app/agent-config/commit/e402e1d599d1797a04a70b9fb538fa0bae913645))
|
|
367
|
+
* **roadmap:** add structural-optimization roadmap v3.1 ([547f802](https://github.com/event4u-app/agent-config/commit/547f8024671e1f79570b2a5d69218f93ef1a346c))
|
|
368
|
+
|
|
369
|
+
### Refactoring
|
|
370
|
+
|
|
371
|
+
* **commands:** nest cluster commands into subdirectories ([5fd0df3](https://github.com/event4u-app/agent-config/commit/5fd0df387f0f2182e029fc3f40e5bce3fc4ed598))
|
|
372
|
+
* **refs:** purge roadmap-file links from stable artifacts ([b5a1429](https://github.com/event4u-app/agent-config/commit/b5a1429e3f6a7fa754e816d9ddb1c4b0a6034735))
|
|
373
|
+
* **rules:** amortize shared brevity examples to guideline ([ee581f6](https://github.com/event4u-app/agent-config/commit/ee581f69cc1106ec485dfb7f3ac07ffc2e2886cb))
|
|
374
|
+
|
|
375
|
+
### Tests
|
|
376
|
+
|
|
377
|
+
* **followups:** land Phase 0b.1 failure-mode coverage (F13) ([9560667](https://github.com/event4u-app/agent-config/commit/9560667a328f746316828ab44f0a7ba1fe8c254c))
|
|
378
|
+
|
|
379
|
+
### Chores
|
|
380
|
+
|
|
381
|
+
* **generated:** regenerate compressed dispatchers + hash registry ([552ddfe](https://github.com/event4u-app/agent-config/commit/552ddfeef4837b9681fc3ee72a1a01cf6c230d1a))
|
|
382
|
+
* **commands:** drop ## Migration sections from cluster dispatchers ([02a03e7](https://github.com/event4u-app/agent-config/commit/02a03e7b7fbcc62c1203b7fedef38f0685e85321))
|
|
383
|
+
* **generated:** regenerate compressed sources, tool projections, marketplace, ownership matrix ([f1dddd2](https://github.com/event4u-app/agent-config/commit/f1dddd2499625382b7f7902268bdd468426ce515))
|
|
384
|
+
* **test:** align command-suggester golden + count gate to colon naming ([e1aad41](https://github.com/event4u-app/agent-config/commit/e1aad41624b877e4cb066d6e5075326de79f3693))
|
|
385
|
+
* **generated:** regenerate file-ownership-matrix after command nesting ([12dc0f3](https://github.com/event4u-app/agent-config/commit/12dc0f3b266d6cdec6a53c918fc86098103d0373))
|
|
386
|
+
* **generated:** regenerate compressed sources, tool projections, marketplace, and ownership matrix ([6724878](https://github.com/event4u-app/agent-config/commit/67248786c7589a63c2dabc80b683ace602611ddf))
|
|
387
|
+
* **tooling:** teach scripts to walk nested command directories ([fe5913e](https://github.com/event4u-app/agent-config/commit/fe5913ef2ab6766a042d5e9470e0871d80804ddd))
|
|
388
|
+
* **generated:** regenerate counts, hashes, windsurfrules ([5613b48](https://github.com/event4u-app/agent-config/commit/5613b4858da531a23aa27e23a2bda561152d3809))
|
|
389
|
+
* **roadmaps:** archive 4 closed phase-evidence reports ([d5995c3](https://github.com/event4u-app/agent-config/commit/d5995c31febb3dad31df95d72970de1e1bcf3181))
|
|
390
|
+
* **generated:** regenerate file-ownership-matrix ([75ff69f](https://github.com/event4u-app/agent-config/commit/75ff69fdb45952e00320918d597ea2db239a7f0b))
|
|
391
|
+
* **generated:** regenerate windsurfrules + counts + claude council-default ([02ad3e1](https://github.com/event4u-app/agent-config/commit/02ad3e1079f797f8a72c33f800f1d395499b951e))
|
|
392
|
+
* add ai council scripts ([4cf513c](https://github.com/event4u-app/agent-config/commit/4cf513c90649292324579444f586becd78cfad96))
|
|
393
|
+
* **roadmap:** close & archive road-to-structural-optimization ([3bfef51](https://github.com/event4u-app/agent-config/commit/3bfef5118cdb66db5809fddb3688bb22d3aa8aff))
|
|
394
|
+
* **compression:** refresh compression hashes ([20717d7](https://github.com/event4u-app/agent-config/commit/20717d798c86dd99f17d4c851ea0a8754e249333))
|
|
395
|
+
* regenerate ownership matrix after Phase 2B rule slimming ([17ac19c](https://github.com/event4u-app/agent-config/commit/17ac19cf1938c7fca945b4500c6232cfa4549f2c))
|
|
396
|
+
* **structural:** regenerate file-ownership-matrix after Phase 1 clusters ([29aabb1](https://github.com/event4u-app/agent-config/commit/29aabb11351f9fe648644b508eb6d24a5870b160))
|
|
397
|
+
* **sync:** regenerate agents/index.md + docs/catalog.md after Phase 1 clusters ([f07987a](https://github.com/event4u-app/agent-config/commit/f07987ac12aaa77cbc4c7584ac00607e5a438318))
|
|
398
|
+
* **sync:** regenerate compressed outputs + tool projections for Phase 1 clusters ([99466c0](https://github.com/event4u-app/agent-config/commit/99466c0a77116c7ed70db38fd957d061ad18e307))
|
|
399
|
+
* **sync:** compress contexts/judges/persona-voice-rubric.md into .agent-src/ ([4060d01](https://github.com/event4u-app/agent-config/commit/4060d01af0680c2a913295166b978b605b1453db))
|
|
400
|
+
* **roadmap:** archive road-to-1-16-followups (100% done) + regen dashboard ([f78a9ad](https://github.com/event4u-app/agent-config/commit/f78a9ada649c01c03aa4e866e20bb32b547cd9d0))
|
|
401
|
+
* **roadmap:** regenerate progress dashboard after 1.16 followups Phase 1+2 ([780db39](https://github.com/event4u-app/agent-config/commit/780db39b68230b68c51f158d8cc8b78e7937a40c))
|
|
402
|
+
* **ai-council:** add multi-provider council scripts and openai sdk ([3c2360d](https://github.com/event4u-app/agent-config/commit/3c2360d137069287b7e2547a6132d36ebed09978))
|
|
403
|
+
* add task command, to install chatgpt key ([1acea8b](https://github.com/event4u-app/agent-config/commit/1acea8b6dc329c70079cec42d5a98886c913acfd))
|
|
404
|
+
|
|
405
|
+
### Other
|
|
406
|
+
|
|
407
|
+
* **commands:** update cross-references to colon-namespaced sub-commands ([13caa6d](https://github.com/event4u-app/agent-config/commit/13caa6d9c116012f726947fa50a281ca34ce16c2))
|
|
408
|
+
* fix_: thinking drift ([1d2d158](https://github.com/event4u-app/agent-config/commit/1d2d15833e6b9764e7c734e66b25cecdf1dc12ab))
|
|
409
|
+
|
|
321
410
|
## [1.16.0](https://github.com/event4u-app/agent-config/compare/1.15.0...1.16.0) (2026-05-03)
|
|
322
411
|
|
|
323
412
|
### Features
|
|
@@ -552,7 +641,7 @@ our recommendation order, not its support status.
|
|
|
552
641
|
* **linear:** Phase 3 — Linear AI rules digest builder + three-layer split ([3dcbf0a](https://github.com/event4u-app/agent-config/commit/3dcbf0af3c2dca70ef70f18af70a3568516f0147))
|
|
553
642
|
* **rules:** add commit-policy as canonical no-commit-no-ask rule ([fd208ea](https://github.com/event4u-app/agent-config/commit/fd208ea1c0f95aaa58d930c99ff0e51dd27600ed))
|
|
554
643
|
* **rules:** add autonomous-execution rule with intent-based opt-in ([fbff529](https://github.com/event4u-app/agent-config/commit/fbff5299b32606b7f13f06c856a4d4556c908fcb))
|
|
555
|
-
* **commands:** add /commit
|
|
644
|
+
* **commands:** add /commit:in-chunks for autonomous commit splitting ([b53fa7b](https://github.com/event4u-app/agent-config/commit/b53fa7b277a107af8acc6076baf8c985f0fbb901))
|
|
556
645
|
* **cloud:** mark T3-H artifacts cloud-safe (4 noop + 4 degrade) ([0eb7eb3](https://github.com/event4u-app/agent-config/commit/0eb7eb3cdbf590e3ef87f372c3fd09d85aa5cfd5))
|
|
557
646
|
* **cloud:** cloud-safe marker detection + variant rendering ([67bf28b](https://github.com/event4u-app/agent-config/commit/67bf28b8f85384333f5d26807ad92e6d0b456288))
|
|
558
647
|
* **cloud:** cloud-bundle builder with T3-H gating + tests ([f749edc](https://github.com/event4u-app/agent-config/commit/f749edc8c0f16cded153eb24580c4b262a6065ae))
|
package/README.md
CHANGED
|
@@ -7,11 +7,21 @@ 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>129 Skills</strong> · <strong>
|
|
10
|
+
<strong>129 Skills</strong> · <strong>58 Rules</strong> · <strong>95 Commands</strong> · <strong>48 Guidelines</strong> · <strong>8 AI Tools</strong>
|
|
11
11
|
</p>
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
|
+
## Start here
|
|
16
|
+
|
|
17
|
+
New to agent-config? 60 seconds, three links:
|
|
18
|
+
|
|
19
|
+
1. **[Install](#quickstart)** — `composer require` or `npm install`, then run the installer.
|
|
20
|
+
2. **[First command](#2-minute-demo-implement-ticket)** — `/implement-ticket` or `/work` walkthrough.
|
|
21
|
+
3. **[Where the rules live](#documentation)** — `.augment/`, `.claude/`, `.cursor/`, and friends.
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
15
25
|
## Quickstart
|
|
16
26
|
|
|
17
27
|
Two minutes from `composer require` to a better-behaved agent.
|
|
@@ -322,7 +332,7 @@ Nothing runs automatically without your control. [Configure modes →](docs/cust
|
|
|
322
332
|
| [`/jira-ticket`](.agent-src/commands/jira-ticket.md) | Read ticket from branch, implement feature |
|
|
323
333
|
| [`/compress`](.agent-src/commands/compress.md) | Compress skills for token efficiency |
|
|
324
334
|
|
|
325
|
-
→ [Browse all
|
|
335
|
+
→ [Browse all 95 active commands](.agent-src/commands/)
|
|
326
336
|
|
|
327
337
|
---
|
|
328
338
|
|
|
@@ -347,7 +357,7 @@ Every developer gets the same behavior. No per-user setup needed.
|
|
|
347
357
|
native slash-commands)
|
|
348
358
|
|
|
349
359
|
> **What this means in practice:** Augment Code and Claude Code get the full
|
|
350
|
-
> package (rules + 129 skills +
|
|
360
|
+
> package (rules + 129 skills + 95 native commands). Cursor, Cline, Windsurf,
|
|
351
361
|
> Gemini CLI, and GitHub Copilot only get the **rules** natively; skills and
|
|
352
362
|
> commands are available to them as documentation the agent can read, not as
|
|
353
363
|
> first-class features.
|
|
@@ -479,20 +489,11 @@ task lint-skills # Lint skills, rules, commands
|
|
|
479
489
|
orchestrator skips bridges and completes the payload sync.
|
|
480
490
|
- **Composer or npm** — to pull the package itself.
|
|
481
491
|
|
|
482
|
-
**Platform support:**
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
| macOS 12.3+ | ✅ Supported |
|
|
487
|
-
| Linux (modern distros) | ✅ Supported |
|
|
488
|
-
| Windows (WSL2) | ✅ Supported |
|
|
489
|
-
| Windows (Git Bash) | ⚠️ Works; symlinks need Developer Mode |
|
|
490
|
-
| Windows (native PowerShell/cmd) | ❌ Not supported |
|
|
491
|
-
|
|
492
|
-
**For contributors only** (rebuilding `.augment/` locally):
|
|
493
|
-
|
|
494
|
-
- [Task](https://taskfile.dev/) — runs the CI pipeline (`task ci`).
|
|
492
|
+
**Platform support:** macOS 12.3+, Linux (modern distros), and Windows
|
|
493
|
+
(WSL2) are fully supported. Git Bash works but symlinks require
|
|
494
|
+
Developer Mode; native PowerShell / cmd is not supported. Contributors
|
|
495
|
+
rebuilding `.augment/` locally also need [Task](https://taskfile.dev/).
|
|
495
496
|
|
|
496
497
|
## License
|
|
497
498
|
|
|
498
|
-
[MIT](LICENSE)
|
|
499
|
+
[MIT](LICENSE).
|
package/docs/architecture.md
CHANGED
|
@@ -19,9 +19,7 @@ Stability tiers follow [`docs/contracts/STABILITY.md`](contracts/STABILITY.md):
|
|
|
19
19
|
- **experimental** = scaffold or pilot status; breaks allowed in any release.
|
|
20
20
|
|
|
21
21
|
> The previous "observability, feedback, lifecycle" layers were removed in
|
|
22
|
-
> 1.5 — they were scaffolds without production consumers.
|
|
23
|
-
> [`archive/road-to-9.md`](../agents/roadmaps/archive/road-to-9.md) roadmap,
|
|
24
|
-
> phase 4, for the rationale.
|
|
22
|
+
> 1.5 — they were scaffolds without production consumers.
|
|
25
23
|
|
|
26
24
|
## Content pipeline
|
|
27
25
|
|
|
@@ -65,9 +63,9 @@ fails on any source-side violation, without producing artifacts.
|
|
|
65
63
|
| Layer | Count | Purpose |
|
|
66
64
|
|---|---|---|
|
|
67
65
|
| **Skills** | 129 | On-demand expertise — stack analysis (Laravel · Symfony · Zend / Laminas · Next.js · React · Node), testing, Docker, API design, security, observability, … |
|
|
68
|
-
| **Rules** |
|
|
69
|
-
| **Commands** |
|
|
70
|
-
| **Guidelines** |
|
|
66
|
+
| **Rules** | 58 | Always-active constraints — coding standards, scope control, verification, language-and-tone, agent-authority |
|
|
67
|
+
| **Commands** | 95 | Slash-command workflows — `/commit`, `/create-pr`, `/fix ci`, `/optimize skills`, `/feature plan`, `/work`, `/implement-ticket`, `/compress`, … |
|
|
68
|
+
| **Guidelines** | 48 | Reference material cited by skills — PHP patterns, Eloquent, Playwright, agent-infra, … |
|
|
71
69
|
| **Templates** | 7 | Scaffolds for features, roadmaps, contexts, skills, overrides |
|
|
72
70
|
| **Contexts** | 5 | Shared knowledge about the system itself |
|
|
73
71
|
|
package/docs/catalog.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# agent-config — Public Catalog
|
|
2
2
|
|
|
3
|
-
Consumer-facing catalog of all **
|
|
3
|
+
Consumer-facing catalog of all **327 public artefacts** shipped by
|
|
4
4
|
this package. Internal package-maintenance rules and deprecation shims
|
|
5
5
|
are excluded.
|
|
6
6
|
|
|
@@ -141,7 +141,7 @@ are excluded.
|
|
|
141
141
|
| skill | [`verify-completion-evidence`](../.agent-src/skills/verify-completion-evidence/SKILL.md) | | Use when claiming 'done', suggesting a commit, push, or PR — runs the evidence gate so completion claims come from fresh output in this message, not memory or earlier runs. |
|
|
142
142
|
| skill | [`websocket`](../.agent-src/skills/websocket/SKILL.md) | | Use when building real-time features — WebSocket broadcasting, live updates, presence channels, connection state — even when the user just says 'push this to the client live'. |
|
|
143
143
|
|
|
144
|
-
## Rules (
|
|
144
|
+
## Rules (55)
|
|
145
145
|
|
|
146
146
|
| kind | name | type | description |
|
|
147
147
|
|---|---|---|---|
|
|
@@ -175,6 +175,7 @@ are excluded.
|
|
|
175
175
|
| rule | [`missing-tool-handling`](../.agent-src/rules/missing-tool-handling.md) | auto | When a CLI tool needed for the task is not installed — ask before working around it; do NOT install silently |
|
|
176
176
|
| rule | [`model-recommendation`](../.agent-src/rules/model-recommendation.md) | auto | Starting a new task, switching task type, or invoking a command — detect task complexity and recommend the optimal model (Opus/Sonnet/GPT) before any work |
|
|
177
177
|
| rule | [`no-cheap-questions`](../.agent-src/rules/no-cheap-questions.md) | always | No cheap questions — never ask what context answers, never offer Iron-Law-violating options, never stage no-trade-off choices; mode-independent (off / auto / on) |
|
|
178
|
+
| rule | [`no-roadmap-references`](../.agent-src/rules/no-roadmap-references.md) | auto | Adding a link to a specific file in agents/roadmaps/ from any stable artifact (rule, skill, command, context, guideline) — roadmaps are transient; promote durable findings to agents/contexts/ instead |
|
|
178
179
|
| rule | [`non-destructive-by-default`](../.agent-src/rules/non-destructive-by-default.md) | always | Agent is never destructive — Hard Floor always asks for prod-trunk merges, deploys, pushes, prod data/infra, bulk deletions, and bulk-deletion/infra commits; no autonomy or roadmap bypass |
|
|
179
180
|
| rule | [`onboarding-gate`](../.agent-src/rules/onboarding-gate.md) | auto | First turn of a conversation on a project — check onboarding.onboarded in .agent-settings.yml; when false, prompt the user to run /onboard before executing any other request |
|
|
180
181
|
| rule | [`package-ci-checks`](../.agent-src/rules/package-ci-checks.md) | auto | Before pushing to remote or creating a PR in the agent-config package — run all CI checks locally first |
|
|
@@ -200,85 +201,112 @@ are excluded.
|
|
|
200
201
|
| rule | [`user-interaction`](../.agent-src/rules/user-interaction.md) | auto | Asking the user a question, presenting options, or summarizing progress — numbered-options Iron Law, single-recommendation rule, progress indicators |
|
|
201
202
|
| rule | [`verify-before-complete`](../.agent-src/rules/verify-before-complete.md) | always | Verify before completion — run tests and quality tools before claiming done |
|
|
202
203
|
|
|
203
|
-
## Commands (
|
|
204
|
+
## Commands (95)
|
|
204
205
|
|
|
205
206
|
| kind | name | cluster | description |
|
|
206
207
|
|---|---|---|---|
|
|
207
208
|
| command | [`agent-handoff`](../.agent-src/commands/agent-handoff.md) | | Generate a context summary for continuing work in a fresh chat. Replaces the session system. |
|
|
208
209
|
| command | [`agent-status`](../.agent-src/commands/agent-status.md) | | Show current conversation stats — message count, token costs, task progress, next freshness check. |
|
|
209
|
-
| command | [`agents
|
|
210
|
-
| command | [`agents
|
|
211
|
-
| command | [`agents
|
|
210
|
+
| command | [`agents:audit`](../.agent-src/commands/agents/audit.md) | cluster: agents | Audits agents/ and module agents/ directories — finds outdated docs, structural issues, duplicates, orphaned overrides, and creates an improvement roadmap. |
|
|
211
|
+
| command | [`agents:cleanup`](../.agent-src/commands/agents/cleanup.md) | cluster: agents | Execute cleanup actions from an agents-audit — move, merge, delete, and update agent docs |
|
|
212
|
+
| command | [`agents:prepare`](../.agent-src/commands/agents/prepare.md) | cluster: agents | Scaffold the agents/ directory structure with all required subdirectories and .gitkeep files |
|
|
213
|
+
| command | [`agents`](../.agent-src/commands/agents.md) | cluster: agents | Agents-folder orchestrator — routes to audit, cleanup, prepare |
|
|
212
214
|
| command | [`analyze-reference-repo`](../.agent-src/commands/analyze-reference-repo.md) | | Analyze an external reference repository (competitor, inspiration, peer) and produce a structured comparison + adoption plan for this project. |
|
|
213
215
|
| command | [`bug-fix`](../.agent-src/commands/bug-fix.md) | | Plan and implement a bug fix — based on investigation, with quality checks and test verification |
|
|
214
216
|
| command | [`bug-investigate`](../.agent-src/commands/bug-investigate.md) | | Investigate a bug — auto-detect ticket from branch, gather Jira/Sentry/description context, trace root cause |
|
|
215
|
-
| command | [`chat-history
|
|
216
|
-
| command | [`chat-history
|
|
217
|
-
| command | [`chat-history
|
|
218
|
-
| command | [`chat-history`](../.agent-src/commands/chat-history.md) |
|
|
217
|
+
| command | [`chat-history:checkpoint`](../.agent-src/commands/chat-history/checkpoint.md) | cluster: chat-history | Append a phase-boundary entry to .agent-chat-history — CHECKPOINT fallback for platforms without a native hook (Augment IDE, Cursor pre-1.7, Cline non-Mac/Linux). ~1s. |
|
|
218
|
+
| command | [`chat-history:clear`](../.agent-src/commands/chat-history/clear.md) | cluster: chat-history | Manually delete the persistent chat-history log — asks for confirmation, optionally archives to a timestamped backup before wiping |
|
|
219
|
+
| command | [`chat-history:resume`](../.agent-src/commands/chat-history/resume.md) | cluster: chat-history | Load the persistent chat-history log into the current conversation — picks match/returning/foreign flow and supports resume, merge, replace, or continue |
|
|
220
|
+
| command | [`chat-history:show`](../.agent-src/commands/chat-history/show.md) | cluster: chat-history | Show the status of the persistent chat-history log — file size, entry count, header fingerprint, age, and the last few entries |
|
|
221
|
+
| command | [`chat-history`](../.agent-src/commands/chat-history.md) | cluster: chat-history | Chat-history orchestrator — routes to show, resume, clear, checkpoint |
|
|
219
222
|
| command | [`check-current-md`](../.agent-src/commands/check-current-md.md) | | Check the open .md file (or a passed path) for German outside DE:/EN: anchor blocks — umlauts, function words, untranslated quotes. Reports and offers fixes. |
|
|
220
|
-
| command | [`commit
|
|
221
|
-
| command | [`commit`](../.agent-src/commands/commit.md) |
|
|
223
|
+
| command | [`commit:in-chunks`](../.agent-src/commands/commit/in-chunks.md) | cluster: commit | Stage and commit all uncommitted changes in logical chunks WITHOUT confirmation — sibling of /commit for autonomous flows |
|
|
224
|
+
| command | [`commit`](../.agent-src/commands/commit.md) | cluster: commit | Stage and commit all uncommitted changes — splits into logical commits following Conventional Commits |
|
|
222
225
|
| command | [`compress`](../.agent-src/commands/compress.md) | | Compress .md files from .agent-src.uncompressed/ into caveman format and write to .agent-src/ |
|
|
223
|
-
| command | [`context
|
|
224
|
-
| command | [`context
|
|
225
|
-
| command | [`
|
|
226
|
-
| command | [`copilot-agents
|
|
227
|
-
| command | [`
|
|
228
|
-
| command | [`
|
|
229
|
-
| command | [`council
|
|
230
|
-
| command | [`council`](../.agent-src/commands/council.md) | cluster:
|
|
231
|
-
| command | [`
|
|
232
|
-
| command | [`
|
|
233
|
-
| command | [`
|
|
234
|
-
| command | [`
|
|
226
|
+
| command | [`context:create`](../.agent-src/commands/context/create.md) | cluster: context | Analyze a codebase area and create a structured context document |
|
|
227
|
+
| command | [`context:refactor`](../.agent-src/commands/context/refactor.md) | cluster: context | Analyze, update, and extend an existing context document |
|
|
228
|
+
| command | [`context`](../.agent-src/commands/context.md) | cluster: context | Context orchestrator — routes to create, refactor |
|
|
229
|
+
| command | [`copilot-agents:init`](../.agent-src/commands/copilot-agents/init.md) | cluster: copilot-agents | Create AGENTS.md and .github/copilot-instructions.md from scratch in the consumer project — interactive, auto-detects stack, never leaks other projects' identifiers. |
|
|
230
|
+
| command | [`copilot-agents:optimize`](../.agent-src/commands/copilot-agents/optimize.md) | cluster: copilot-agents | Analyzes and refactors AGENTS.md and copilot-instructions.md — removes duplications, enforces line budgets, and ensures both files are optimized for their audience. |
|
|
231
|
+
| command | [`copilot-agents`](../.agent-src/commands/copilot-agents.md) | cluster: copilot-agents | Copilot agents-doc orchestrator — routes to init, optimize |
|
|
232
|
+
| command | [`council:default`](../.agent-src/commands/council/default.md) | cluster: council | Default council lens — neutral framing, redacted context, advisory output only. Run `/council default <input>` for prompt/roadmap/diff/files; the cluster shows a menu when invoked bare. |
|
|
233
|
+
| command | [`council:design`](../.agent-src/commands/council/design.md) | cluster: council | Run the council on a design document, ADR, or architecture proposal — surfaces hidden coupling, missing rollback, and sequencing risk before commitment. |
|
|
234
|
+
| command | [`council:optimize`](../.agent-src/commands/council/optimize.md) | cluster: council | Run the council on an optimization target — perf hot path, memory pattern, query, or an /optimize-* output — for ranked, evidence-based suggestions instead of generic advice. |
|
|
235
|
+
| command | [`council:pr`](../.agent-src/commands/council/pr.md) | cluster: council | Pull a GitHub PR via gh CLI and run the council on the diff with a PR-specific neutrality preamble — read-only by default; comment posting is opt-in. |
|
|
236
|
+
| command | [`council`](../.agent-src/commands/council.md) | cluster: council | Council orchestrator — routes to default, pr, design, optimize |
|
|
237
|
+
| command | [`create-pr:description-only`](../.agent-src/commands/create-pr/description-only.md) | cluster: create-pr | Generate a PR description as a copyable markdown block — used standalone or by create-pr |
|
|
238
|
+
| command | [`create-pr`](../.agent-src/commands/create-pr.md) | cluster: create-pr | Create a GitHub PR with structured description from Jira ticket and code changes |
|
|
235
239
|
| command | [`e2e-heal`](../.agent-src/commands/e2e-heal.md) | | Find, debug, and fix failing Playwright E2E tests |
|
|
236
240
|
| command | [`e2e-plan`](../.agent-src/commands/e2e-plan.md) | | Explore the application and create a structured E2E test plan in Markdown |
|
|
237
241
|
| command | [`estimate-ticket`](../.agent-src/commands/estimate-ticket.md) | | Estimate a Jira/Linear ticket before sprint planning — size + risk + split recommendation + uncertainty, sibling to /refine-ticket, ends with a close-prompt |
|
|
238
|
-
| command | [`feature
|
|
242
|
+
| command | [`feature:dev`](../.agent-src/commands/feature/dev.md) | cluster: feature | Full 7-phase feature development workflow for complex features. |
|
|
243
|
+
| command | [`feature:explore`](../.agent-src/commands/feature/explore.md) | cluster: feature | Brainstorm and explore a feature idea before committing to a full plan |
|
|
244
|
+
| command | [`feature:plan`](../.agent-src/commands/feature/plan.md) | cluster: feature | Interactively plan a feature — research, discuss, and create a structured feature document |
|
|
245
|
+
| command | [`feature:refactor`](../.agent-src/commands/feature/refactor.md) | cluster: feature | Refine and update an existing feature plan through interactive discussion |
|
|
246
|
+
| command | [`feature:roadmap`](../.agent-src/commands/feature/roadmap.md) | cluster: feature | Generate implementation roadmap(s) from a feature plan and link them |
|
|
239
247
|
| command | [`feature`](../.agent-src/commands/feature.md) | cluster: feature | Feature orchestrator — routes to explore, plan, refactor, roadmap, dev |
|
|
248
|
+
| command | [`fix:ci`](../.agent-src/commands/fix/ci.md) | cluster: fix | Fetch CI errors from GitHub Actions and fix them |
|
|
249
|
+
| command | [`fix:portability`](../.agent-src/commands/fix/portability.md) | cluster: fix | Find and fix project-specific references in shared .augment/ package files |
|
|
250
|
+
| command | [`fix:pr-bots`](../.agent-src/commands/fix/pr-bots.md) | cluster: fix | Fix and reply to bot review comments (Copilot, Augment, Greptile, etc.) on a GitHub PR |
|
|
251
|
+
| command | [`fix:pr-developers`](../.agent-src/commands/fix/pr-developers.md) | cluster: fix | Fix and reply to human reviewer comments on a GitHub PR |
|
|
252
|
+
| command | [`fix:pr`](../.agent-src/commands/fix/pr.md) | cluster: fix | Fix and reply to all open review comments (bots + human reviewers) on a GitHub PR |
|
|
253
|
+
| command | [`fix:refs`](../.agent-src/commands/fix/refs.md) | cluster: fix | Find and fix broken cross-references in .augment/ and agents/ files |
|
|
254
|
+
| command | [`fix:seeder`](../.agent-src/commands/fix/seeder.md) | cluster: fix | Scan seeder data files for broken foreign key references — find constants used without getReference() and fix them |
|
|
240
255
|
| command | [`fix`](../.agent-src/commands/fix.md) | cluster: fix | Fix orchestrator — routes to ci, references, portability, seeder, pr-comments, pr-bot-comments, pr-developer-comments |
|
|
241
256
|
| command | [`implement-ticket`](../.agent-src/commands/implement-ticket.md) | | Drive a ticket end-to-end through refine → memory → analyze → plan → implement → test → verify → report — Option-A loop over the `work_engine` Python engine, block-on-ambiguity, no auto-git. |
|
|
242
257
|
| command | [`jira-ticket`](../.agent-src/commands/jira-ticket.md) | | Read Jira ticket from branch name, analyze linked Sentry issues, implement feature or fix bug |
|
|
243
|
-
| command | [`judge`](../.agent-src/commands/judge.md) |
|
|
244
|
-
| command | [`
|
|
245
|
-
| command | [`
|
|
246
|
-
| command | [`
|
|
258
|
+
| command | [`judge:on-diff`](../.agent-src/commands/judge/on-diff.md) | cluster: judge | Run a single change through an implementer→judge loop with a two-revision ceiling, then hand back to the user |
|
|
259
|
+
| command | [`judge:solo`](../.agent-src/commands/judge/solo.md) | cluster: judge | Run a standalone judge on an existing diff or code change — no implementer, no revision loop, verdict only |
|
|
260
|
+
| command | [`judge:steps`](../.agent-src/commands/judge/steps.md) | cluster: judge | Execute an ordered plan step by step with a judge gate between steps — stops on first failed verdict |
|
|
261
|
+
| command | [`judge`](../.agent-src/commands/judge.md) | cluster: judge | Judge orchestrator — routes to solo, steps, on-diff |
|
|
262
|
+
| command | [`memory:add`](../.agent-src/commands/memory/add.md) | cluster: memory | Interactively add a validated entry to an engineering-memory file (domain-invariants, architecture-decisions, incident-learnings, product-rules) |
|
|
263
|
+
| command | [`memory:load`](../.agent-src/commands/memory/load.md) | cluster: memory | Load ALL curated entries of a given memory type into the current context — opt-in full load for deep analysis, never auto-triggered |
|
|
264
|
+
| command | [`memory:promote`](../.agent-src/commands/memory/promote.md) | cluster: memory | Promote an intake signal (or provisional proposal) into a curated memory entry — opens a PR and runs the admission gate. |
|
|
265
|
+
| command | [`memory:propose`](../.agent-src/commands/memory/propose.md) | cluster: memory | Append a provisional memory signal to the intake stream — the universal fallback for any producer (human or agent) to record a finding without committing to a curated entry. |
|
|
266
|
+
| command | [`memory`](../.agent-src/commands/memory.md) | cluster: memory | Memory orchestrator — routes to add, load, promote, propose |
|
|
247
267
|
| command | [`mode`](../.agent-src/commands/mode.md) | | Set the active role mode — prints the contract, lists default skills, and refuses work outside the contract (see role-contracts) |
|
|
248
|
-
| command | [`module
|
|
249
|
-
| command | [`module
|
|
268
|
+
| command | [`module:create`](../.agent-src/commands/module/create.md) | cluster: module | Create a new module from .module-template with interactive setup |
|
|
269
|
+
| command | [`module:explore`](../.agent-src/commands/module/explore.md) | cluster: module | Explore a module — load its structure, docs, and context into the current conversation |
|
|
270
|
+
| command | [`module`](../.agent-src/commands/module.md) | cluster: module | Module orchestrator — routes to create, explore |
|
|
250
271
|
| command | [`onboard`](../.agent-src/commands/onboard.md) | | First-run setup for a developer on this project — captures name, IDE, bot-icon preference, rtk, cost_profile, and learning opt-out, then sets onboarding.onboarded=true |
|
|
272
|
+
| command | [`optimize:agents`](../.agent-src/commands/optimize/agents.md) | cluster: optimize | Audits agent infrastructure — measures token overhead, checks rule triggers, verifies AGENTS.md. Suggest only, never auto-apply. |
|
|
273
|
+
| command | [`optimize:augmentignore`](../.agent-src/commands/optimize/augmentignore.md) | cluster: optimize | Creates or updates .augmentignore based on the project's actual tech stack, large files, generated artifacts, and irrelevant agent skills/rules. |
|
|
274
|
+
| command | [`optimize:rtk`](../.agent-src/commands/optimize/rtk.md) | cluster: optimize | Create or optimize project-local rtk filters based on the actual toolchain |
|
|
275
|
+
| command | [`optimize:skills`](../.agent-src/commands/optimize/skills.md) | cluster: optimize | Audits skills — measures baseline, finds duplicates/merge candidates, runs linter. Suggest only, never auto-apply. |
|
|
251
276
|
| command | [`optimize`](../.agent-src/commands/optimize.md) | cluster: optimize | Optimize orchestrator — routes to skills, agents, augmentignore, rtk-filters |
|
|
252
|
-
| command | [`override
|
|
253
|
-
| command | [`override
|
|
277
|
+
| command | [`override:create`](../.agent-src/commands/override/create.md) | cluster: override | Creates a project-level override for a shared skill, rule, or command. |
|
|
278
|
+
| command | [`override:manage`](../.agent-src/commands/override/manage.md) | cluster: override | Reviews, updates, and refactors existing project-level overrides. |
|
|
279
|
+
| command | [`override`](../.agent-src/commands/override.md) | cluster: override | Override orchestrator — routes to create, manage |
|
|
254
280
|
| command | [`package-reset`](../.agent-src/commands/package-reset.md) | | /package-reset |
|
|
255
281
|
| command | [`package-test`](../.agent-src/commands/package-test.md) | | /package-test |
|
|
256
282
|
| command | [`prepare-for-review`](../.agent-src/commands/prepare-for-review.md) | | Prepare a PR branch for local review — updates main and merges the full branch chain so the branch is up to date |
|
|
257
283
|
| command | [`project-analyze`](../.agent-src/commands/project-analyze.md) | | Full project analysis — detect stack, inventory modules, audit docs, create missing contexts |
|
|
258
284
|
| command | [`project-health`](../.agent-src/commands/project-health.md) | | Quick project health check — show status of docs, modules, contexts, and roadmaps without creating anything |
|
|
259
|
-
| command | [`propose-memory`](../.agent-src/commands/propose-memory.md) | | Append a provisional memory signal to the intake stream — the universal fallback for any producer (human or agent) to record a finding without committing to a curated entry. |
|
|
260
285
|
| command | [`quality-fix`](../.agent-src/commands/quality-fix.md) | | Run quality pipeline (PHP and/or JS/TS) and fix all errors — auto-detects language from changed files |
|
|
261
286
|
| command | [`refine-ticket`](../.agent-src/commands/refine-ticket.md) | | Refine a Jira/Linear ticket before planning — rewritten ticket + Top-5 risks + persona voices, orchestrates validate-feature-fit and threat-modeling, ends with a close-prompt |
|
|
262
287
|
| command | [`review-changes`](../.agent-src/commands/review-changes.md) | | Self-review local changes before creating a PR — dispatches to four specialized judges (bug, security, tests, quality) and consolidates verdicts |
|
|
263
288
|
| command | [`review-routing`](../.agent-src/commands/review-routing.md) | | Compute reviewer roles and matched historical bug patterns for the current diff, using project-local ownership-map.yml and historical-bug-patterns.yml |
|
|
264
|
-
| command | [`roadmap
|
|
265
|
-
| command | [`roadmap
|
|
289
|
+
| command | [`roadmap:create`](../.agent-src/commands/roadmap/create.md) | cluster: roadmap | Interactively create a new roadmap file in agents/roadmaps/ |
|
|
290
|
+
| command | [`roadmap:execute`](../.agent-src/commands/roadmap/execute.md) | cluster: roadmap | Read and interactively execute a roadmap from agents/roadmaps/ |
|
|
291
|
+
| command | [`roadmap`](../.agent-src/commands/roadmap.md) | cluster: roadmap | Roadmap orchestrator — routes to create, execute |
|
|
266
292
|
| command | [`rule-compliance-audit`](../.agent-src/commands/rule-compliance-audit.md) | | Audit rule trigger quality, simulate activation, detect overlaps, and find never-activating rules |
|
|
267
293
|
| command | [`set-cost-profile`](../.agent-src/commands/set-cost-profile.md) | | Change the cost_profile in .agent-settings.yml — shows each profile's meaning and applies the selection |
|
|
268
294
|
| command | [`sync-agent-settings`](../.agent-src/commands/sync-agent-settings.md) | | Sync `.agent-settings.yml` against the current template + profile — adds new sections/keys, preserves user values, shows a diff before writing |
|
|
269
295
|
| command | [`sync-gitignore`](../.agent-src/commands/sync-gitignore.md) | | Sync the `event4u/agent-config` block in the consumer project's .gitignore — adds missing entries, preserves user-added lines, shows a diff before writing |
|
|
270
|
-
| command | [`tests
|
|
271
|
-
| command | [`tests
|
|
296
|
+
| command | [`tests:create`](../.agent-src/commands/tests/create.md) | cluster: tests | Write meaningful tests for the changes in the current branch |
|
|
297
|
+
| command | [`tests:execute`](../.agent-src/commands/tests/execute.md) | cluster: tests | Run PHP tests inside the Docker container |
|
|
298
|
+
| command | [`tests`](../.agent-src/commands/tests.md) | cluster: tests | Tests orchestrator — routes to create, execute |
|
|
272
299
|
| command | [`threat-model`](../.agent-src/commands/threat-model.md) | | Run a pre-implementation threat model on a proposed change — enumerates abuse cases, trust boundaries, and authorization gaps before the first line of code is written |
|
|
273
300
|
| command | [`update-form-request-messages`](../.agent-src/commands/update-form-request-messages.md) | | Sync the messages() method of a FormRequest class — add missing entries, link them to language keys, and clean up stale ones |
|
|
274
301
|
| command | [`upstream-contribute`](../.agent-src/commands/upstream-contribute.md) | | Contribute a learning, skill, rule, or fix from a consumer project back to the shared agent-config package |
|
|
275
302
|
| command | [`work`](../.agent-src/commands/work.md) | | Drive a free-form prompt end-to-end through refine → score → plan → implement → test → verify → report — Option-A loop over the `work_engine` Python engine, confidence-band gated, no auto-git. |
|
|
276
303
|
|
|
277
|
-
## Guidelines (
|
|
304
|
+
## Guidelines (48)
|
|
278
305
|
|
|
279
306
|
| kind | name | category | description |
|
|
280
307
|
|---|---|---|---|
|
|
281
308
|
| guideline | [`agent-interaction-and-decision-quality`](../docs/guidelines/agent-infra/agent-interaction-and-decision-quality.md) | agent-infra | |
|
|
309
|
+
| guideline | [`asking-and-brevity-examples`](../docs/guidelines/agent-infra/asking-and-brevity-examples.md) | agent-infra | |
|
|
282
310
|
| guideline | [`break-glass-usage`](../docs/guidelines/agent-infra/break-glass-usage.md) | agent-infra | |
|
|
283
311
|
| guideline | [`developer-judgment`](../docs/guidelines/agent-infra/developer-judgment.md) | agent-infra | |
|
|
284
312
|
| guideline | [`engineering-memory-data-format`](../docs/guidelines/agent-infra/engineering-memory-data-format.md) | agent-infra | |
|
|
@@ -95,13 +95,21 @@ Numeric caps on the always-active rule surface. These are **load-bearing
|
|
|
95
95
|
constants** — every reply the agent emits pays the always-rule cost, so
|
|
96
96
|
the budget is part of the public contract, not an implementation detail.
|
|
97
97
|
|
|
98
|
+
The accounting model since Phase 0.2 of `road-to-structural-optimization`
|
|
99
|
+
is **Model (b) literal** — a rule's effective size is its own char count
|
|
100
|
+
plus every context it loads (transitively, depth ≤ 2). See
|
|
101
|
+
[`load-context-budget-model.md`](load-context-budget-model.md) (beta)
|
|
102
|
+
for the contract and the transitional allowlist.
|
|
103
|
+
|
|
98
104
|
| Constant | Value | Stability | Owner |
|
|
99
105
|
|---|---|---|---|
|
|
100
|
-
| Total always-rule budget | **49,000 chars** | `stable` | `tests/test_always_budget.py::
|
|
101
|
-
|
|
|
102
|
-
|
|
|
103
|
-
|
|
|
104
|
-
|
|
|
106
|
+
| Total always-rule budget | **49,000 chars** (extended) | `stable` | `tests/test_always_budget.py::test_always_rules_total_extended_within_tolerance` |
|
|
107
|
+
| G3 tolerance band | **2 % overshoot** (≤ 49,980 chars) | `beta` | `scripts/check_always_budget.py` · `tests/test_always_budget.py` |
|
|
108
|
+
| Warn threshold (CI) | **80 % (39,200 chars)** | `beta` | `scripts/check_always_budget.py` |
|
|
109
|
+
| Fail threshold (CI) | **90 % (44,100 chars)** below 100 %; **> 102 %** above | `beta` | `scripts/check_always_budget.py` |
|
|
110
|
+
| Per-rule cap | **6,000 chars** (extended) with transitional allowlist | `beta` | `tests/test_always_budget.py::test_no_unallowlisted_per_rule_breach` · `scripts/check_always_budget.py` |
|
|
111
|
+
| Top-3 combined cap | **24,500 chars** (extended, 50 % of total) | `beta` | `tests/test_always_budget.py::test_top3_extended_under_cap` · `scripts/check_always_budget.py` |
|
|
112
|
+
| `load_context:` nesting cap | **depth ≤ 2** | `beta` | `tests/test_always_budget.py::test_load_context_depth_within_cap` · `scripts/check_always_budget.py` |
|
|
105
113
|
|
|
106
114
|
**Promises a consumer can rely on:**
|
|
107
115
|
|
|
@@ -128,7 +136,5 @@ the budget is part of the public contract, not an implementation detail.
|
|
|
128
136
|
|
|
129
137
|
## See also
|
|
130
138
|
|
|
131
|
-
- [`agents/roadmaps/road-to-post-pr29-optimize.md`](../../agents/roadmaps/road-to-post-pr29-optimize.md) — P0.1, P0.1a, P0.1b
|
|
132
|
-
- [`agents/roadmaps/road-to-pr-34-followups.md`](../../agents/roadmaps/road-to-pr-34-followups.md) — Phase 7 (budget hardening)
|
|
133
139
|
- [`docs/architecture.md`](../architecture.md) — package architecture overview
|
|
134
140
|
- [`rule-priority-hierarchy.md`](rule-priority-hierarchy.md) — which always-rule wins on conflict
|
|
@@ -4,9 +4,7 @@ stability: beta
|
|
|
4
4
|
|
|
5
5
|
# ADR — Chat-history rule split
|
|
6
6
|
|
|
7
|
-
> **Status:** Decided · 2026-05-02
|
|
8
|
-
> [`road-to-post-pr29-optimize.md`](../../agents/roadmaps/archive/road-to-post-pr29-optimize.md)
|
|
9
|
-
> Phase 2 item P2.1.
|
|
7
|
+
> **Status:** Decided · 2026-05-02
|
|
10
8
|
> **Context:** AI #1, AI #3, AI #5 review of PR #29 flagged the
|
|
11
9
|
> 200-line monolithic `rules/chat-history.md` as the rule the agent
|
|
12
10
|
> revisited 12+ times during the 1.14.0 cycle — three independent
|
|
@@ -5,7 +5,6 @@ stability: stable
|
|
|
5
5
|
# ADR — Context-Aware Command Suggestion
|
|
6
6
|
|
|
7
7
|
> **Status:** Decided · Phases 1–7 shipped · 2026-04-30
|
|
8
|
-
> **Roadmap:** [`road-to-context-aware-command-suggestion.md`](../../agents/roadmaps/road-to-context-aware-command-suggestion.md)
|
|
9
8
|
> **Rule:** [`command-suggestion`](../../.agent-src.uncompressed/rules/command-suggestion-policy.md)
|
|
10
9
|
> **Eligibility table:** [`command-suggestion-eligibility.md`](command-suggestion-eligibility.md)
|
|
11
10
|
> **Engine:** `scripts/command_suggester/`
|
|
@@ -141,6 +140,5 @@ retirement candidates without a hard SLA.
|
|
|
141
140
|
|
|
142
141
|
- [`command-suggestion`](../../.agent-src.uncompressed/rules/command-suggestion-policy.md) — runtime rule
|
|
143
142
|
- [`command-suggestion-eligibility.md`](command-suggestion-eligibility.md) — locked eligibility table
|
|
144
|
-
- [`road-to-context-aware-command-suggestion.md`](../../agents/roadmaps/road-to-context-aware-command-suggestion.md) — phased delivery
|
|
145
143
|
- [`adr-prompt-driven-execution.md`](adr-prompt-driven-execution.md) — `/work` entrypoint that explicit slash invocations route to
|
|
146
144
|
- [`agent-settings`](../../.agent-src.uncompressed/templates/agent-settings.md) — `commands.suggestion.*` reference
|
|
@@ -5,8 +5,7 @@ stability: stable
|
|
|
5
5
|
# ADR — `/implement-ticket` runtime: Python
|
|
6
6
|
|
|
7
7
|
> **Status:** Decided · Phase 0 spike closed · 2026-04-22
|
|
8
|
-
> **Context:** [`implement-ticket-flow.md`](implement-ticket-flow.md)
|
|
9
|
-
> [`road-to-implement-ticket.md`](../../agents/roadmaps/road-to-implement-ticket.md)
|
|
8
|
+
> **Context:** [`implement-ticket-flow.md`](implement-ticket-flow.md)
|
|
10
9
|
> **Supersedes:** the `Runtime: TBD` placeholder in `implement-ticket-flow.md`.
|
|
11
10
|
|
|
12
11
|
## Decision
|
|
@@ -5,13 +5,11 @@ stability: stable
|
|
|
5
5
|
# ADR — Product UI Track: audit-as-hard-gate, design-review loop, stack dispatch
|
|
6
6
|
|
|
7
7
|
> **Status:** Decided · R3 Phases 1–6 shipped · 2026-05-01
|
|
8
|
-
> **Context:** [`ui-track-flow.md`](ui-track-flow.md)
|
|
9
|
-
> [`road-to-product-ui-track.md`](../../agents/roadmaps/road-to-product-ui-track.md) ·
|
|
10
|
-
> [`road-to-product-ui-track-followup.md`](../../agents/roadmaps/archive/road-to-product-ui-track-followup.md)
|
|
8
|
+
> **Context:** [`ui-track-flow.md`](ui-track-flow.md)
|
|
11
9
|
> **Builds on:** [`adr-prompt-driven-execution.md`](adr-prompt-driven-execution.md)
|
|
12
10
|
> — R2 envelope routing and the band-action gate that R3 widens to UI.
|
|
13
|
-
> **Defers to:**
|
|
14
|
-
>
|
|
11
|
+
> **Defers to:** the visual-review-loop track for headless-browser
|
|
12
|
+
> screenshot capture and visual-regression assertions.
|
|
15
13
|
|
|
16
14
|
## Decision
|
|
17
15
|
|
|
@@ -315,7 +313,6 @@ the contract first costs one halt and saves an entire polish round.
|
|
|
315
313
|
## R4 amendment — Visual Review Loop (2026-05-01)
|
|
316
314
|
|
|
317
315
|
> **Status:** Decided · R4 Phases 0–4 shipped · Phase 5 in progress
|
|
318
|
-
> **Roadmap:** [`road-to-visual-review-loop.md`](../../agents/roadmaps/road-to-visual-review-loop.md)
|
|
319
316
|
|
|
320
317
|
R4 narrows the polish-termination contract from "subjective ceiling
|
|
321
318
|
only" to "subjective ceiling **plus** objective a11y block", adds a
|
|
@@ -5,12 +5,11 @@ stability: stable
|
|
|
5
5
|
# ADR — Prompt-Driven Execution: `/work` and the confidence-band gate
|
|
6
6
|
|
|
7
7
|
> **Status:** Decided · R2 Phases 1–6 shipped · 2026-04-28
|
|
8
|
-
> **Context:** [`implement-ticket-flow.md`](implement-ticket-flow.md)
|
|
9
|
-
> [`road-to-prompt-driven-execution.md`](../../agents/roadmaps/archive/road-to-prompt-driven-execution.md)
|
|
8
|
+
> **Context:** [`implement-ticket-flow.md`](implement-ticket-flow.md)
|
|
10
9
|
> **Builds on:** [`adr-work-engine-rename.md`](adr-work-engine-rename.md) —
|
|
11
10
|
> the universal-dispatcher refactor that this entrypoint slots into.
|
|
12
|
-
> **Defers to:**
|
|
13
|
-
> mixed-intent prompts; this ADR is backend-only.
|
|
11
|
+
> **Defers to:** [`adr-product-ui-track.md`](adr-product-ui-track.md) for
|
|
12
|
+
> UI- and mixed-intent prompts; this ADR is backend-only.
|
|
14
13
|
|
|
15
14
|
## Decision
|
|
16
15
|
|
|
@@ -20,9 +20,9 @@ Last refreshed: 2026-04-22.
|
|
|
20
20
|
|
|
21
21
|
## What this doc is *not*
|
|
22
22
|
|
|
23
|
-
- Not a replacement for
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
- Not a replacement for the agent-memory retrieval-contract spec —
|
|
24
|
+
that lives in the agent-memory package and is the spec we hand to
|
|
25
|
+
the implementer.
|
|
26
26
|
- Not a commitment that consumer code looks exactly like this forever
|
|
27
27
|
— it is a point-in-time pin.
|
|
28
28
|
- Not an agent-facing skill. Humans read this when the package lands.
|
|
@@ -64,9 +64,9 @@ If the released package diverges from these names, we update
|
|
|
64
64
|
|
|
65
65
|
## Expected retrieval shape (present path)
|
|
66
66
|
|
|
67
|
-
Source of truth:
|
|
68
|
-
|
|
69
|
-
|
|
67
|
+
Source of truth: the retrieval-contract spec in the agent-memory
|
|
68
|
+
package. Consumer skills call the shared abstraction, not the package
|
|
69
|
+
directly.
|
|
70
70
|
|
|
71
71
|
**Request** (Python):
|
|
72
72
|
|
|
@@ -139,11 +139,6 @@ holds:
|
|
|
139
139
|
|
|
140
140
|
## See also
|
|
141
141
|
|
|
142
|
-
- [`road-to-memory-self-consumption.md`](../../agents/roadmaps/road-to-memory-self-consumption.md)
|
|
143
|
-
- [`road-to-agent-memory-integration.md`](../../agents/roadmaps/road-to-agent-memory-integration.md)
|
|
144
|
-
- [`agent-memory/road-to-retrieval-contract.md`](../../agents/roadmaps/agent-memory/road-to-retrieval-contract.md)
|
|
145
|
-
- [`agent-memory/road-to-promotion-flow.md`](../../agents/roadmaps/agent-memory/road-to-promotion-flow.md)
|
|
146
142
|
- [`memory-access guideline`](../../docs/guidelines/agent-infra/memory-access.md)
|
|
147
143
|
- [`scripts/memory_status.py`](../../.agent-src.uncompressed/templates/scripts/memory_status.py)
|
|
148
144
|
- [`scripts/memory_lookup.py`](../../.agent-src.uncompressed/templates/scripts/memory_lookup.py)
|
|
149
|
-
- [`open-questions-2.md`](../../agents/roadmaps/archive/open-questions-2.md) — Q29
|