Commit Graph

2 Commits

Author SHA1 Message Date
Atlas refactor
bd0be97630 Refactor: drop Vega framing, promote Atlas to repo root
This repo IS Atlas (总助 Claw / 老板视角项目执行雷达). The earlier
two-profile framing (Atlas + Vega placeholder) was a misread — Vega is
the agent persona answering Multica issues, not the product. Vega has
no relationship to assistant-claw the product.

Changes:
- Move atlas/* to top-level (git mv preserves history)
- Remove empty Vega placeholders prompts/.gitkeep, tools/.gitkeep
- Delete atlas/ wrapper directory (now empty)
- Update path references in INTEGRATION-hermes.md, scripts/mirror-...sh,
  docs/decisions/0001-mirror-nuwa-skill.md
- Rewrite README.md as Atlas-only, remove dual-profile language

After this commit:
- Top-level OpenClaw 8 files (IDENTITY/SOUL/USER/AGENTS/TOOLS/MEMORY/
  BOOTSTRAP/HEARTBEAT + CLAUDE symlink + zh-CN mirrors)
- skills/{6 sub-skills + DESCRIPTION + README}
- mcp-tools/{spec + Python implementation}
- state-schemas/{project, person, customer + README}
- autopilots/{5 atlas-*.yaml}
- client-deck/, docs/decisions/, scripts/

The ~/.hermes/skills/atlas/ destination convention preserved (atlas as
a skill namespace on the operator's machine, distinct from source path).
2026-05-09 17:54:18 +08:00
Vega
67368bcfbc Scaffold repo: README, .gitignore, prompts/skills/tools/autopilots/docs
Initial structure for the 总助Claw (Vega) config repo. The repo is the
single source of truth for Vega's manageable content:
- prompts/      system prompt, persona, voice
- skills/       reusable skill definitions (Markdown + frontmatter)
- tools/        MCP servers and custom scripts Vega calls
- autopilots/   scheduled / triggered automations (mirrors multica autopilot)
- docs/         design decisions, runbooks

README documents scope, conventions (issues live in Multica, content
changes go via PR), and a near-term roadmap. .gitignore covers OS,
editor, env, Python, and Node noise. All directories use .gitkeep
placeholders.
2026-05-09 16:41:34 +08:00