Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# devvami Development Guidelines

Auto-generated from all feature plans. Last updated: 2026-04-02
Auto-generated from all feature plans. Last updated: 2026-04-07

## Active Technologies
- JavaScript (ESM, `.js`) with JSDoc — Node.js >= 24 + `@oclif/core` v4, `chalk` v5, `ora` v8, `execa` v9, `js-yaml` v4 (already installed) — zero new dependencies (007-sync-ai-config-tui)
- JSON file at `~/.config/dvmi/ai-config.json` (same pattern as `config.json`) (007-sync-ai-config-tui)
- JavaScript (ESM) — Node.js >= 24 + `@oclif/core` v4 (CLI framework) (008-trim-npm-package)

- JavaScript (ESM, `.js`) with JSDoc — Node.js >= 24 + `@oclif/core` v4, `chalk` v5, `ora` v8, `execa` v9 — zero new TUI dependencies (007-sync-ai-config-tui)

Expand All @@ -24,6 +25,7 @@ npm test && npm run lint
JavaScript (ESM, `.js`) with JSDoc — Node.js >= 24: Follow standard conventions

## Recent Changes
- 008-trim-npm-package: Added JavaScript (ESM) — Node.js >= 24 + `@oclif/core` v4 (CLI framework)
- 007-sync-ai-config-tui: Added JavaScript (ESM, `.js`) with JSDoc — Node.js >= 24 + `@oclif/core` v4, `chalk` v5, `ora` v8, `execa` v9, `js-yaml` v4 (already installed) — zero new dependencies

- 007-sync-ai-config-tui: Added JavaScript (ESM, `.js`) with JSDoc — Node.js >= 24 + `@oclif/core` v4, `chalk` v5, `ora` v8, `execa` v9 — zero new TUI dependencies
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"license": "MIT",
"files": [
"./bin",
"./bin/run.js",
"./bin/run.cmd",
"./src",
"./oclif.manifest.json"
],
Expand Down
Loading