@@ -120,6 +120,7 @@ Output kinds:
120120## Procedure: change the tracked surface
121121
122122To track a new file or key:
123+
1231241 . Edit ` manifest.json ` → ` tracked.verbatimFiles ` or ` tracked.packageJsonPaths ` .
1241252 . Run ` pnpm parity:verify ` — instances will flag as drifted until synced.
1251263 . ` pnpm parity:sync --all ` to apply.
@@ -129,18 +130,18 @@ and sync stop touching it. Any drift that already exists stays.
129130
130131## Red flags
131132
132- | Signal | What it means | Do instead |
133- | --------| ---------------| ------------|
134- | "Just copy the file manually" | Bypasses the manifest | Add to ` tracked.verbatimFiles ` then sync |
135- | "Add a try/catch so verify doesn't fail" | Silencing drift | Resolve the drift or declare divergence |
136- | "Move this into ` allowedDivergence ` to unblock" | Scope creep | Only add to divergence with explicit reason |
137- | ` pnpm parity:sync ` on north-star directly | Overwrites canonical | Sync is instance-only; script refuses |
138- | Agent code copied between languages | Doesn't work | Port by hand; ` tracked.agentSurface ` names what |
133+ | Signal | What it means | Do instead |
134+ | ----------------------------------------------- | --------------------- | ----------------------------------------------- |
135+ | "Just copy the file manually" | Bypasses the manifest | Add to ` tracked.verbatimFiles ` then sync |
136+ | "Add a try/catch so verify doesn't fail" | Silencing drift | Resolve the drift or declare divergence |
137+ | "Move this into ` allowedDivergence ` to unblock" | Scope creep | Only add to divergence with explicit reason |
138+ | ` pnpm parity:sync ` on north-star directly | Overwrites canonical | Sync is instance-only; script refuses |
139+ | Agent code copied between languages | Doesn't work | Port by hand; ` tracked.agentSurface ` names what |
139140
140141## Related skills
141142
142143- ` copilotkit-integrations ` — framework-specific wiring (LangGraph, CrewAI,
143144 Mastra, etc.) when bootstrapping a new instance.
144145- ` copilotkit-dev-workflow ` — monorepo conventions, Nx, commit format.
145146- ` docker-ci-safety ` — Dockerfile safety when editing per-instance
146- container builds.
147+ container builds.
0 commit comments