migrate mosaic home to xdg config path
This commit is contained in:
@@ -4,14 +4,14 @@ Use this adapter when running Claude CLI sessions.
|
||||
|
||||
## Required Context
|
||||
|
||||
1. `~/.mosaic/STANDARDS.md`
|
||||
1. `~/.config/mosaic/STANDARDS.md`
|
||||
2. `<repo>/AGENTS.md`
|
||||
|
||||
## Command Wrapper
|
||||
|
||||
Use wrapper commands from `~/.mosaic/bin/` for lifecycle rituals.
|
||||
Use wrapper commands from `~/.config/mosaic/bin/` for lifecycle rituals.
|
||||
|
||||
## Migration Note
|
||||
|
||||
Project-local `.claude/commands/*.md` should call `scripts/agent/*.sh` so behavior stays runtime-neutral.
|
||||
Guides and rails should resolve to `~/.mosaic/guides` and `~/.mosaic/rails` (linked into `~/.claude` for compatibility).
|
||||
Guides and rails should resolve to `~/.config/mosaic/guides` and `~/.config/mosaic/rails` (linked into `~/.claude` for compatibility).
|
||||
|
||||
@@ -4,7 +4,7 @@ Use this adapter when running Codex CLI sessions.
|
||||
|
||||
## Required Context
|
||||
|
||||
1. `~/.mosaic/STANDARDS.md`
|
||||
1. `~/.config/mosaic/STANDARDS.md`
|
||||
2. `<repo>/AGENTS.md`
|
||||
|
||||
## Runtime Behavior
|
||||
|
||||
@@ -4,7 +4,7 @@ For runtimes without a first-class adapter yet.
|
||||
|
||||
## Required Context
|
||||
|
||||
1. Load `~/.mosaic/STANDARDS.md`
|
||||
1. Load `~/.config/mosaic/STANDARDS.md`
|
||||
2. Load project `AGENTS.md`
|
||||
|
||||
## Minimal Contract
|
||||
|
||||
Reference in New Issue
Block a user