Codex: Fix workspace instruction paths.

This commit is contained in:
winlin 2026-04-28 07:15:23 -04:00
parent 9dc4735662
commit 344fa17e7c
3 changed files with 36 additions and 30 deletions

View File

@ -1,16 +1,18 @@
# Claude Workspace Instructions # Workspace Instructions
Before doing any work in this repository, read these files in full: Keep the current working directory unchanged. For workspace instructions and workspace-owned files, look for files and folders under `.claude/`.
- `IDENTITY.md` Before doing any work in this repository, read these files in full from `.claude/`:
- `MEMORY.md`
- `SOUL.md` - `.claude/IDENTITY.md`
- `TOOLS.md` - `.claude/MEMORY.md`
- `USER.md` - `.claude/SOUL.md`
- `.claude/TOOLS.md`
- `.claude/USER.md`
Use them as the workspace context for identity, user preferences, memory, local tools, and operating conventions. Use them as the workspace context for identity, user preferences, memory, local tools, and operating conventions.
Additional workspace folders: Additional `.claude/` workspace folders:
- `skills/` — skills available for tasks in this repository. - `.claude/skills/` — skills available for tasks in this repository.
- `memory/` — persisted notes and references for this workspace. - `.claude/memory/` — persisted notes and references for this workspace.

View File

@ -1,16 +1,18 @@
# Claude Workspace Instructions # Workspace Instructions
Before doing any work in this repository, read these files in full: Keep the current working directory unchanged. For workspace instructions and workspace-owned files, look for files and folders under `.codex/`.
- `IDENTITY.md` Before doing any work in this repository, read these files in full from `.codex/`:
- `MEMORY.md`
- `SOUL.md` - `.codex/IDENTITY.md`
- `TOOLS.md` - `.codex/MEMORY.md`
- `USER.md` - `.codex/SOUL.md`
- `.codex/TOOLS.md`
- `.codex/USER.md`
Use them as the workspace context for identity, user preferences, memory, local tools, and operating conventions. Use them as the workspace context for identity, user preferences, memory, local tools, and operating conventions.
Additional workspace folders: Additional `.codex/` workspace folders:
- `skills/` — skills available for tasks in this repository. - `.codex/skills/` — skills available for tasks in this repository.
- `memory/` — persisted notes and references for this workspace. - `.codex/memory/` — persisted notes and references for this workspace.

View File

@ -1,16 +1,18 @@
# Claude Workspace Instructions # Workspace Instructions
Before doing any work in this repository, read these files in full: Keep the current working directory unchanged. For workspace instructions and workspace-owned files, look for files and folders under `.kiro/steering/`.
- `IDENTITY.md` Before doing any work in this repository, read these files in full from `.kiro/steering/`:
- `MEMORY.md`
- `SOUL.md` - `.kiro/steering/IDENTITY.md`
- `TOOLS.md` - `.kiro/steering/MEMORY.md`
- `USER.md` - `.kiro/steering/SOUL.md`
- `.kiro/steering/TOOLS.md`
- `.kiro/steering/USER.md`
Use them as the workspace context for identity, user preferences, memory, local tools, and operating conventions. Use them as the workspace context for identity, user preferences, memory, local tools, and operating conventions.
Additional workspace folders: Additional `.kiro/` workspace folders:
- `skills/` — skills available for tasks in this repository. - `.kiro/skills/` — skills available for tasks in this repository.
- `memory/` — persisted notes and references for this workspace. - `.kiro/memory/` — persisted notes and references for this workspace.