@genui-a3/create 0.1.1 → 0.1.2
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/dist/index.js +1 -1
- package/package.json +4 -2
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("
|
|
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.
|
|
4
|
-
"description": "CLI scaffolding tool for
|
|
3
|
+
"version": "0.1.2",
|
|
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
|
],
|