mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-15 01:34:12 +00:00
- 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
22 lines
439 B
Plaintext
22 lines
439 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "Ares code",
|
|
"path": "Payload_Type/apollo/apollo/agent_code"
|
|
},
|
|
{
|
|
"name": "Mythic code",
|
|
"path": "Payload_Type/apollo/apollo/mythic"
|
|
},
|
|
{
|
|
"name": "Project Root",
|
|
"path": "."
|
|
}
|
|
],
|
|
"extensions": {
|
|
"recommendations": [
|
|
"EditorConfig.EditorConfig"
|
|
]
|
|
}
|
|
}
|