@genui-a3/create 0.1.1 → 0.1.3

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/README.md CHANGED
@@ -48,7 +48,7 @@ The CLI will not overwrite a non-empty directory.
48
48
 
49
49
  ## Project Structure
50
50
 
51
- ```
51
+ ```txt
52
52
  my-app/
53
53
  ├── app/
54
54
  │ ├── (pages)/ # Route groups (chat, stream, agui)
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ var banner = `
17
17
  ${chalk.cyan("\u2588\u2588\u2551 \u2588\u2588\u2551\u2588\u2588\u2588\u2588\u2588\u2588\u2554\u255D")}
18
18
  ${chalk.cyan("\u255A\u2550\u255D \u255A\u2550\u255D\u255A\u2550\u2550\u2550\u2550\u2550\u255D ")}
19
19
 
20
- ${chalk.white.bold("GenUI A3")} ${chalk.dim("\u2014 Agentic App Scaffold")}
20
+ ${chalk.white.bold("A3")} ${chalk.dim("\u2014 Agentic App Architecture")}
21
21
  `;
22
22
  async function main() {
23
23
  console.log(banner);
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "@genui-a3/create",
3
- "version": "0.1.1",
4
- "description": "CLI scaffolding tool for GenUI A3 agentic apps",
3
+ "version": "0.1.3",
4
+ "description": "CLI scaffolding tool for A3 agentic apps",
5
5
  "keywords": [
6
6
  "genui",
7
7
  "a3",
8
+ "ai",
8
9
  "agentic",
10
+ "architecture",
9
11
  "scaffold",
10
12
  "cli"
11
13
  ],