feat: config with agents rework

This commit is contained in:
m3tm3re
2026-04-13 16:53:17 +02:00
parent a81e178856
commit ccca3dd9db
47 changed files with 5940 additions and 22 deletions

View File

@@ -0,0 +1,38 @@
Task 1: Capture Golden File Baseline
=====================================
Golden File Location:
/home/m3tam3re/p/AI/AGENTS/.sisyphus/evidence/agents-golden.json
Verification Results:
✓ File created successfully
✓ Valid JSON (jq parseable)
✓ Agent count: 6
✓ Sorted alphabetically by agent name
Agent Names (6 total):
1. Apollo (Knowledge Management)
2. Athena (Researcher)
3. Calliope (Writer)
4. Chiron (Assistant)
5. Chiron Forge (Builder)
6. Hermes (Communication)
Agent Object Structure (keys per agent):
- description
- mode
- model
- permission
- prompt
Permission Subkeys:
- question
- webfetch
- websearch
- edit
- bash
- external_directory
Sorting Method: jq --sort-keys (alphabetical)
Baseline Status: ✓ READY FOR TASK 8 (backward-compat bridge verification)