m3tm3re
3487050bbd
feat(rules): add git-identity rule and update agent prompts
2026-04-27 12:50:27 +02:00
m3tm3re
ccca3dd9db
feat: config with agents rework
2026-04-13 16:53:17 +02:00
m3tm3re
7a8dd525c9
feat: add canonical agent.toml definitions for all 6 agents
2026-04-10 16:03:58 +02:00
m3tm3re
cd553b4031
docs: add canonical agent.toml schema definition
2026-04-10 15:59:29 +02:00
m3tm3re
6fceea7460
refactor: modernize agent configs, remove beads, update README
...
- Upgrade all agents from glm-4.7 to glm-5 with descriptive names
- Add comprehensive permission configs (bash, edit, external_directory) for all agents
- Remove .beads/ issue tracking directory
- Update README: fix opencode URL to opencode.ai, remove beads sections, formatting cleanup
2026-02-17 09:15:15 +01:00
m3tm3re
f20f5223d5
Create agents.json with 6 agent definitions (Wave 1, Task 1)
...
- Added all 6 agents: chiron, chiron-forge, hermes, athena, apollo, calliope
- Primary agents (2): chiron (Plan Mode), chiron-forge (Build Mode)
- Subagents (4): hermes (communications), athena (work knowledge), apollo (private knowledge), calliope (writing)
- All agents use model: zai-coding-plan/glm-4.7
- Prompt references use file pattern: {file:./prompts/<name>.txt}
- Permission structure: primaries have external_directory rules, subagents have simple question: allow
- Verified with Python JSON validation (6 agents, correct names)
- Documented patterns and learnings in notepad
2026-02-03 20:14:34 +01:00
m3tm3re
7e4a44eed6
Agent restructure
2026-02-03 20:04:26 +01:00
m3tm3re
cb383f9c7f
Athena permissions refined
2026-02-02 19:21:04 +01:00
m3tm3re
c58c28aef5
chore(agents): refine permissions for Chiron and Chriton-Forge with security hardening
2026-02-02 19:06:49 +01:00
m3tm3re
63cd7fe102
Rename directories to plural form: skill/ → skills/, agent/ → agents/, command/ → commands/
...
- Rename skill/ to skills/ for consistency with naming conventions
- Rename agent/ to agents/ and command/ to commands/
- Update AGENTS.md with all directory references
- Update scripts/test-skill.sh paths
- Update prompts/athena.txt documentation
This aligns with best practices of using plural directory names and updates
all documentation to reflect the new structure.
2026-01-26 20:42:05 +01:00