@event4u/agent-config 1.9.1 → 1.12.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.
Files changed (77) hide show
  1. package/.agent-src/commands/agent-handoff.md +15 -0
  2. package/.agent-src/commands/chat-history-clear.md +98 -0
  3. package/.agent-src/commands/chat-history-resume.md +178 -0
  4. package/.agent-src/commands/chat-history.md +102 -0
  5. package/.agent-src/commands/compress.md +9 -9
  6. package/.agent-src/commands/copilot-agents-init.md +1 -1
  7. package/.agent-src/commands/fix-portability.md +2 -2
  8. package/.agent-src/commands/fix-pr-bot-comments.md +1 -1
  9. package/.agent-src/commands/fix-pr-developer-comments.md +1 -1
  10. package/.agent-src/commands/fix-references.md +2 -2
  11. package/.agent-src/commands/mode.md +5 -5
  12. package/.agent-src/commands/onboard.md +171 -0
  13. package/.agent-src/commands/roadmap-create.md +7 -2
  14. package/.agent-src/commands/roadmap-execute.md +2 -2
  15. package/.agent-src/commands/set-cost-profile.md +101 -0
  16. package/.agent-src/commands/sync-agent-settings.md +122 -0
  17. package/.agent-src/commands/sync-gitignore.md +104 -0
  18. package/.agent-src/commands/tests-execute.md +6 -6
  19. package/.agent-src/commands/upstream-contribute.md +5 -4
  20. package/.agent-src/contexts/augment-infrastructure.md +2 -2
  21. package/.agent-src/contexts/override-system.md +1 -1
  22. package/.agent-src/contexts/subagent-configuration.md +3 -3
  23. package/.agent-src/guidelines/agent-infra/layered-settings.md +48 -5
  24. package/.agent-src/rules/ask-when-uncertain.md +56 -3
  25. package/.agent-src/rules/augment-portability.md +52 -1
  26. package/.agent-src/rules/augment-source-of-truth.md +10 -10
  27. package/.agent-src/rules/chat-history.md +171 -0
  28. package/.agent-src/rules/docker-commands.md +5 -7
  29. package/.agent-src/rules/docs-sync.md +13 -9
  30. package/.agent-src/rules/improve-before-implement.md +2 -0
  31. package/.agent-src/rules/onboarding-gate.md +94 -0
  32. package/.agent-src/rules/package-ci-checks.md +6 -5
  33. package/.agent-src/rules/roadmap-progress-sync.md +24 -13
  34. package/.agent-src/rules/size-enforcement.md +1 -1
  35. package/.agent-src/rules/skill-quality.md +1 -1
  36. package/.agent-src/rules/think-before-action.md +1 -0
  37. package/.agent-src/scripts/update_roadmap_progress.py +26 -9
  38. package/.agent-src/skills/check-refs/SKILL.md +1 -1
  39. package/.agent-src/skills/command-routing/SKILL.md +1 -1
  40. package/.agent-src/skills/command-writing/SKILL.md +4 -3
  41. package/.agent-src/skills/file-editor/SKILL.md +2 -2
  42. package/.agent-src/skills/guideline-writing/SKILL.md +4 -3
  43. package/.agent-src/skills/learning-to-rule-or-skill/SKILL.md +2 -2
  44. package/.agent-src/skills/lint-skills/SKILL.md +1 -1
  45. package/.agent-src/skills/roadmap-management/SKILL.md +13 -10
  46. package/.agent-src/skills/rtk-output-filtering/SKILL.md +20 -30
  47. package/.agent-src/skills/rule-writing/SKILL.md +5 -5
  48. package/.agent-src/skills/terragrunt/SKILL.md +0 -8
  49. package/.agent-src/skills/upstream-contribute/SKILL.md +5 -4
  50. package/.agent-src/templates/agent-settings.md +86 -34
  51. package/.claude-plugin/marketplace.json +1 -1
  52. package/AGENTS.md +2 -2
  53. package/CHANGELOG.md +296 -0
  54. package/CONTRIBUTING.md +89 -40
  55. package/README.md +3 -3
  56. package/composer.json +2 -1
  57. package/config/agent-settings.template.yml +45 -6
  58. package/config/gitignore-block.txt +24 -0
  59. package/config/profiles/balanced.ini +5 -0
  60. package/config/profiles/full.ini +5 -0
  61. package/config/profiles/minimal.ini +5 -0
  62. package/docs/customization.md +30 -4
  63. package/docs/getting-started.md +52 -3
  64. package/docs/mcp.md +15 -4
  65. package/package.json +13 -2
  66. package/scripts/agent-config +155 -0
  67. package/scripts/chat_history.py +519 -0
  68. package/scripts/check_portability.py +151 -1
  69. package/scripts/install.py +55 -3
  70. package/scripts/install.sh +50 -21
  71. package/scripts/mcp_render.py +30 -16
  72. package/scripts/release.py +588 -0
  73. package/scripts/sync_agent_settings.py +211 -0
  74. package/scripts/sync_gitignore.py +226 -0
  75. package/templates/agent-config-wrapper.sh +47 -0
  76. package/.agent-src/commands/config-agent-settings.md +0 -126
  77. 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
- }