@event4u/agent-config 1.16.0 → 1.18.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/context-hygiene.md +6 -0
- package/.agent-src/rules/direct-answers.md +35 -59
- 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 +39 -53
- package/.agent-src/rules/no-roadmap-references.md +73 -0
- package/.agent-src/rules/onboarding-gate.md +7 -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 +31 -65
- package/.agent-src/rules/rule-type-governance.md +28 -0
- 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/.agent-src/templates/roadmaps.md +4 -0
- package/.claude-plugin/marketplace.json +22 -11
- package/AGENTS.md +2 -2
- package/CHANGELOG.md +125 -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 +258 -0
- package/docs/contracts/load-context-schema.md +21 -3
- package/docs/contracts/roadmap-complexity-standard.md +137 -0
- 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/ask-when-uncertain-demos.md +134 -0
- package/docs/guidelines/agent-infra/asking-and-brevity-examples.md +100 -0
- package/docs/guidelines/agent-infra/direct-answers-demos.md +145 -0
- package/docs/guidelines/agent-infra/verify-before-complete-demos.md +128 -0
- package/package.json +1 -1
- package/scripts/_phase2_shim_helper.py +109 -0
- package/scripts/agent-config +30 -0
- package/scripts/ai_council/one_off_archive/2026-05/README.md +45 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_2a4_acceptance.py +208 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_budget_v2_audit.py +206 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_context_layer_v1_estimate.py +67 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_context_layer_v1_review.py +292 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_followups_review.py +259 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_nondestructive_inline_audit.py +209 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_phase4_dispatch_latency.py +108 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_phase6_trigger_jaccard.py +92 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_phase_2a_budget_rebalance.py +257 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_phase_2a_post_revert.py +197 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_rule_hardening_v1.py +251 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_open_questions.py +232 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_optimization.py +144 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_v3_gaps.py +252 -0
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_v3_review.py +240 -0
- package/scripts/build_rule_trigger_matrix.py +360 -0
- package/scripts/check_always_budget.py +402 -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_one_off_location.py +81 -0
- package/scripts/check_phase_coupling.py +148 -0
- package/scripts/check_portability.py +2 -0
- package/scripts/check_references.py +35 -2
- package/scripts/check_safety_floor_untouched.py +125 -0
- package/scripts/command_suggester/loader.py +4 -1
- package/scripts/compress.py +64 -15
- package/scripts/context_hygiene_hook.py +173 -0
- package/scripts/generate_index.py +6 -2
- package/scripts/generate_ownership_matrix.py +323 -0
- package/scripts/hooks/augment-context-hygiene.sh +55 -0
- package/scripts/hooks/augment-onboarding-gate.sh +55 -0
- package/scripts/hooks/augment-roadmap-progress.sh +57 -0
- package/scripts/install.py +105 -45
- package/scripts/lint_examples.py +98 -0
- package/scripts/lint_no_new_atomic_commands.py +12 -11
- package/scripts/lint_roadmap_complexity.py +127 -0
- package/scripts/onboarding_gate_hook.py +137 -0
- 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/schemas/rule.schema.json +5 -0
- package/scripts/skill_linter.py +1 -0
- package/scripts/sync_agent_settings.py +25 -2
- package/scripts/update_counts.py +7 -0
- /package/scripts/ai_council/{_one_off_rebalancing_audit.py → one_off_archive/2026-05/_one_off_rebalancing_audit.py} +0 -0
- /package/scripts/ai_council/{_one_off_roundtrip.py → one_off_archive/2026-05/_one_off_roundtrip.py} +0 -0
|
@@ -148,7 +148,6 @@ Replace dynamic `getPdo()` probing with explicit config:
|
|
|
148
148
|
|
|
149
149
|
## Related project docs
|
|
150
150
|
|
|
151
|
-
- `agents/roadmaps/test-performance-refactor.md` — active roadmap for this project
|
|
152
151
|
- `agents/docs/seeders.md` — seeder conventions (if exists)
|
|
153
152
|
|
|
154
153
|
## Output format
|
|
@@ -18,11 +18,11 @@ Use this skill when:
|
|
|
18
18
|
|
|
19
19
|
### 0. Understand current setup
|
|
20
20
|
|
|
21
|
-
Before changing routing:
|
|
21
|
+
Before changing any routing configuration:
|
|
22
22
|
|
|
23
|
-
1. Check existing proxy — `docker ps | grep traefik
|
|
24
|
-
2. Review docker-compose for existing labels and network config
|
|
25
|
-
3. Check `/etc/hosts` or dnsmasq for existing domain mappings
|
|
23
|
+
1. **Check existing proxy setup** — is Traefik already running? Check `docker ps | grep traefik`.
|
|
24
|
+
2. **Review docker-compose** — read `docker-compose.yml` for existing labels and network config.
|
|
25
|
+
3. **Check DNS/hosts** — review `/etc/hosts` or dnsmasq for existing domain mappings.
|
|
26
26
|
|
|
27
27
|
### Architecture
|
|
28
28
|
|
|
@@ -11,9 +11,9 @@ source: package
|
|
|
11
11
|
* Just before claiming a task, feature, fix, or refactor is complete
|
|
12
12
|
* Just before proposing `/commit`, `/create-pr`, or pushing
|
|
13
13
|
* Before answering "is it ready?", "can I merge?", "does it work?"
|
|
14
|
-
* After a sequence of edits, when next step
|
|
15
|
-
* Whenever "should work", "looks good", "probably fine" is
|
|
16
|
-
appear in a reply
|
|
14
|
+
* After a sequence of edits, when next step would be reporting to the user
|
|
15
|
+
* Whenever the wording "should work", "looks good", "probably fine" is
|
|
16
|
+
about to appear in a reply
|
|
17
17
|
|
|
18
18
|
Do NOT use when:
|
|
19
19
|
|
|
@@ -40,11 +40,11 @@ runs are stale the moment another edit lands.
|
|
|
40
40
|
|
|
41
41
|
### 1. Identify the claim you are about to make
|
|
42
42
|
|
|
43
|
-
Examples: *"all tests pass"*, *"ready for PR"*, *"refactor
|
|
44
|
-
*"bug is fixed"*.
|
|
43
|
+
Examples: *"all tests pass"*, *"this is ready for PR"*, *"the refactor
|
|
44
|
+
is done"*, *"the bug is fixed"*.
|
|
45
45
|
|
|
46
|
-
Each claim maps to a specific verification command. Write the
|
|
47
|
-
before running anything:
|
|
46
|
+
Each claim maps to a specific verification command. Write down the
|
|
47
|
+
mapping before running anything:
|
|
48
48
|
|
|
49
49
|
| Claim | Evidence command |
|
|
50
50
|
|---|---|
|
|
@@ -58,11 +58,11 @@ before running anything:
|
|
|
58
58
|
|
|
59
59
|
### 2. Run the command fresh
|
|
60
60
|
|
|
61
|
-
* Run against current working tree, not a cached summary.
|
|
62
|
-
* PHP projects inside Docker: run inside the container (see
|
|
61
|
+
* Run against the current working tree, not a cached summary.
|
|
62
|
+
* For PHP projects inside Docker: run inside the container (see
|
|
63
63
|
[`docker`](../docker/SKILL.md) and [`tests-execute`](../tests-execute/SKILL.md)).
|
|
64
64
|
* Use targeted runs during iteration (`--filter=`, `--testNamePattern`).
|
|
65
|
-
Run full suite only in the final verification pass.
|
|
65
|
+
Run the full suite only in the final verification pass.
|
|
66
66
|
|
|
67
67
|
### 3. Read the full output
|
|
68
68
|
|
|
@@ -87,20 +87,20 @@ errors on `app/Services/`."* — not *"everything looks good"*.
|
|
|
87
87
|
|
|
88
88
|
## The end-of-work sequence (PHP projects)
|
|
89
89
|
|
|
90
|
-
When all code changes are done and ready to report completion:
|
|
90
|
+
When all code changes are done and you are ready to report completion:
|
|
91
91
|
|
|
92
|
-
1. **Targeted tests** — test(s) covering the changed code pass
|
|
92
|
+
1. **Targeted tests** — the test(s) covering the changed code pass
|
|
93
93
|
2. **Full test suite** — only after targeted pass is green
|
|
94
94
|
3. **PHPStan** → **Rector --dry-run** → **ECS** → **PHPStan** (second pass
|
|
95
|
-
catches issues Rector / ECS introduced)
|
|
95
|
+
catches issues Rector / ECS may have introduced)
|
|
96
96
|
4. Fix any output from steps 1–3 and restart the sequence
|
|
97
97
|
5. Only then: claim completion or suggest `/commit`, push, or PR
|
|
98
98
|
|
|
99
|
-
Do not run the full quality pipeline between intermediate edits —
|
|
100
|
-
time and tokens. Use it once, at the end.
|
|
99
|
+
Do not run the full quality pipeline between intermediate edits — it
|
|
100
|
+
burns time and tokens. Use it once, at the end.
|
|
101
101
|
|
|
102
|
-
See [`quality-tools`](../quality-tools/SKILL.md) for exact commands
|
|
103
|
-
tool.
|
|
102
|
+
See [`quality-tools`](../quality-tools/SKILL.md) for the exact commands
|
|
103
|
+
per tool.
|
|
104
104
|
|
|
105
105
|
## Minimum evidence per task type
|
|
106
106
|
|
|
@@ -124,7 +124,7 @@ is sound", "compiles" (unless compilation itself is the contract).
|
|
|
124
124
|
When reporting completion to the user:
|
|
125
125
|
|
|
126
126
|
1. **What was changed** — one line summary per changed file / component
|
|
127
|
-
2. **Verification run** — exact command and its exit code
|
|
127
|
+
2. **Verification run** — the exact command and its exit code
|
|
128
128
|
3. **Result** — numeric breakdown (tests passed/failed/skipped, errors,
|
|
129
129
|
warnings)
|
|
130
130
|
4. **Caveats** — anything the output flagged but you chose to accept
|
|
@@ -132,14 +132,16 @@ When reporting completion to the user:
|
|
|
132
132
|
|
|
133
133
|
## Gotchas
|
|
134
134
|
|
|
135
|
-
* "
|
|
136
|
-
analyzed-file count.
|
|
135
|
+
* A "no output" result from a linter is not proof it ran — check the
|
|
136
|
+
exit code and the analyzed-file count.
|
|
137
137
|
* Silencing a warning with `@phpstan-ignore-next-line` or `// @ts-expect-error`
|
|
138
138
|
without a reason code passes the linter but defers the real problem.
|
|
139
|
-
* Running tests with `--stop-on-failure` then reporting "passed" —
|
|
140
|
-
ran until the first failure; the green streak after is
|
|
139
|
+
* Running tests with `--stop-on-failure` then reporting "passed" — it
|
|
140
|
+
only ran until the first failure; the green streak after it is
|
|
141
|
+
unexamined.
|
|
141
142
|
* Cached static-analysis results (`--cache` directories) can report
|
|
142
|
-
clean after you
|
|
143
|
+
clean after you have broken something; clear the cache when the
|
|
144
|
+
change is large.
|
|
143
145
|
* Running the test suite on the wrong branch (forgot to switch or
|
|
144
146
|
rebase) — verify `git status` and `git log -1` before the final gate.
|
|
145
147
|
* A previously green PHPStan run in the same conversation is stale as
|
|
@@ -165,13 +167,13 @@ When reporting completion to the user:
|
|
|
165
167
|
* Do NOT suppress warnings or skip tests to pass the gate
|
|
166
168
|
* Do NOT report only the last line of output — read the whole thing
|
|
167
169
|
* Do NOT run the full quality pipeline between intermediate edits —
|
|
168
|
-
run once at the end
|
|
170
|
+
run it once at the end
|
|
169
171
|
|
|
170
172
|
## When to hand over to another skill
|
|
171
173
|
|
|
172
174
|
* Exact PHPStan / Rector / ECS commands → [`quality-tools`](../quality-tools/SKILL.md)
|
|
173
175
|
* Running tests inside Docker → [`tests-execute`](../tests-execute/SKILL.md)
|
|
174
|
-
* Writing the regression test the gate requires →
|
|
176
|
+
* Writing the regression test that the gate requires →
|
|
175
177
|
[`test-driven-development`](../test-driven-development/SKILL.md)
|
|
176
178
|
* Diagnosing why the gate failed → [`systematic-debugging`](../systematic-debugging/SKILL.md)
|
|
177
179
|
* Committing once the gate is green → [`git-workflow`](../git-workflow/SKILL.md)
|
|
@@ -180,7 +182,7 @@ When reporting completion to the user:
|
|
|
180
182
|
|
|
181
183
|
Before sending a completion message:
|
|
182
184
|
|
|
183
|
-
* [ ] Every claim maps to a command run in this turn
|
|
185
|
+
* [ ] Every claim in the message maps to a command run in this turn
|
|
184
186
|
* [ ] Exit code of each command is read and matches the claim
|
|
185
187
|
* [ ] Output is quoted with numeric counts, not paraphrased
|
|
186
188
|
* [ ] No warnings or skips are hidden
|
|
@@ -64,6 +64,10 @@ Check `AGENTS.md` or `Makefile` / `Taskfile.yml` for the exact commands.
|
|
|
64
64
|
Copy the structure below into a new file:
|
|
65
65
|
|
|
66
66
|
```markdown
|
|
67
|
+
---
|
|
68
|
+
complexity: lightweight
|
|
69
|
+
---
|
|
70
|
+
|
|
67
71
|
# Roadmap: {Short descriptive title}
|
|
68
72
|
|
|
69
73
|
> {One sentence: What is the expected outcome?}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "Shared agent configuration \u2014 skills for AI coding tools (Claude Code, Augment, Cursor, Cline, Windsurf, Gemini CLI).",
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.18.0"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"./.claude/skills/agent-docs-writing",
|
|
20
20
|
"./.claude/skills/agent-handoff",
|
|
21
21
|
"./.claude/skills/agent-status",
|
|
22
|
+
"./.claude/skills/agents",
|
|
22
23
|
"./.claude/skills/agents-audit",
|
|
23
24
|
"./.claude/skills/agents-cleanup",
|
|
24
25
|
"./.claude/skills/agents-prepare",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"./.claude/skills/chat-history-checkpoint",
|
|
42
43
|
"./.claude/skills/chat-history-clear",
|
|
43
44
|
"./.claude/skills/chat-history-resume",
|
|
45
|
+
"./.claude/skills/chat-history-show",
|
|
44
46
|
"./.claude/skills/check-current-md",
|
|
45
47
|
"./.claude/skills/check-refs",
|
|
46
48
|
"./.claude/skills/code-refactoring",
|
|
@@ -51,21 +53,24 @@
|
|
|
51
53
|
"./.claude/skills/commit-in-chunks",
|
|
52
54
|
"./.claude/skills/composer-packages",
|
|
53
55
|
"./.claude/skills/compress",
|
|
56
|
+
"./.claude/skills/context",
|
|
54
57
|
"./.claude/skills/context-authoring",
|
|
55
58
|
"./.claude/skills/context-create",
|
|
56
59
|
"./.claude/skills/context-document",
|
|
57
60
|
"./.claude/skills/context-refactor",
|
|
58
61
|
"./.claude/skills/conventional-commits-writing",
|
|
62
|
+
"./.claude/skills/copilot-agents",
|
|
59
63
|
"./.claude/skills/copilot-agents-init",
|
|
60
64
|
"./.claude/skills/copilot-agents-optimization",
|
|
61
65
|
"./.claude/skills/copilot-agents-optimize",
|
|
62
66
|
"./.claude/skills/copilot-config",
|
|
63
67
|
"./.claude/skills/council",
|
|
68
|
+
"./.claude/skills/council-default",
|
|
64
69
|
"./.claude/skills/council-design",
|
|
65
70
|
"./.claude/skills/council-optimize",
|
|
66
71
|
"./.claude/skills/council-pr",
|
|
67
72
|
"./.claude/skills/create-pr",
|
|
68
|
-
"./.claude/skills/create-pr-description",
|
|
73
|
+
"./.claude/skills/create-pr-description-only",
|
|
69
74
|
"./.claude/skills/dashboard-design",
|
|
70
75
|
"./.claude/skills/data-flow-mapper",
|
|
71
76
|
"./.claude/skills/database",
|
|
@@ -74,8 +79,6 @@
|
|
|
74
79
|
"./.claude/skills/design-review",
|
|
75
80
|
"./.claude/skills/devcontainer",
|
|
76
81
|
"./.claude/skills/developer-like-execution",
|
|
77
|
-
"./.claude/skills/do-and-judge",
|
|
78
|
-
"./.claude/skills/do-in-steps",
|
|
79
82
|
"./.claude/skills/docker",
|
|
80
83
|
"./.claude/skills/dto-creator",
|
|
81
84
|
"./.claude/skills/e2e-heal",
|
|
@@ -96,10 +99,10 @@
|
|
|
96
99
|
"./.claude/skills/fix",
|
|
97
100
|
"./.claude/skills/fix-ci",
|
|
98
101
|
"./.claude/skills/fix-portability",
|
|
99
|
-
"./.claude/skills/fix-pr
|
|
100
|
-
"./.claude/skills/fix-pr-
|
|
101
|
-
"./.claude/skills/fix-pr-
|
|
102
|
-
"./.claude/skills/fix-
|
|
102
|
+
"./.claude/skills/fix-pr",
|
|
103
|
+
"./.claude/skills/fix-pr-bots",
|
|
104
|
+
"./.claude/skills/fix-pr-developers",
|
|
105
|
+
"./.claude/skills/fix-refs",
|
|
103
106
|
"./.claude/skills/fix-seeder",
|
|
104
107
|
"./.claude/skills/flux",
|
|
105
108
|
"./.claude/skills/git-workflow",
|
|
@@ -113,7 +116,10 @@
|
|
|
113
116
|
"./.claude/skills/judge",
|
|
114
117
|
"./.claude/skills/judge-bug-hunter",
|
|
115
118
|
"./.claude/skills/judge-code-quality",
|
|
119
|
+
"./.claude/skills/judge-on-diff",
|
|
116
120
|
"./.claude/skills/judge-security-auditor",
|
|
121
|
+
"./.claude/skills/judge-solo",
|
|
122
|
+
"./.claude/skills/judge-steps",
|
|
117
123
|
"./.claude/skills/judge-test-coverage",
|
|
118
124
|
"./.claude/skills/laravel",
|
|
119
125
|
"./.claude/skills/laravel-horizon",
|
|
@@ -131,12 +137,15 @@
|
|
|
131
137
|
"./.claude/skills/logging-monitoring",
|
|
132
138
|
"./.claude/skills/mcp",
|
|
133
139
|
"./.claude/skills/md-language-check",
|
|
140
|
+
"./.claude/skills/memory",
|
|
134
141
|
"./.claude/skills/memory-add",
|
|
135
|
-
"./.claude/skills/memory-
|
|
142
|
+
"./.claude/skills/memory-load",
|
|
136
143
|
"./.claude/skills/memory-promote",
|
|
144
|
+
"./.claude/skills/memory-propose",
|
|
137
145
|
"./.claude/skills/merge-conflicts",
|
|
138
146
|
"./.claude/skills/migration-creator",
|
|
139
147
|
"./.claude/skills/mode",
|
|
148
|
+
"./.claude/skills/module",
|
|
140
149
|
"./.claude/skills/module-create",
|
|
141
150
|
"./.claude/skills/module-explore",
|
|
142
151
|
"./.claude/skills/module-management",
|
|
@@ -146,8 +155,9 @@
|
|
|
146
155
|
"./.claude/skills/optimize",
|
|
147
156
|
"./.claude/skills/optimize-agents",
|
|
148
157
|
"./.claude/skills/optimize-augmentignore",
|
|
149
|
-
"./.claude/skills/optimize-rtk
|
|
158
|
+
"./.claude/skills/optimize-rtk",
|
|
150
159
|
"./.claude/skills/optimize-skills",
|
|
160
|
+
"./.claude/skills/override",
|
|
151
161
|
"./.claude/skills/override-create",
|
|
152
162
|
"./.claude/skills/override-manage",
|
|
153
163
|
"./.claude/skills/override-management",
|
|
@@ -173,7 +183,6 @@
|
|
|
173
183
|
"./.claude/skills/project-analyzer",
|
|
174
184
|
"./.claude/skills/project-docs",
|
|
175
185
|
"./.claude/skills/project-health",
|
|
176
|
-
"./.claude/skills/propose-memory",
|
|
177
186
|
"./.claude/skills/quality-fix",
|
|
178
187
|
"./.claude/skills/quality-tools",
|
|
179
188
|
"./.claude/skills/react-shadcn-ui",
|
|
@@ -186,6 +195,7 @@
|
|
|
186
195
|
"./.claude/skills/requesting-code-review",
|
|
187
196
|
"./.claude/skills/review-changes",
|
|
188
197
|
"./.claude/skills/review-routing",
|
|
198
|
+
"./.claude/skills/roadmap",
|
|
189
199
|
"./.claude/skills/roadmap-create",
|
|
190
200
|
"./.claude/skills/roadmap-execute",
|
|
191
201
|
"./.claude/skills/roadmap-management",
|
|
@@ -211,6 +221,7 @@
|
|
|
211
221
|
"./.claude/skills/terragrunt",
|
|
212
222
|
"./.claude/skills/test-driven-development",
|
|
213
223
|
"./.claude/skills/test-performance",
|
|
224
|
+
"./.claude/skills/tests",
|
|
214
225
|
"./.claude/skills/tests-create",
|
|
215
226
|
"./.claude/skills/tests-execute",
|
|
216
227
|
"./.claude/skills/threat-model",
|
package/AGENTS.md
CHANGED
|
@@ -103,8 +103,8 @@ and
|
|
|
103
103
|
```
|
|
104
104
|
.agent-src.uncompressed/ ← edit here
|
|
105
105
|
skills/ (129 skills)
|
|
106
|
-
rules/ (
|
|
107
|
-
commands/ (
|
|
106
|
+
rules/ (58 rules)
|
|
107
|
+
commands/ (95 commands)
|
|
108
108
|
personas/ (7 personas)
|
|
109
109
|
templates/ (AGENTS.md, copilot-instructions.md, skill.md, …)
|
|
110
110
|
contexts/
|
package/CHANGELOG.md
CHANGED
|
@@ -318,6 +318,130 @@ 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.18.0](https://github.com/event4u-app/agent-config/compare/1.17.0...1.18.0) (2026-05-04)
|
|
322
|
+
|
|
323
|
+
### Features
|
|
324
|
+
|
|
325
|
+
* **rules:** mandate hardening tier classification on new and edited rules ([42ff7c1](https://github.com/event4u-app/agent-config/commit/42ff7c1765e931a3e5e487ef83d01ca597a65800))
|
|
326
|
+
* **hooks:** wire Tier 1 hooks on Claude Code for hardening parity ([55ede24](https://github.com/event4u-app/agent-config/commit/55ede24e65b5ab7e827fa3a40b04fe9dab091392))
|
|
327
|
+
* **rules:** enforce placement for agent-authored roadmaps ([1624ede](https://github.com/event4u-app/agent-config/commit/1624ede571bcdd28adb7d8dd4868a92b9dbde646))
|
|
328
|
+
* roadmap complexity standard with shape and tier linters ([bd1bac6](https://github.com/event4u-app/agent-config/commit/bd1bac650013e449e7318c60586b7648dbcc144e))
|
|
329
|
+
* **hardening:** tier-1 hooks for onboarding-gate and context-hygiene ([5d107cd](https://github.com/event4u-app/agent-config/commit/5d107cd6fa1352d609491df12604ae0ddb7d7113))
|
|
330
|
+
* **always-budget:** hard-compress direct-answers and no-cheap-questions ([2cb9b0b](https://github.com/event4u-app/agent-config/commit/2cb9b0be7b3e6486c3689fec75e7672507ca97cb))
|
|
331
|
+
* outcome baselines and pattern-memory demos for foundational rules ([f43ede7](https://github.com/event4u-app/agent-config/commit/f43ede70a59cb7460557e6d76b041562056e78ee))
|
|
332
|
+
|
|
333
|
+
### Bug Fixes
|
|
334
|
+
|
|
335
|
+
* **check-refs:** treat .augment/state/*.json as runtime-only paths ([3d4c766](https://github.com/event4u-app/agent-config/commit/3d4c76695af38e764facc8630a97e553f5aac67f))
|
|
336
|
+
* **rules:** sync compressed rules with hardening callouts ([89bd072](https://github.com/event4u-app/agent-config/commit/89bd07267d04d6346a1f36df92759c9208777a9a))
|
|
337
|
+
|
|
338
|
+
### Documentation
|
|
339
|
+
|
|
340
|
+
* **contexts,contracts:** unlink stable artifacts from archived roadmaps ([af4e5c2](https://github.com/event4u-app/agent-config/commit/af4e5c2de6dfb0d2143f48213e04d41c9354deca))
|
|
341
|
+
* **contexts:** lock Tier 2 nudge surface, Tier 3 dispositions, platform parity ([10685a7](https://github.com/event4u-app/agent-config/commit/10685a7f3fceec1b93365cef3531a5e81f55396f))
|
|
342
|
+
* **roadmaps:** relocate budget-v2-matrix to contexts as durable rationale ([33b903a](https://github.com/event4u-app/agent-config/commit/33b903a36feeacffddedde11ff9b1bc3bd5173e3))
|
|
343
|
+
|
|
344
|
+
### Refactoring
|
|
345
|
+
|
|
346
|
+
* **state:** move hook runtime state from .augment/state/ to agents/state/ ([ef5265e](https://github.com/event4u-app/agent-config/commit/ef5265e1ead67b089c4438efcbd4e94f120c6d3e))
|
|
347
|
+
|
|
348
|
+
### Chores
|
|
349
|
+
|
|
350
|
+
* **plugin:** restructure marketplace.json to registry shape ([f3e6f24](https://github.com/event4u-app/agent-config/commit/f3e6f2425fefef2cc5fc338d27e8628ab45a4d41))
|
|
351
|
+
* **council:** archive Budget-v2 audit one-off ([00bf46e](https://github.com/event4u-app/agent-config/commit/00bf46e680e3a66bdbddac35e1ec3a08a8aa11f4))
|
|
352
|
+
* **roadmaps:** archive hardening and context-layer-maturity tracks ([21dec26](https://github.com/event4u-app/agent-config/commit/21dec26b7a6455ab95df6704773426e3dd35574f))
|
|
353
|
+
* regenerate dashboards, hashes, and roadmap progress ([06c50a9](https://github.com/event4u-app/agent-config/commit/06c50a9653bf4250a557ba2fe5a39b8609b3df30))
|
|
354
|
+
* archive ai_council one-off scripts and add location guard ([63e6dbd](https://github.com/event4u-app/agent-config/commit/63e6dbdc49749e97621bcaeaa49f81beb5ffc98c))
|
|
355
|
+
|
|
356
|
+
## [1.17.0](https://github.com/event4u-app/agent-config/compare/1.16.0...1.17.0) (2026-05-04)
|
|
357
|
+
|
|
358
|
+
### Features
|
|
359
|
+
|
|
360
|
+
* **commands:** nest commit/create-pr/feature sub-commands under colon namespace ([ceef48b](https://github.com/event4u-app/agent-config/commit/ceef48bd5b5ff550bc560e722516037a4f45e895))
|
|
361
|
+
* **rules:** add no-roadmap-references rule + CI linter ([a2882a8](https://github.com/event4u-app/agent-config/commit/a2882a8a424b6bee8829426f19e531931e9c77c2))
|
|
362
|
+
* **hooks:** add roadmap-progress-sync pilot hook ([48484f2](https://github.com/event4u-app/agent-config/commit/48484f28cf1ca8857c54d65e7965f62aed552ea2))
|
|
363
|
+
* **budget:** add concentration gate + trend logging ([06f3855](https://github.com/event4u-app/agent-config/commit/06f385518e8326bc4528a7bf7ebfc0c639ddd89a))
|
|
364
|
+
* **council:** add /council cluster dispatcher ([e7aa0c6](https://github.com/event4u-app/agent-config/commit/e7aa0c6970db634b484046f5899165e8fd3ac8a2))
|
|
365
|
+
* **rules:** slim 12 auto-rules — extract mechanics to load_context (Phase 2B) ([9d211c6](https://github.com/event4u-app/agent-config/commit/9d211c68824dde0e7c21592a3079f76deae8cd96))
|
|
366
|
+
* **commands:** Phase 1 — command cluster Phase 2 dispatchers + shims ([2e9d8e0](https://github.com/event4u-app/agent-config/commit/2e9d8e0fcb85f1b34d528a3f3e991e6cd5ba1388))
|
|
367
|
+
* **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))
|
|
368
|
+
* **followups:** land Phase 0b.2 budget headroom recovery (F10) ([62838b3](https://github.com/event4u-app/agent-config/commit/62838b3df6fe7493876594ed84c908241cc286c7))
|
|
369
|
+
* **structural:** lock Phase 0.4 2A.4 contract after council acceptance ([70a13d3](https://github.com/event4u-app/agent-config/commit/70a13d3a17bbea11a7b55af3bd8c16f130d954f2))
|
|
370
|
+
* **structural:** land Phase 0.5 3a-spike scoring protocol + persona-voice rubric ([0fac3eb](https://github.com/event4u-app/agent-config/commit/0fac3ebafa00855d69dc9ca4cbade1a8b3797244))
|
|
371
|
+
* **structural:** land Phase 0.4 2A.4 worked example ([e1412d3](https://github.com/event4u-app/agent-config/commit/e1412d345eb5432e4443b3e077bc1693d2cf3855))
|
|
372
|
+
* **structural:** land Phase 0.3 Phase 6 -> 2B decoupling proof ([67b1024](https://github.com/event4u-app/agent-config/commit/67b1024560552547d79019c3566c1dec0299a948))
|
|
373
|
+
* **structural:** land Phase 0.2 load_context: budget accounting model ([32cfcd4](https://github.com/event4u-app/agent-config/commit/32cfcd41d23998a705128c78f2c0a2bcdf341c87))
|
|
374
|
+
* **structural:** land Phase 0.1 file-ownership matrix schema + generator ([d1dfb02](https://github.com/event4u-app/agent-config/commit/d1dfb024d4ef31aab88bfd749a6e5e5167ac5d75))
|
|
375
|
+
* **structural:** land Phase 0.6 context-file path conventions ([e9c72f4](https://github.com/event4u-app/agent-config/commit/e9c72f4bde948c38bde6e5e740852c29582df91c))
|
|
376
|
+
|
|
377
|
+
### Bug Fixes
|
|
378
|
+
|
|
379
|
+
* **refs:** repair 4 broken cross-references ([7b0f014](https://github.com/event4u-app/agent-config/commit/7b0f014db19af0e9d68979a3ff9d12555f1ee6f5))
|
|
380
|
+
* **sync:** prevent recursive _user prefixing and heal legacy corruption ([0cb0845](https://github.com/event4u-app/agent-config/commit/0cb0845320e14584348505fa0540315091ba7ef9))
|
|
381
|
+
* **ci:** install pyyaml in consistency workflow ([bbad5d0](https://github.com/event4u-app/agent-config/commit/bbad5d06009a3f204051ca3b01102827162fe2f3))
|
|
382
|
+
* **check-refs:** skip references into SKIP_DIRS (gitignored audit trails) ([cd6fcce](https://github.com/event4u-app/agent-config/commit/cd6fcce5411c35baaf228dc3fe0a4202acab6eca))
|
|
383
|
+
* **roadmaps:** mark example/spike/coupling docs as status: draft ([d84dcf4](https://github.com/event4u-app/agent-config/commit/d84dcf44a9f777d87ef273b700ef66389216157d))
|
|
384
|
+
* **compress:** carry load_context into compressed slash-command-routing-policy ([8332fb0](https://github.com/event4u-app/agent-config/commit/8332fb06a4c61ec65e9e21a6a123ea10484477de))
|
|
385
|
+
|
|
386
|
+
### Documentation
|
|
387
|
+
|
|
388
|
+
* repoint cross-references to nested command paths ([fbfb048](https://github.com/event4u-app/agent-config/commit/fbfb0481113aa065779ace75cbd0914eaf002d7c))
|
|
389
|
+
* **roadmap:** add Phase 0a closeout hygiene to rule-hardening ([d68c4f2](https://github.com/event4u-app/agent-config/commit/d68c4f22d09ed9c3b567e996834c0148ffd17492))
|
|
390
|
+
* sync command-count messaging in README/AGENTS/getting-started ([c683e9a](https://github.com/event4u-app/agent-config/commit/c683e9a4bc93294940a8f07402f88510796d91d8))
|
|
391
|
+
* **roadmap:** rule-hardening v2 — council-reviewed revisions ([4d9e225](https://github.com/event4u-app/agent-config/commit/4d9e225108b9c647157eb1f6df9b55c13665588e))
|
|
392
|
+
* **roadmaps:** add context-layer-maturity v2 and rule-hardening ([620961b](https://github.com/event4u-app/agent-config/commit/620961b3f469ddf0ac40ee491c3b65cab0e1000a))
|
|
393
|
+
* **phase6:** chat-history-* trigger overlap audit — Path B (orthogonal) ([62ffad2](https://github.com/event4u-app/agent-config/commit/62ffad234c50ab9930115813e6801a2a8e976199))
|
|
394
|
+
* **phase3:** consolidation audit — DO NOT CONSOLIDATE verdict ([03dc6aa](https://github.com/event4u-app/agent-config/commit/03dc6aad88aee2ebd85bd1d95f402742fcce05d1))
|
|
395
|
+
* **readme:** trim Requirements section to clear lint-readme overload threshold ([30bf18d](https://github.com/event4u-app/agent-config/commit/30bf18da26ce69fe8bf1d688309ad375a082de6b))
|
|
396
|
+
* **counts:** sync command-count messaging after Phase 1 clusters ([8902f49](https://github.com/event4u-app/agent-config/commit/8902f49f3239274828d13ce61a2b28a415dda3f5))
|
|
397
|
+
* **roadmap:** drop slow-rollout protocol; lock single-PR execution (v3.2) ([35885b0](https://github.com/event4u-app/agent-config/commit/35885b01ee3c1510b2e30ad9a3bd40b686efefdf))
|
|
398
|
+
* **followups:** land Phase 2 — README onboarding anchor + host-agent terminology (F1, F3, F4) ([cd12f97](https://github.com/event4u-app/agent-config/commit/cd12f9717c6b6e34efa01e55046d9f0ba0276286))
|
|
399
|
+
* **roadmap:** close out 1.16 followups Phase 0a (F9 + F14 = no-op) ([6171f80](https://github.com/event4u-app/agent-config/commit/6171f805729d45084fee80704be9ec6908f1c84e))
|
|
400
|
+
* **ai-council:** add experimental banner per F11 ([17308e1](https://github.com/event4u-app/agent-config/commit/17308e124fa436fac47f42649a5d1abcdb20f503))
|
|
401
|
+
* **roadmap:** add 1.16.0 follow-ups roadmap v1.1 ([e402e1d](https://github.com/event4u-app/agent-config/commit/e402e1d599d1797a04a70b9fb538fa0bae913645))
|
|
402
|
+
* **roadmap:** add structural-optimization roadmap v3.1 ([547f802](https://github.com/event4u-app/agent-config/commit/547f8024671e1f79570b2a5d69218f93ef1a346c))
|
|
403
|
+
|
|
404
|
+
### Refactoring
|
|
405
|
+
|
|
406
|
+
* **commands:** nest cluster commands into subdirectories ([5fd0df3](https://github.com/event4u-app/agent-config/commit/5fd0df387f0f2182e029fc3f40e5bce3fc4ed598))
|
|
407
|
+
* **refs:** purge roadmap-file links from stable artifacts ([b5a1429](https://github.com/event4u-app/agent-config/commit/b5a1429e3f6a7fa754e816d9ddb1c4b0a6034735))
|
|
408
|
+
* **rules:** amortize shared brevity examples to guideline ([ee581f6](https://github.com/event4u-app/agent-config/commit/ee581f69cc1106ec485dfb7f3ac07ffc2e2886cb))
|
|
409
|
+
|
|
410
|
+
### Tests
|
|
411
|
+
|
|
412
|
+
* **followups:** land Phase 0b.1 failure-mode coverage (F13) ([9560667](https://github.com/event4u-app/agent-config/commit/9560667a328f746316828ab44f0a7ba1fe8c254c))
|
|
413
|
+
|
|
414
|
+
### Chores
|
|
415
|
+
|
|
416
|
+
* **generated:** regenerate compressed dispatchers + hash registry ([552ddfe](https://github.com/event4u-app/agent-config/commit/552ddfeef4837b9681fc3ee72a1a01cf6c230d1a))
|
|
417
|
+
* **commands:** drop ## Migration sections from cluster dispatchers ([02a03e7](https://github.com/event4u-app/agent-config/commit/02a03e7b7fbcc62c1203b7fedef38f0685e85321))
|
|
418
|
+
* **generated:** regenerate compressed sources, tool projections, marketplace, ownership matrix ([f1dddd2](https://github.com/event4u-app/agent-config/commit/f1dddd2499625382b7f7902268bdd468426ce515))
|
|
419
|
+
* **test:** align command-suggester golden + count gate to colon naming ([e1aad41](https://github.com/event4u-app/agent-config/commit/e1aad41624b877e4cb066d6e5075326de79f3693))
|
|
420
|
+
* **generated:** regenerate file-ownership-matrix after command nesting ([12dc0f3](https://github.com/event4u-app/agent-config/commit/12dc0f3b266d6cdec6a53c918fc86098103d0373))
|
|
421
|
+
* **generated:** regenerate compressed sources, tool projections, marketplace, and ownership matrix ([6724878](https://github.com/event4u-app/agent-config/commit/67248786c7589a63c2dabc80b683ace602611ddf))
|
|
422
|
+
* **tooling:** teach scripts to walk nested command directories ([fe5913e](https://github.com/event4u-app/agent-config/commit/fe5913ef2ab6766a042d5e9470e0871d80804ddd))
|
|
423
|
+
* **generated:** regenerate counts, hashes, windsurfrules ([5613b48](https://github.com/event4u-app/agent-config/commit/5613b4858da531a23aa27e23a2bda561152d3809))
|
|
424
|
+
* **roadmaps:** archive 4 closed phase-evidence reports ([d5995c3](https://github.com/event4u-app/agent-config/commit/d5995c31febb3dad31df95d72970de1e1bcf3181))
|
|
425
|
+
* **generated:** regenerate file-ownership-matrix ([75ff69f](https://github.com/event4u-app/agent-config/commit/75ff69fdb45952e00320918d597ea2db239a7f0b))
|
|
426
|
+
* **generated:** regenerate windsurfrules + counts + claude council-default ([02ad3e1](https://github.com/event4u-app/agent-config/commit/02ad3e1079f797f8a72c33f800f1d395499b951e))
|
|
427
|
+
* add ai council scripts ([4cf513c](https://github.com/event4u-app/agent-config/commit/4cf513c90649292324579444f586becd78cfad96))
|
|
428
|
+
* **roadmap:** close & archive road-to-structural-optimization ([3bfef51](https://github.com/event4u-app/agent-config/commit/3bfef5118cdb66db5809fddb3688bb22d3aa8aff))
|
|
429
|
+
* **compression:** refresh compression hashes ([20717d7](https://github.com/event4u-app/agent-config/commit/20717d798c86dd99f17d4c851ea0a8754e249333))
|
|
430
|
+
* regenerate ownership matrix after Phase 2B rule slimming ([17ac19c](https://github.com/event4u-app/agent-config/commit/17ac19cf1938c7fca945b4500c6232cfa4549f2c))
|
|
431
|
+
* **structural:** regenerate file-ownership-matrix after Phase 1 clusters ([29aabb1](https://github.com/event4u-app/agent-config/commit/29aabb11351f9fe648644b508eb6d24a5870b160))
|
|
432
|
+
* **sync:** regenerate agents/index.md + docs/catalog.md after Phase 1 clusters ([f07987a](https://github.com/event4u-app/agent-config/commit/f07987ac12aaa77cbc4c7584ac00607e5a438318))
|
|
433
|
+
* **sync:** regenerate compressed outputs + tool projections for Phase 1 clusters ([99466c0](https://github.com/event4u-app/agent-config/commit/99466c0a77116c7ed70db38fd957d061ad18e307))
|
|
434
|
+
* **sync:** compress contexts/judges/persona-voice-rubric.md into .agent-src/ ([4060d01](https://github.com/event4u-app/agent-config/commit/4060d01af0680c2a913295166b978b605b1453db))
|
|
435
|
+
* **roadmap:** archive road-to-1-16-followups (100% done) + regen dashboard ([f78a9ad](https://github.com/event4u-app/agent-config/commit/f78a9ada649c01c03aa4e866e20bb32b547cd9d0))
|
|
436
|
+
* **roadmap:** regenerate progress dashboard after 1.16 followups Phase 1+2 ([780db39](https://github.com/event4u-app/agent-config/commit/780db39b68230b68c51f158d8cc8b78e7937a40c))
|
|
437
|
+
* **ai-council:** add multi-provider council scripts and openai sdk ([3c2360d](https://github.com/event4u-app/agent-config/commit/3c2360d137069287b7e2547a6132d36ebed09978))
|
|
438
|
+
* add task command, to install chatgpt key ([1acea8b](https://github.com/event4u-app/agent-config/commit/1acea8b6dc329c70079cec42d5a98886c913acfd))
|
|
439
|
+
|
|
440
|
+
### Other
|
|
441
|
+
|
|
442
|
+
* **commands:** update cross-references to colon-namespaced sub-commands ([13caa6d](https://github.com/event4u-app/agent-config/commit/13caa6d9c116012f726947fa50a281ca34ce16c2))
|
|
443
|
+
* fix_: thinking drift ([1d2d158](https://github.com/event4u-app/agent-config/commit/1d2d15833e6b9764e7c734e66b25cecdf1dc12ab))
|
|
444
|
+
|
|
321
445
|
## [1.16.0](https://github.com/event4u-app/agent-config/compare/1.15.0...1.16.0) (2026-05-03)
|
|
322
446
|
|
|
323
447
|
### Features
|
|
@@ -552,7 +676,7 @@ our recommendation order, not its support status.
|
|
|
552
676
|
* **linear:** Phase 3 — Linear AI rules digest builder + three-layer split ([3dcbf0a](https://github.com/event4u-app/agent-config/commit/3dcbf0af3c2dca70ef70f18af70a3568516f0147))
|
|
553
677
|
* **rules:** add commit-policy as canonical no-commit-no-ask rule ([fd208ea](https://github.com/event4u-app/agent-config/commit/fd208ea1c0f95aaa58d930c99ff0e51dd27600ed))
|
|
554
678
|
* **rules:** add autonomous-execution rule with intent-based opt-in ([fbff529](https://github.com/event4u-app/agent-config/commit/fbff5299b32606b7f13f06c856a4d4556c908fcb))
|
|
555
|
-
* **commands:** add /commit
|
|
679
|
+
* **commands:** add /commit:in-chunks for autonomous commit splitting ([b53fa7b](https://github.com/event4u-app/agent-config/commit/b53fa7b277a107af8acc6076baf8c985f0fbb901))
|
|
556
680
|
* **cloud:** mark T3-H artifacts cloud-safe (4 noop + 4 degrade) ([0eb7eb3](https://github.com/event4u-app/agent-config/commit/0eb7eb3cdbf590e3ef87f372c3fd09d85aa5cfd5))
|
|
557
681
|
* **cloud:** cloud-safe marker detection + variant rendering ([67bf28b](https://github.com/event4u-app/agent-config/commit/67bf28b8f85384333f5d26807ad92e6d0b456288))
|
|
558
682
|
* **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>51 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** | 51 | 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
|
|