@ssheleg/xr-dev 0.3.0 → 0.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/CHANGELOG.md +5 -0
- package/README.md +7 -0
- package/package.json +5 -2
- package/plugins/xr-dev/.claude-plugin/plugin.json +1 -1
- package/plugins/xr-dev/skills/quest-lifecycle/SKILL.md +1 -1
- package/plugins/xr-dev/skills/quest-native/SKILL.md +1 -1
- package/plugins/xr-dev/skills/quest-perf/SKILL.md +1 -1
- package/plugins/xr-dev/skills/quest-spatial/SKILL.md +1 -1
- package/plugins/xr-dev/skills/quest-store/SKILL.md +1 -1
- package/plugins/xr-dev/skills/quest-tooling/SKILL.md +1 -1
- package/plugins/xr-dev/skills/quest-webxr/SKILL.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project are documented here. The format follows
|
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); the project uses
|
|
5
5
|
[semantic versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## 0.3.1 — 2026-09-21
|
|
8
|
+
|
|
9
|
+
- Make GitHub OIDC the explicit npm publishing path, without a stored npm token.
|
|
10
|
+
- Normalize npm repository metadata and document tag-triggered releases, initial trust setup and recovery.
|
|
11
|
+
|
|
7
12
|
## 0.3.0 — 2026-09-21
|
|
8
13
|
|
|
9
14
|
- Add quest-lifecycle: a portable product-stage map with proactive next actions, engine selection, immersive-design acceptance and evidence gates.
|
package/README.md
CHANGED
|
@@ -91,6 +91,13 @@ claude plugin validate plugins/xr-dev --strict
|
|
|
91
91
|
[Test evaluation documentation](test/evals/README.md) separates scenario definitions,
|
|
92
92
|
isolated model planning probes, runtime routing and device/product evidence.
|
|
93
93
|
|
|
94
|
+
## Releases
|
|
95
|
+
|
|
96
|
+
Push a `vX.Y.Z` tag after its versioned commit reaches the default branch. GitHub
|
|
97
|
+
Actions validates the pack, creates the GitHub release and publishes to npm with
|
|
98
|
+
provenance through trusted publishing. Ordinary branch pushes run checks only.
|
|
99
|
+
See [release setup and recovery](docs/RELEASING.md).
|
|
100
|
+
|
|
94
101
|
## License
|
|
95
102
|
|
|
96
103
|
MIT for this pack. Primary documentation is linked and dated; third-party tools,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ssheleg/xr-dev",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Seven skills for the Meta Quest product lifecycle: platform and engine discovery, immersive design, native OpenXR, Kotlin Spatial and hybrid apps, WebXR/PWA, rendering experiments, tool and source discovery, Store submission, monetization, launch assets and post-launch operation. Agents receive stage-specific next actions, evidence gates and fallbacks when tools or devices are absent. Engine specialists remain separate; live requirements are verified against current Meta documentation.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"xr-dev": "bin/xr-dev.js"
|
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
"CHANGELOG.md",
|
|
17
17
|
"SECURITY.md"
|
|
18
18
|
],
|
|
19
|
-
"repository":
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git+https://github.com/ssheleg/xr-dev.git"
|
|
22
|
+
},
|
|
20
23
|
"homepage": "https://skills.sshlg.me/skills/xr-dev/",
|
|
21
24
|
"license": "MIT",
|
|
22
25
|
"author": {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "xr-dev",
|
|
4
4
|
"displayName": "XR Dev",
|
|
5
5
|
"description": "Seven skills for the Meta Quest product lifecycle: platform and engine discovery, immersive design, native OpenXR, Kotlin Spatial and hybrid apps, WebXR/PWA, rendering experiments, tool and source discovery, Store submission, monetization, launch assets and post-launch operation. Agents receive stage-specific next actions, evidence gates and fallbacks when tools or devices are absent. Engine specialists remain separate; live requirements are verified against current Meta documentation.",
|
|
6
|
-
"version": "0.3.
|
|
6
|
+
"version": "0.3.1",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "ssheleg",
|
|
9
9
|
"url": "https://x.com/sshlg93"
|
|
@@ -14,7 +14,7 @@ description: >-
|
|
|
14
14
|
license: MIT
|
|
15
15
|
compatibility: Any agent with file reading can plan inline. Writing the lifecycle record needs file access; current research needs network; build, device and Dashboard verification need their actual tools and accounts. Missing capabilities remain explicitly unverified.
|
|
16
16
|
metadata:
|
|
17
|
-
version: "0.3.
|
|
17
|
+
version: "0.3.1"
|
|
18
18
|
---
|
|
19
19
|
|
|
20
20
|
# Quest product lifecycle
|
|
@@ -16,7 +16,7 @@ description: >-
|
|
|
16
16
|
license: MIT
|
|
17
17
|
compatibility: Any agent can read this workflow. Live source checks need network; build, device, profiling and Store actions need the named installed tools and accounts. Missing capabilities use the inline fallback and leave dependent checks unverified.
|
|
18
18
|
metadata:
|
|
19
|
-
version: "0.3.
|
|
19
|
+
version: "0.3.1"
|
|
20
20
|
---
|
|
21
21
|
|
|
22
22
|
# Native OpenXR on Horizon OS
|
|
@@ -16,7 +16,7 @@ description: >-
|
|
|
16
16
|
license: MIT
|
|
17
17
|
compatibility: Any agent can read this workflow. Live source checks need network; build, device, profiling and Store actions need the named installed tools and accounts. Missing capabilities use the inline fallback and leave dependent checks unverified.
|
|
18
18
|
metadata:
|
|
19
|
-
version: "0.3.
|
|
19
|
+
version: "0.3.1"
|
|
20
20
|
---
|
|
21
21
|
|
|
22
22
|
# Quest performance: the budget, the lie, and the capture
|
|
@@ -16,7 +16,7 @@ description: >-
|
|
|
16
16
|
license: MIT
|
|
17
17
|
compatibility: Any agent can read this workflow. Live source checks need network; build, device, profiling and Store actions need the named installed tools and accounts. Missing capabilities use the inline fallback and leave dependent checks unverified.
|
|
18
18
|
metadata:
|
|
19
|
-
version: "0.3.
|
|
19
|
+
version: "0.3.1"
|
|
20
20
|
---
|
|
21
21
|
|
|
22
22
|
# Meta Spatial SDK: the Android lane onto Horizon OS
|
|
@@ -14,7 +14,7 @@ description: >-
|
|
|
14
14
|
license: MIT
|
|
15
15
|
compatibility: Any agent can read this workflow. Live source checks need network; build, device, profiling and Store actions need the named installed tools and accounts. Missing capabilities use the inline fallback and leave dependent checks unverified.
|
|
16
16
|
metadata:
|
|
17
|
-
version: "0.3.
|
|
17
|
+
version: "0.3.1"
|
|
18
18
|
---
|
|
19
19
|
|
|
20
20
|
# Shipping to the Meta Horizon Store
|
|
@@ -16,7 +16,7 @@ description: >-
|
|
|
16
16
|
license: MIT
|
|
17
17
|
compatibility: Any agent can read this workflow. Live source checks need network; build, device, profiling and Store actions need the named installed tools and accounts. Missing capabilities use the inline fallback and leave dependent checks unverified.
|
|
18
18
|
metadata:
|
|
19
|
-
version: "0.3.
|
|
19
|
+
version: "0.3.1"
|
|
20
20
|
---
|
|
21
21
|
|
|
22
22
|
# The Quest toolchain: one CLI, two interfaces, one channel per agent
|
|
@@ -15,7 +15,7 @@ description: >-
|
|
|
15
15
|
license: MIT
|
|
16
16
|
compatibility: Any agent can read this workflow. Live source checks need network; build, device, profiling and Store actions need the named installed tools and accounts. Missing capabilities use the inline fallback and leave dependent checks unverified.
|
|
17
17
|
metadata:
|
|
18
|
-
version: "0.3.
|
|
18
|
+
version: "0.3.1"
|
|
19
19
|
---
|
|
20
20
|
|
|
21
21
|
# WebXR and PWAs on Horizon OS
|