refactor: rename apollo to ares and add ascii art display

- Rename agent from "Apollo" to "Ares" across documentation and configuration
- Update config.json to reference Ares container image instead of Apollo
- Replace Apollo logo with Ares logo in documentation
- Rename workspace file from Apollo.code-workspace to Ares.code-workspace
- Add ASCII art display function to agent startup sequence
- Remove obsolete refactor analysis document
This commit is contained in:
Aryma
2026-04-14 13:15:43 +07:00
parent f673320936
commit 6321bfc31b
14 changed files with 109 additions and 293 deletions

View File

@@ -5,6 +5,6 @@
"exclude_documentation_c2": false,
"exclude_agent_icons": false,
"remote_images": {
"apollo": "ghcr.io/mythicagents/apollo:v0.0.1.12"
"ares": "ghcr.io/mythicagents/ares:v0.0.1.12"
}
}