docs: update portal for WRNexusJS 0.3.0
This commit is contained in:
@@ -18,12 +18,14 @@
|
||||
| @wrnexus/mobile | /packages/mobile | /guides/mobile | Planned | Generator coverage | Experimental | No standalone CI fixture |
|
||||
| @wrnexus/native | /packages/native | Architecture/package guide | Planned | Generator coverage | Experimental | No standalone CI fixture |
|
||||
| @wrnexus/oauth | /packages/oauth | Architecture/package guide | Planned | Generator coverage | Preview | No standalone CI fixture |
|
||||
| @wrnexus/plugin | /packages/plugin | Architecture/package guide | Planned | Generator coverage | Preview | No standalone CI fixture |
|
||||
| @wrnexus/pubsub | /packages/pubsub | /guides/pubsub | Planned | Generator coverage | Preview | No standalone CI fixture |
|
||||
| @wrnexus/queue | /packages/queue | /guides/queues | Planned | Generator coverage | Experimental | No standalone CI fixture |
|
||||
| @wrnexus/reactive | /packages/reactive | Architecture/package guide | Planned | Generator coverage | Preview | No standalone CI fixture |
|
||||
| @wrnexus/router | /packages/router | Architecture/package guide | Planned | Generator coverage | Preview | No standalone CI fixture |
|
||||
| @wrnexus/ssr | /packages/ssr | Architecture/package guide | Planned | Generator coverage | Preview | No standalone CI fixture |
|
||||
| @wrnexus/styles | /packages/styles | Architecture/package guide | Planned | Generator coverage | Preview | No standalone CI fixture |
|
||||
| @wrnexus/syntax | /packages/syntax | Architecture/package guide | Planned | Generator coverage | Preview | No standalone CI fixture |
|
||||
| @wrnexus/test | /packages/test | Architecture/package guide | Planned | Generator coverage | Preview | No standalone CI fixture |
|
||||
| @wrnexus/tracking | /packages/tracking | Architecture/package guide | Planned | Generator coverage | Preview | No standalone CI fixture |
|
||||
| @wrnexus/ui | /packages/ui | Architecture/package guide | Planned | Generator coverage | Preview | No standalone CI fixture |
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
## Decision: Mode B — Private Developer Preview
|
||||
|
||||
Active version: 0.2.79, derived from package.json#wrnexus.version. All 27 installed @wrnexus packages resolve to 0.2.79 and npm reports restricted access. The repository remote is a private WorkRoot Git service and no public license file exists.
|
||||
Active version: 0.3.0, derived from package.json#wrnexus.version. All 29 installed @wrnexus packages resolve to 0.3.0 and npm reports restricted access. The repository remote is a private WorkRoot Git service and no public license file exists.
|
||||
|
||||
External users cannot execute an installation without approved private registry credentials. The truthful CTA is Request preview access. After approval, the canonical command is bunx @wrnexus/cli@0.2.79 create my-app. Tokens must never appear in documentation or source.
|
||||
External users cannot execute an installation without approved private registry credentials. The truthful CTA is Request preview access. After approval, the canonical command is bunx @wrnexus/cli@0.3.0 create my-app. Tokens must never appear in documentation or source.
|
||||
|
||||
+3
-3
@@ -1,18 +1,18 @@
|
||||
# WRNexusJS site audit
|
||||
|
||||
Date: 2026-07-13. Baseline: Bun 1.3.14, framework 0.2.79.
|
||||
Date: 2026-07-13. Baseline: Bun 1.3.14, framework 0.3.0.
|
||||
|
||||
## Baseline results
|
||||
|
||||
- authenticated private-registry installation: pass.
|
||||
- docs generation: pass (27 package pages plus portal and guide pages).
|
||||
- docs generation: pass (29 package pages plus portal and guide pages).
|
||||
- tests, lint, formatting, and production build are required by the release check.
|
||||
- package access remains restricted/private.
|
||||
- repository: private WorkRoot Git remote; no public license file exists.
|
||||
|
||||
## Findings
|
||||
|
||||
Package documentation, discovery assets, and AI-readable references are generated from the installed release. The 0.2.79 portal includes the helpers package, workspace app addition, and safe forward-auth login redirect guidance.
|
||||
Package documentation, discovery assets, and AI-readable references are generated from the installed release. The 0.3.0 portal includes the helpers package, workspace app addition, and safe forward-auth login redirect guidance.
|
||||
|
||||
## Audit limitations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user