klaudius 0.34.1 → 0.35.0

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.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/dist/bin.js +80 -73
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -36,6 +36,7 @@ npx klaudius preflight # Re-check this machine is ready (Node, Python, pip
36
36
  npx klaudius init [target] # Scaffold a fresh project
37
37
  npx klaudius configure # Re-run the setup wizard against an existing project
38
38
  npx klaudius update # Pull latest template; conflicts staged for resolution
39
+ npx klaudius resolve <file> # Record a decision on one staged conflict (/resolve-conflicts runs it)
39
40
  npx klaudius doctor # Diagnose a broken install (env, files, deps, credentials)
40
41
  ```
41
42