@owlmeans/create-app 0.1.13 → 0.1.15

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 (30) hide show
  1. package/README.md +10 -0
  2. package/build/run.d.ts.map +1 -1
  3. package/build/run.js +26 -24
  4. package/build/run.js.map +1 -1
  5. package/build/template.d.ts.map +1 -1
  6. package/build/template.js +3 -0
  7. package/build/template.js.map +1 -1
  8. package/package.json +5 -5
  9. package/template/CLAUDE.md +60 -20
  10. package/template/README.md +13 -4
  11. package/template/_agents/memory/MEMORY.md +17 -0
  12. package/template/_claude/skills/agent-memory/SKILL.md +142 -0
  13. package/template/_claude/skills/getting-started/SKILL.md +104 -0
  14. package/template/_claude/skills/git/SKILL.md +53 -0
  15. package/template/_claude/skills/memory-promotion/SKILL.md +111 -0
  16. package/template/_claude/skills/memory-recompact/SKILL.md +72 -0
  17. package/template/_claude/skills/reuse-code/SKILL.md +63 -0
  18. package/template/_claude/skills/self-education/SKILL.md +83 -0
  19. package/template/_claude/skills/skill-authoring/SKILL.md +84 -0
  20. package/template/_github/copilot-instructions.md +66 -21
  21. package/template/_github/instructions/agent-memory.instructions.md +143 -0
  22. package/template/_github/instructions/getting-started.instructions.md +62 -0
  23. package/template/_github/instructions/git.instructions.md +52 -0
  24. package/template/_github/instructions/memory-promotion.instructions.md +111 -0
  25. package/template/_github/instructions/memory-recompact.instructions.md +73 -0
  26. package/template/_github/instructions/reuse-code.instructions.md +50 -0
  27. package/template/_github/instructions/self-education.instructions.md +85 -0
  28. package/template/_github/instructions/skill-authoring.instructions.md +66 -0
  29. package/template/_claude/memory/MEMORY.md +0 -11
  30. package/template/_github/memory/MEMORY.md +0 -11
@@ -1,11 +0,0 @@
1
- # Memory Index
2
-
3
- Read this at the start of every session. Load any file relevant to the current task before acting.
4
-
5
- When you learn something durable about __APP_NAME__ that isn't obvious from the code or git history —
6
- a decision and why, a gotcha, project state or goals — save it to `.github/memory/<topic>.md` and add
7
- a one-line pointer below. See `agent-memory.instructions.md`.
8
-
9
- ## Memory files
10
-
11
- _(none yet)_