@lamentis/naome 1.0.0 → 1.0.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.
package/Cargo.lock CHANGED
@@ -76,7 +76,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
76
76
 
77
77
  [[package]]
78
78
  name = "naome-cli"
79
- version = "1.0.0"
79
+ version = "1.0.1"
80
80
  dependencies = [
81
81
  "naome-core",
82
82
  "serde_json",
@@ -84,7 +84,7 @@ dependencies = [
84
84
 
85
85
  [[package]]
86
86
  name = "naome-core"
87
- version = "1.0.0"
87
+ version = "1.0.1"
88
88
  dependencies = [
89
89
  "serde",
90
90
  "serde_json",
package/README.md CHANGED
@@ -1,6 +1,20 @@
1
- # naome
1
+ # NAOME
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@lamentis/naome.svg)](https://www.npmjs.com/package/@lamentis/naome)
4
4
  [![license: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
5
5
 
6
- NAOME gives coding agents a deterministic repository harness: it installs project intake docs, task admission and proof gates, Rust-backed next-step decisions, harness health checks, and Git guardrails so an agent can learn a repo before changing it and prove work before committing; install it with `npm install -g @lamentis/naome`, run `naome sync` in the target repository, then paste the printed first-run prompt into your agent.
6
+ NAOME gives coding agents a deterministic repository harness: project intake, task admission, proof gates, Rust-backed next-step decisions, health checks, and Git guardrails so an agent learns a repo before changing it and proves work before committing.
7
+
8
+ Install:
9
+
10
+ ```sh
11
+ npm install -g @lamentis/naome
12
+ ```
13
+
14
+ Set up a repository:
15
+
16
+ ```sh
17
+ naome sync
18
+ ```
19
+
20
+ Then paste the printed first-run prompt into your coding agent. Use `naome status`, `naome next`, and `naome commit` to inspect state, choose the next safe action, and baseline completed work.
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "naome-cli"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  edition.workspace = true
5
5
  license.workspace = true
6
6
  repository.workspace = true
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "naome-core"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  edition.workspace = true
5
5
  license.workspace = true
6
6
  repository.workspace = true
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lamentis/naome",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Native-first CLI for the NAOME agent harness.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "naome",
3
- "harnessVersion": "1.0.0",
3
+ "harnessVersion": "1.0.1",
4
4
  "profile": "standard",
5
5
  "installedAt": null,
6
6
  "machineOwned": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "status": "complete",
3
3
  "fromVersion": null,
4
- "toVersion": "1.0.0",
4
+ "toVersion": "1.0.1",
5
5
  "pending": [],
6
6
  "completed": []
7
7
  }