writethevision 7.0.1 → 7.0.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/package.json +1 -1
- package/src/cli.js +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "writethevision",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
4
4
|
"description": "Write The Vision (WTV): vision-driven development with the Habakkuk workflow. 10 agents + 21 skills for Claude Code, Codex CLI, and OpenCode.",
|
|
5
5
|
"author": "Christopher Hogg",
|
|
6
6
|
"license": "MIT",
|
package/src/cli.js
CHANGED
|
@@ -3063,11 +3063,13 @@ Prototype
|
|
|
3063
3063
|
async function interactiveVision() {
|
|
3064
3064
|
console.clear();
|
|
3065
3065
|
console.log(` ${c.magenta}${c.bold}
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3066
|
+
██╗ ██╗██╗███████╗██╗ ██████╗ ███╗ ██╗
|
|
3067
|
+
██║ ██║██║██╔════╝██║██╔═══██╗████╗ ██║
|
|
3068
|
+
██║ ██║██║███████╗██║██║ ██║██╔██╗ ██║
|
|
3069
|
+
╚██╗ ██╔╝██║╚════██║██║██║ ██║██║╚██╗██║
|
|
3070
|
+
╚████╔╝ ██║███████║██║╚██████╔╝██║ ╚████║
|
|
3071
|
+
╚═══╝ ╚═╝╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═══╝
|
|
3072
|
+
${c.reset}`);
|
|
3071
3073
|
console.log(` ${c.dim}Write the vision, make it plain.${c.reset}\n`);
|
|
3072
3074
|
|
|
3073
3075
|
const visionDirPath = join(process.cwd(), 'vision');
|