@getpawl/setup 1.3.0 → 1.3.1
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/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -750,6 +750,7 @@ function writePawlClaudeMd(cwd) {
|
|
|
750
750
|
"- `.pawl/context.md` \u2014 project index, spec map, health",
|
|
751
751
|
"- `.pawl/specs/` \u2014 individual spec files (one per feature area)",
|
|
752
752
|
"- `.pawl/progress.md` \u2014 last session summary",
|
|
753
|
+
"- `.pawl/decisions.json` \u2014 architectural decisions log (read before starting work)",
|
|
753
754
|
"",
|
|
754
755
|
"Read `.pawl/context.md` at session start, then load relevant specs from `.pawl/specs/` based on the task.",
|
|
755
756
|
PAWL_END
|
|
@@ -788,6 +789,7 @@ function writeAgentsMd(cwd) {
|
|
|
788
789
|
"- `.pawl/context.md` \u2014 project index, spec map, health overview",
|
|
789
790
|
"- `.pawl/specs/` \u2014 individual spec files (one per feature area)",
|
|
790
791
|
"- `.pawl/progress.md` \u2014 last session summary, recent decisions",
|
|
792
|
+
"- `.pawl/decisions.json` \u2014 architectural decisions log, read before starting work",
|
|
791
793
|
"",
|
|
792
794
|
"**Start here**: Read `.pawl/context.md` first, then load relevant",
|
|
793
795
|
"spec files from `.pawl/specs/` based on the task at hand.",
|