Commit 91166ea
authored
feat: optimized AIOX agents and skills for Grok Build (#800)
* feat: add optimized AIOX agents and skills for Grok Build
Introduce .grok/ integration with token-efficient agent profiles,
slash skills, roles, personas, and compact rules. Add regenerable
sync script (npm run sync:skills:grok) so Grok stays aligned with
.source agents under .aiox-core/development/agents/.
* fix: improve grok-skills-sync purpose metadata for IDS registry
Clarify the generator module purpose so entity-registry extraction no
longer picks an unrelated CodeRabbit comment string.
* test: harden flaky pre-push suites for local agent pollution
Make Claude subagent governance validate the core aiox-* set instead of
exact directory equality, and guard dev-context-loader cacheHits when
status/shape is incomplete.
* fix: regenerate install manifest for entity-registry hash
CI Install Manifest Validation failed because data/entity-registry.yaml
hash no longer matched install-manifest.yaml after IDS updates.
* fix: address CodeRabbit review on Grok skills sync
Escape YAML/TOML scalars, constrain generated write paths under .grok/,
block git push for squad-creator, label markdown fences, and keep the
cacheHits > 0 assertion in dev-context-loader.
* chore: sync entity-registry and install manifest after IDS hook
Keep install-manifest hash aligned with entity-registry so CI
Install Manifest Validation stays green.1 parent 77265d5 commit 91166ea
62 files changed
Lines changed: 4482 additions & 837 deletions
File tree
- .aiox-core
- data
- infrastructure/scripts/grok-skills-sync
- .grok
- agents
- personas
- roles
- rules
- skills
- aiox-analyst
- aiox-architect
- aiox-commit
- aiox-data-engineer
- aiox-devops
- aiox-dev
- aiox-handoff
- aiox-master
- aiox-pm
- aiox-po
- aiox-qa
- aiox-quality-gates
- aiox-sdc
- aiox-sm
- aiox-squad-creator
- aiox-ux-design-expert
- tests
- claude
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments