@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.
Files changed (2) hide show
  1. package/files/AGENTS.md +4 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b0tts/template-dev-installer",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "type": "module",
5
5
  "description": "Interactive installer for the DevelopmentTemplate — pick Skills, OpenCode, Pi, or install everything at once.",
6
6
  "bin": {