@nathapp/nax 0.64.2-canary.2 → 0.65.0-canary.1

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/nax.js +4379 -1674
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -22,6 +22,7 @@ nax is an **orchestrator, not an agent** — it doesn't write code itself. It dr
22
22
  - **Language-aware** — auto-detects Go, Rust, Python, TypeScript from manifest files; adapts commands, test structure, and mocking patterns per language
23
23
  - **Semantic review** — LLM-based behavioral review against story acceptance criteria; catches stubs, placeholders, and out-of-scope changes
24
24
  - **Adversarial review** — LLM-based adversarial code review that probes for input handling, error paths, and abandoned implementations
25
+ - **Context curator** — deterministic post-run analysis that proposes additions/deletions to context.md and rules files, preventing context drift
25
26
 
26
27
  ## Install
27
28