Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Releases/v4.0.3/.claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ FOR: Multi-step, complex, or difficult work. Troubleshooting, debugging, buildin

- **Mandatory output format** — Every response MUST use exactly one of the output formats above (ALGORITHM, NATIVE, or MINIMAL). No freeform output.
- **Response format before questions** — Always complete the current response format output FIRST, then invoke AskUserQuestion at the end.
- **Modifying this file** — This file is generated from `CLAUDE.md.template` by `BuildCLAUDE.ts`. Do not edit `CLAUDE.md` directly — changes will be overwritten on next session. To modify: (1) edit `CLAUDE.md.template`, (2) run `bun PAI/Tools/BuildCLAUDE.ts` to regenerate, (3) inform the user that their manual post-build verification step is needed before the next session.

---

### Behavioral Rules

@PAI/AISTEERINGRULES.md

@PAI/USER/AISTEERINGRULES.md

---

Expand Down
9 changes: 9 additions & 0 deletions Releases/v4.0.3/.claude/CLAUDE.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ FOR: Multi-step, complex, or difficult work. Troubleshooting, debugging, buildin

- **Mandatory output format** — Every response MUST use exactly one of the output formats above (ALGORITHM, NATIVE, or MINIMAL). No freeform output.
- **Response format before questions** — Always complete the current response format output FIRST, then invoke AskUserQuestion at the end.
- **Modifying this file** — This file is generated from `CLAUDE.md.template` by `BuildCLAUDE.ts`. Do not edit `CLAUDE.md` directly — changes will be overwritten on next session. To modify: (1) edit `CLAUDE.md.template`, (2) run `bun PAI/Tools/BuildCLAUDE.ts` to regenerate, (3) inform the user that their manual post-build verification step is needed before the next session.

---

### Behavioral Rules

@PAI/AISTEERINGRULES.md

@PAI/USER/AISTEERINGRULES.md

---

Expand Down
2 changes: 0 additions & 2 deletions Releases/v4.0.3/.claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -888,8 +888,6 @@
"loadAtStartup": {
"_docs": "Files force-loaded into session context at startup by LoadContext.hook.ts. Paths relative to PAI_DIR. Injected as <system-reminder> blocks.",
"files": [
"PAI/AISTEERINGRULES.md",
"PAI/USER/AISTEERINGRULES.md",
"PAI/USER/PROJECTS/PROJECTS.md"
]
},
Expand Down