@b0tts/template-dev-installer 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/files/AGENTS.md +4 -0
- package/package.json +1 -1
package/files/AGENTS.md
CHANGED
|
@@ -27,6 +27,10 @@ Reference documents for configured services and systems (VPS, Docker, Minecraft,
|
|
|
27
27
|
|
|
28
28
|
Handoff documents are saved to `b0ttsagent/handoffs/<MM-DD-YYYY>/` (date-based folders).
|
|
29
29
|
|
|
30
|
+
### Temp Files
|
|
31
|
+
|
|
32
|
+
Throwaway files go in `b0ttsagent/temp/`. No structure — just a dumping ground.
|
|
33
|
+
|
|
30
34
|
### Anti-Rationalization
|
|
31
35
|
|
|
32
36
|
The following thoughts are incorrect and must be ignored:
|
package/package.json
CHANGED