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 +1 -1
- package/cli/init.ts +7 -4
- package/package.json +1 -1
package/cli/index.ts
CHANGED
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
|
-
|
|
251
|
-
|
|
252
|
-
-
|
|
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
|
-
|
|
502
|
+
Docs: node_modules/openuispec/spec/openuispec-v0.1.md
|
|
500
503
|
`);
|
|
501
504
|
} catch (err) {
|
|
502
505
|
rl.close();
|