ghostos 0.1.13 → 0.1.15
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 +1 -29
- package/lib/index.core.js +3 -0
- package/lib/index.core.js.LICENSE.txt +16 -0
- package/lib/index.core.js.map +1 -0
- package/lib/index.esm.js +1 -1
- package/lib/index.esm.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,38 +1,10 @@
|
|
|
1
1
|
# ghostos
|
|
2
2
|
A reference LEAF parser implementation used by leafgon.com
|
|
3
3
|
|
|
4
|
-
# Node/TS/JS Codex-friendly Template
|
|
5
|
-
|
|
6
|
-
This repository is designed to support a tight inner development loop with **Codex CLI**.
|
|
7
|
-
|
|
8
|
-
## Development model
|
|
9
|
-
- **Codex CLI** acts as a *junior engineer*: proposes a plan, edits in small batches, runs canonical commands.
|
|
10
|
-
- **You** act as *tech lead + reviewer*: approve plan, enforce constraints, review diffs, accept/reject.
|
|
11
|
-
|
|
12
|
-
See: [CODEX.md](./CODEX.md) and [CONTRIBUTING.md](./CONTRIBUTING.md).
|
|
13
|
-
|
|
14
|
-
## Canonical commands (used by humans + Codex)
|
|
15
|
-
```bash
|
|
16
|
-
make fmt
|
|
17
|
-
make lint
|
|
18
|
-
make typecheck
|
|
19
|
-
make test
|
|
20
|
-
make ci
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
## Codex CLI prompt starter
|
|
24
|
-
> Read CODEX.md first.
|
|
25
|
-
> Task: ___.
|
|
26
|
-
> Constraints: ___.
|
|
27
|
-
> Do not touch: auth/crypto/infra/schemas unless I say so.
|
|
28
|
-
> Add tests. Run `make test` frequently and `make ci` at the end.
|
|
29
|
-
> Propose a plan before editing.
|
|
30
|
-
|
|
31
4
|
## Node setup
|
|
32
5
|
|
|
33
6
|
```bash
|
|
34
|
-
npm
|
|
35
|
-
make ci
|
|
7
|
+
npm i ghostos
|
|
36
8
|
```
|
|
37
9
|
|
|
38
10
|
## getting graph data from leafgon.com
|