@caperjs/core 0.5.1 → 0.6.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caperjs/core",
3
- "version": "0.5.1",
3
+ "version": "0.6.0",
4
4
  "title": "Caper",
5
5
  "description": "An opinionated HTML game framework built on PixiJS v8",
6
6
  "bin": {
@@ -15,6 +15,7 @@
15
15
  "build",
16
16
  "config/tsconfig.base.json",
17
17
  "extras/llms.txt",
18
+ "extras/skills",
18
19
  "extras/css/accessibility.css",
19
20
  "extras/css/loader.css",
20
21
  "extras/css/fullscreen.css",
package/src/version.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated during the build process.
2
- export const version: string = '0.5.1';
2
+ export const version: string = '0.6.0';
3
3
  export const pixiVersion: string = '8.19.0';
@@ -1,5 +1,7 @@
1
1
  # ~NAME~
2
2
 
3
+ AI agents: this project ships a `caper` skill (`.claude/skills/caper/SKILL.md`) and pointers in `AGENTS.md`; see `node_modules/@caperjs/core/extras/llms.txt`.
4
+
3
5
  ## Development
4
6
 
5
7
  - run `~PACKAGE_MANAGER~ install` to install dependencies