@clipboard-health/ai-rules 2.35.1 → 2.35.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/cb-work/SKILL.md +0 -1
package/package.json
CHANGED
package/skills/cb-work/SKILL.md
CHANGED
|
@@ -22,7 +22,6 @@ Unless instructed otherwise:
|
|
|
22
22
|
The plan or request is the source of truth for scope:
|
|
23
23
|
|
|
24
24
|
- Make exactly the changes requested, no extra refactors or cleanup.
|
|
25
|
-
- Target ≤ ~500 changed lines per PR: if the work will clearly exceed that, stop and propose a split into separately shippable slices before implementing.
|
|
26
25
|
- On any drift from the plan (e.g. referenced files or utilities missing, an assumption invalid, a constraint missed) stop and report. Do not silently rewrite the approach.
|
|
27
26
|
- Do not modify the plan file itself unless asked.
|
|
28
27
|
|