Commit Graph

4 Commits

Author SHA1 Message Date
winlin
344fa17e7c Codex: Fix workspace instruction paths. 2026-04-28 07:15:23 -04:00
winlin
55fc52a0f6 Claude: Replace AGENTS.md symlinks with explicit workspace instructions
Convert .claude/CLAUDE.md and .codex/CODEX.md from symlinks to ../.openclaw/AGENTS.md
into standalone files that instruct the agent to read IDENTITY.md, MEMORY.md, SOUL.md,
TOOLS.md, and USER.md directly. Drop the SessionStart hook in .claude/settings.local.json
and the project_doc_fallback_filenames / project_doc_max_bytes entries in
.codex/config.toml, since the entrypoint files now reference the workspace docs explicitly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-26 11:16:00 -04:00
winlin
ada9396e48 OpenClaw: Rename openclaw/ to .openclaw/ and update all symlinks and paths
- Rename workspace directory from openclaw/ to .openclaw/ (hidden)
- Update all symlinks in .claude/, .codex/, .kiro/ to point to ../.openclaw/
- Add memory symlinks for .claude/, .codex/, .kiro/
- Replace .codex/CODEX.md regular file with symlink to AGENTS.md
- Remove .codex/AGENTS.md symlink (replaced by CODEX.md symlink)
- Update internal paths in MEMORY.md, TOOLS.md
- Remove kb-review and srs-learn skills
- Update srs-support and st-develop skills: unified SRS_ROOT resolution, relative knowledge base paths
2026-03-22 11:14:24 -04:00
Winlin
f48b2b31d9
OpenClaw: Unify AI agent configs with shared persona symlinks (#4653)
Replace vendor-specific config (.augment-guidelines, .augmentignore) with
a unified approach: .claude/, .codex/, and .kiro/ directories all symlink
to the canonical persona files in openclaw/ (SOUL.md, USER.md, MEMORY.md,
IDENTITY.md, TOOLS.md, AGENTS.md).

All artificial intelligence programming entities, including Claude Code, Codex, 
and Kiro, possess commonality. the same identity, memory, and conventions 
without file duplication.

- Remove .augment-guidelines and .augmentignore (Augment AI)
- Add .claude/ with settings.local.json hook to auto-load persona files
- Add .codex/ with config.toml and CODEX.md instruction entrypoint
- Rename .agents/skills to .codex/skills
- Add .kiro/steering/ with persona symlinks
- Document ACP working directory convention in TOOLS.md
- Update openclaw/.gitignore for .pi and extensions directories

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 10:37:09 -04:00