Skip to content

Commit 8db39fa

Browse files
committed
docs(ai): add Claude and Codex adapter guides
1 parent 93a3d39 commit 8db39fa

3 files changed

Lines changed: 43 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Claude Adapter (Turbo Sample Plugin)
2+
3+
This repository keeps plugin-specific rules locally and inherits full AI governance from `../turbo-cloud`.
4+
5+
## Required context load order
6+
1. `AGENTS.md`
7+
2. `TurboSamplePlugin/Revision/README.md`
8+
3. `../turbo-cloud/AGENTS.md`
9+
4. `../turbo-cloud/CONTEXT.md`
10+
11+
## Non-negotiable constraints
12+
- Keep revision parser/serializer work under `TurboSamplePlugin/Revision/<revision>/**`.
13+
- Update `Headers.cs`, parser/serializer classes, and `Revision<id>.cs` mappings together.
14+
- Do not move protocol revision files into `turbo-cloud`.
15+
16+
## Validation commands
17+
```bash
18+
dotnet build TurboSamplePlugin/TurboSamplePlugin.csproj -t:TurboSamplePluginFastCheck
19+
dotnet build TurboSamplePlugin/TurboSamplePlugin.csproj -t:TurboSamplePluginQualityGate
20+
```

CODEX.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Codex Adapter (Turbo Sample Plugin)
2+
3+
This repository keeps plugin-specific rules locally and inherits full AI governance from `../turbo-cloud`.
4+
5+
## Required context load order
6+
1. `AGENTS.md`
7+
2. `TurboSamplePlugin/Revision/README.md`
8+
3. `../turbo-cloud/AGENTS.md`
9+
4. `../turbo-cloud/CONTEXT.md`
10+
11+
## Non-negotiable constraints
12+
- Keep revision parser/serializer work under `TurboSamplePlugin/Revision/<revision>/**`.
13+
- Update `Headers.cs`, parser/serializer classes, and `Revision<id>.cs` mappings together.
14+
- Do not move protocol revision files into `turbo-cloud`.
15+
16+
## Validation commands
17+
```bash
18+
dotnet build TurboSamplePlugin/TurboSamplePlugin.csproj -t:TurboSamplePluginFastCheck
19+
dotnet build TurboSamplePlugin/TurboSamplePlugin.csproj -t:TurboSamplePluginQualityGate
20+
```

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ This file explicitly defines the cross-repo boundary:
8181

8282
For Boost-style AI task recipes and prompt contract, use:
8383
- `../turbo-cloud/AGENTS.md` (canonical source)
84+
- Local tool adapters:
85+
- `CLAUDE.md`
86+
- `CODEX.md`
8487

8588
## Quality Model (Two-Phase)
8689
- Fast local commit check:

0 commit comments

Comments
 (0)