@nomai-sh/nomai 0.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/README.md +7 -0
- package/package.json +17 -0
package/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# nomai
|
|
2
|
+
|
|
3
|
+
This name is reserved for **nomai** — a local review surface for agent-generated artifacts: your agent's HTML, marked up like a design review, fed straight back to the agent.
|
|
4
|
+
|
|
5
|
+
The `nomai` CLI ships in a later phase. Until then, nothing to install here.
|
|
6
|
+
|
|
7
|
+
→ **https://nomai.sh**
|
package/package.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@nomai-sh/nomai",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Reserved for nomai — a local review surface for agent-generated artifacts. CLI coming in a later phase. See https://nomai.sh",
|
|
5
|
+
"homepage": "https://nomai.sh",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"nomai",
|
|
9
|
+
"review",
|
|
10
|
+
"annotation",
|
|
11
|
+
"ai-agents",
|
|
12
|
+
"claude-code"
|
|
13
|
+
],
|
|
14
|
+
"files": [
|
|
15
|
+
"README.md"
|
|
16
|
+
]
|
|
17
|
+
}
|