@raquezha/norpiv 0.0.3 → 0.0.4
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/README.md +13 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,6 +24,19 @@ Auxiliary hygiene:
|
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
+
## notrace relationship
|
|
28
|
+
|
|
29
|
+
notrace is an optional retrospective layer around RPIV.
|
|
30
|
+
|
|
31
|
+
Rules:
|
|
32
|
+
|
|
33
|
+
- **RPIV must work without notrace**.
|
|
34
|
+
- **notrace may attach to RPIV when task state exists**.
|
|
35
|
+
- `WORK.md` remains the RPIV source of truth whether notrace is installed or not.
|
|
36
|
+
- `.notrace/` owns notrace artifacts.
|
|
37
|
+
- `.workflow/` owns RPIV task state.
|
|
38
|
+
- notrace artifacts and reviews may be referenced from `WORK.md [LOG]`, but RPIV phases must not depend on those files being present.
|
|
39
|
+
|
|
27
40
|
## 🛡️ Critical Guardrails
|
|
28
41
|
|
|
29
42
|
- **Measure Twice, Cut Once**: Never implement code during scoping or planning. The agent will wait for an explicit `EXECUTE` statement before modifying files.
|