openuispec 0.1.11 → 0.1.12

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/cli/index.ts CHANGED
@@ -45,7 +45,7 @@ Usage:
45
45
 
46
46
  Validate groups: manifest, tokens, screens, flows, platform, locales, custom_contracts
47
47
 
48
- Learn more: https://github.com/rsktash/openuispec
48
+ Docs: node_modules/openuispec/spec/openuispec-v0.1.md
49
49
  `);
50
50
  break;
51
51
 
package/cli/init.ts CHANGED
@@ -247,9 +247,12 @@ This project generates native code for: **${targetList}**
247
247
 
248
248
  ## Learn more
249
249
 
250
- - Full spec: https://github.com/rsktash/openuispec/blob/main/spec/openuispec-v0.1.md
251
- - Example app: https://github.com/rsktash/openuispec/tree/main/examples/taskflow
252
- - Repository: https://github.com/rsktash/openuispec
250
+ All docs and examples are local in \`node_modules/openuispec/\` — read from disk, not from GitHub.
251
+
252
+ - Full spec: \`node_modules/openuispec/spec/openuispec-v0.1.md\`
253
+ - Example app: \`node_modules/openuispec/examples/taskflow/\`
254
+ - JSON Schemas: \`node_modules/openuispec/schema/\`
255
+ - Repository: \`node_modules/openuispec/\` (all files included)
253
256
  `;
254
257
  }
255
258
 
@@ -496,7 +499,7 @@ Commands:
496
499
 
497
500
  AI rules have been added to CLAUDE.md and AGENTS.md.
498
501
 
499
- Learn more: https://github.com/rsktash/openuispec
502
+ Docs: node_modules/openuispec/spec/openuispec-v0.1.md
500
503
  `);
501
504
  } catch (err) {
502
505
  rl.close();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openuispec",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "A semantic UI specification format for AI-native, platform-native app development",