You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it does not exist, surface that to the user — likely scope mismatch.
54
-
-**Reference production file**: `C:\CODE\SysML2.NET\SysML2.NET\Extend\NamespaceExtensions.cs`.
55
-
-**Reference test file**: `C:\CODE\SysML2.NET\SysML2.NET.Tests\Extend\NamespaceExtensionsTestFixture.cs`.
56
-
-**Target interface**: `I<FOO>` — find via Glob `SysML2.NET\Core\AutoGenPoco\**\I<FOO>.cs`.
69
+
-**Reference production file**: `SysML2.NET/Extend/NamespaceExtensions.cs`.
70
+
-**Reference test file**: `SysML2.NET.Tests/Extend/NamespaceExtensionsTestFixture.cs`.
71
+
-**Target interface**: `I<FOO>` — find via Glob `SysML2.NET/Core/AutoGenPoco/**/I<FOO>.cs`.
57
72
-**Target metaclass name**: `<FOO>`.
58
73
-**Subject param name**: lowercase first char of `<FOO>` + `<FOO>[1..]` + `Subject` (e.g. `Type` → `typeSubject`, `Feature` → `featureSubject`).
59
-
-**Notes file**: `C:\CODE\SysML2.NET\.team-notes\<foo>-extensions-spec.md` (kebab-case `<foo>`). Create the `.team-notes\` directory if it doesn't exist (`mkdir -p`).
74
+
-**Notes file**: `.team-notes/<foo>-extensions-spec.md` (kebab-case `<foo>`). The
75
+
`.team-notes/` directory is gitignored at `.gitignore` line `/.team-notes/*`, so
76
+
the file is per-contributor scratch. Create the directory if it doesn't exist
77
+
(`mkdir -p .team-notes`).
60
78
-**Team name**: `<foo>-extensions-impl`.
61
79
-**GitHub issue number**: discover via
62
80
```bash
@@ -147,7 +165,7 @@ proceed with the dynamic defaults.
147
165
148
166
### 5. Spawn the researcher (FIRST role — produces the notes file the others read)
149
167
150
-
Read the v2 team template at `C:\Users\atheate\.claude\team-templates\extension-impl.md`
168
+
Read the v2 team template at `.claude/team-templates/extension-impl.md`
151
169
to refresh the role prompts. Substitute the placeholders from step 2 + the method
152
170
list from step 4.
153
171
@@ -208,16 +226,16 @@ implementer's parallel-turn edits, so every populated-case test would fail with
208
226
After both step-6 agents return, run sequentially in the orchestrator's own
209
227
turn:
210
228
211
-
1. Build production:
229
+
1. Build production (paths are repo-relative, executed from the repo root):
0 commit comments