@driftless-sh/cli 0.1.31 → 0.1.32
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 +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -214539,7 +214539,7 @@ async function installSkillCommand() {
|
|
|
214539
214539
|
// src/commands/init.ts
|
|
214540
214540
|
function getVersion() {
|
|
214541
214541
|
try {
|
|
214542
|
-
return "0.1.
|
|
214542
|
+
return "0.1.32";
|
|
214543
214543
|
} catch {
|
|
214544
214544
|
return "0.0.0";
|
|
214545
214545
|
}
|
|
@@ -216381,7 +216381,7 @@ function pad2(s, n) {
|
|
|
216381
216381
|
}
|
|
216382
216382
|
|
|
216383
216383
|
// src/index.ts
|
|
216384
|
-
var VERSION = "0.1.
|
|
216384
|
+
var VERSION = "0.1.32";
|
|
216385
216385
|
var HELP_TEXT = `Driftless CLI v${VERSION} \u2014 Living repo context for humans and coding agents
|
|
216386
216386
|
|
|
216387
216387
|
Install: npm install -g @driftless-sh/cli
|
|
@@ -216485,8 +216485,8 @@ Smart initialization \u2014 zero friction:
|
|
|
216485
216485
|
3. Analyzes code patterns: guard enforcement, multi-tenant, large files, legacy
|
|
216486
216486
|
4. Uploads baseline + components + relations to Cloud
|
|
216487
216487
|
5. Creates specific rules from detected patterns (not generic ones)
|
|
216488
|
-
6. Creates context
|
|
216489
|
-
7.
|
|
216488
|
+
6. Creates context topics for each detected module with smart gotchas
|
|
216489
|
+
7. Detects existing docs (not auto-synced \u2014 ask your agent to sync them)
|
|
216490
216490
|
|
|
216491
216491
|
Must be run from a git repository root.
|
|
216492
216492
|
|