File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change @@ -81,6 +81,9 @@ This file explicitly defines the cross-repo boundary:
8181
8282For 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:
You can’t perform that action at this time.
0 commit comments