@event4u/agent-config 1.9.1 → 1.13.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/agent-handoff.md +15 -0
- package/.agent-src/commands/chat-history-clear.md +98 -0
- package/.agent-src/commands/chat-history-resume.md +178 -0
- package/.agent-src/commands/chat-history.md +102 -0
- package/.agent-src/commands/compress.md +9 -9
- package/.agent-src/commands/copilot-agents-init.md +1 -1
- package/.agent-src/commands/fix-portability.md +2 -2
- package/.agent-src/commands/fix-pr-bot-comments.md +1 -1
- package/.agent-src/commands/fix-pr-developer-comments.md +1 -1
- package/.agent-src/commands/fix-references.md +2 -2
- package/.agent-src/commands/mode.md +5 -5
- package/.agent-src/commands/onboard.md +171 -0
- package/.agent-src/commands/roadmap-create.md +7 -2
- package/.agent-src/commands/roadmap-execute.md +2 -2
- package/.agent-src/commands/set-cost-profile.md +101 -0
- package/.agent-src/commands/sync-agent-settings.md +122 -0
- package/.agent-src/commands/sync-gitignore.md +104 -0
- package/.agent-src/commands/tests-execute.md +6 -6
- package/.agent-src/commands/upstream-contribute.md +5 -4
- package/.agent-src/contexts/augment-infrastructure.md +2 -2
- package/.agent-src/contexts/override-system.md +1 -1
- package/.agent-src/contexts/subagent-configuration.md +3 -3
- package/.agent-src/guidelines/agent-infra/layered-settings.md +48 -5
- package/.agent-src/rules/ask-when-uncertain.md +56 -3
- package/.agent-src/rules/augment-portability.md +52 -1
- package/.agent-src/rules/augment-source-of-truth.md +10 -10
- package/.agent-src/rules/chat-history.md +171 -0
- package/.agent-src/rules/docker-commands.md +5 -7
- package/.agent-src/rules/docs-sync.md +13 -9
- package/.agent-src/rules/improve-before-implement.md +2 -0
- package/.agent-src/rules/onboarding-gate.md +94 -0
- package/.agent-src/rules/package-ci-checks.md +6 -5
- package/.agent-src/rules/roadmap-progress-sync.md +24 -13
- package/.agent-src/rules/size-enforcement.md +1 -1
- package/.agent-src/rules/skill-quality.md +1 -1
- package/.agent-src/rules/think-before-action.md +1 -0
- package/.agent-src/rules/user-interaction.md +53 -7
- package/.agent-src/scripts/update_roadmap_progress.py +57 -10
- package/.agent-src/skills/check-refs/SKILL.md +1 -1
- package/.agent-src/skills/command-routing/SKILL.md +1 -1
- package/.agent-src/skills/command-writing/SKILL.md +4 -3
- package/.agent-src/skills/file-editor/SKILL.md +2 -2
- package/.agent-src/skills/guideline-writing/SKILL.md +4 -3
- package/.agent-src/skills/learning-to-rule-or-skill/SKILL.md +2 -2
- package/.agent-src/skills/lint-skills/SKILL.md +1 -1
- package/.agent-src/skills/roadmap-management/SKILL.md +13 -10
- package/.agent-src/skills/rtk-output-filtering/SKILL.md +20 -30
- package/.agent-src/skills/rule-writing/SKILL.md +5 -5
- package/.agent-src/skills/terragrunt/SKILL.md +0 -8
- package/.agent-src/skills/upstream-contribute/SKILL.md +5 -4
- package/.agent-src/templates/agent-settings.md +86 -34
- package/.agent-src/templates/github-workflows/roadmap-progress-check.yml +63 -0
- package/.agent-src/templates/hooks/pre-commit-roadmap-progress +60 -0
- package/.agent-src/templates/scripts/memory_lookup.py +382 -21
- package/.agent-src/templates/scripts/memory_status.py +110 -9
- package/.claude-plugin/marketplace.json +1 -1
- package/AGENTS.md +2 -2
- package/CHANGELOG.md +320 -0
- package/CONTRIBUTING.md +89 -40
- package/README.md +24 -3
- package/composer.json +5 -1
- package/config/agent-settings.template.yml +45 -6
- package/config/gitignore-block.txt +24 -0
- package/config/profiles/balanced.ini +5 -0
- package/config/profiles/full.ini +5 -0
- package/config/profiles/minimal.ini +5 -0
- package/docs/customization.md +30 -4
- package/docs/getting-started.md +53 -3
- package/docs/mcp.md +15 -4
- package/package.json +21 -2
- package/scripts/agent-config +230 -0
- package/scripts/chat_history.py +519 -0
- package/scripts/check_portability.py +151 -1
- package/scripts/install.py +55 -3
- package/scripts/install.sh +50 -21
- package/scripts/mcp_render.py +30 -16
- package/scripts/memory_lookup.py +143 -7
- package/scripts/memory_status.py +76 -14
- package/scripts/postinstall.sh +16 -0
- package/scripts/release.py +588 -0
- package/scripts/sync_agent_settings.py +211 -0
- package/scripts/sync_gitignore.py +226 -0
- package/templates/agent-config-wrapper.sh +47 -0
- package/.agent-src/commands/config-agent-settings.md +0 -126
- package/.agent-src/skills/eloquent/evals/last-run.json +0 -99
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"skill": "eloquent",
|
|
3
|
-
"model": "claude-sonnet-4-5",
|
|
4
|
-
"timestamp": "2026-04-21T08:32:36+00:00",
|
|
5
|
-
"router": "mock",
|
|
6
|
-
"queries": [
|
|
7
|
-
{
|
|
8
|
-
"q": "fetch all users with their latest order eagerly",
|
|
9
|
-
"expected": true,
|
|
10
|
-
"observed": true,
|
|
11
|
-
"loaded_skills": [
|
|
12
|
-
"eloquent"
|
|
13
|
-
],
|
|
14
|
-
"passed": true
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"q": "add a scope to Product that filters by active and in-stock",
|
|
18
|
-
"expected": true,
|
|
19
|
-
"observed": true,
|
|
20
|
-
"loaded_skills": [
|
|
21
|
-
"eloquent"
|
|
22
|
-
],
|
|
23
|
-
"passed": true
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"q": "my blog model should cast the tags column to array",
|
|
27
|
-
"expected": true,
|
|
28
|
-
"observed": true,
|
|
29
|
-
"loaded_skills": [
|
|
30
|
-
"eloquent"
|
|
31
|
-
],
|
|
32
|
-
"passed": true
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"q": "write a relationship from Invoice to LineItems using hasMany",
|
|
36
|
-
"expected": true,
|
|
37
|
-
"observed": true,
|
|
38
|
-
"loaded_skills": [
|
|
39
|
-
"eloquent"
|
|
40
|
-
],
|
|
41
|
-
"passed": true
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"q": "this N+1 is killing me \u2014 how do I eager load nested relations?",
|
|
45
|
-
"expected": true,
|
|
46
|
-
"observed": true,
|
|
47
|
-
"loaded_skills": [
|
|
48
|
-
"eloquent"
|
|
49
|
-
],
|
|
50
|
-
"passed": true
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"q": "create a migration for adding an index on users.email",
|
|
54
|
-
"expected": false,
|
|
55
|
-
"observed": false,
|
|
56
|
-
"loaded_skills": [],
|
|
57
|
-
"passed": true
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"q": "write a Pest test for the UserService",
|
|
61
|
-
"expected": false,
|
|
62
|
-
"observed": false,
|
|
63
|
-
"loaded_skills": [],
|
|
64
|
-
"passed": true
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"q": "phpstan says mixed return type on my model method",
|
|
68
|
-
"expected": false,
|
|
69
|
-
"observed": false,
|
|
70
|
-
"loaded_skills": [],
|
|
71
|
-
"passed": true
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"q": "run the seeder with --class=ProductSeeder",
|
|
75
|
-
"expected": false,
|
|
76
|
-
"observed": false,
|
|
77
|
-
"loaded_skills": [],
|
|
78
|
-
"passed": true
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"q": "what SQL does chunk() generate under the hood?",
|
|
82
|
-
"expected": false,
|
|
83
|
-
"observed": false,
|
|
84
|
-
"loaded_skills": [],
|
|
85
|
-
"passed": true
|
|
86
|
-
}
|
|
87
|
-
],
|
|
88
|
-
"metrics": {
|
|
89
|
-
"true_positive": 5,
|
|
90
|
-
"false_positive": 0,
|
|
91
|
-
"true_negative": 5,
|
|
92
|
-
"false_negative": 0,
|
|
93
|
-
"precision": 1.0,
|
|
94
|
-
"recall": 1.0
|
|
95
|
-
},
|
|
96
|
-
"input_tokens": 20122,
|
|
97
|
-
"output_tokens": 160,
|
|
98
|
-
"cost_usd_estimate": 0.062766
|
|
99
|
-
}
|