u-foo 1.2.0 → 1.2.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 CHANGED
@@ -83,12 +83,6 @@ ucode-1: Bug fixed. Running tests...
83
83
  > /decisions
84
84
  ```
85
85
 
86
- To import a local `pi-mono` checkout as a reference snapshot (reference-only):
87
-
88
- ```bash
89
- npm run import:pi-mono -- /path/to/pi-mono
90
- ```
91
-
92
86
  Native self-developed implementation lives under `src/code`.
93
87
 
94
88
  Prepare and verify `ucode` runtime wiring:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "u-foo",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Multi-Agent Workspace Protocol. Just add u. claude → uclaude, codex → ucodex.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "homepage": "https://ufoo.dev",
@@ -2,15 +2,7 @@
2
2
 
3
3
  `src/code/` is the self-developed core area for `ucode`.
4
4
 
5
- ## Reference Repo (pi-mono)
6
-
7
- - Local reference repo path: `/Users/icy/Code/pi-mono`
8
- - Upstream reference URL: `https://github.com/badlogic/pi-mono`
9
- - Primary reference package: `https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent`
10
-
11
- Note:
12
- - `pi-mono` is reference-only for architecture and behavior alignment.
13
- - `ucode` NL core and TUI/runtime orchestration are implemented in `src/code/`.
5
+ `ucode` NL core and TUI/runtime orchestration are implemented in `src/code/`.
14
6
 
15
7
  ## Current native scope (phase 1)
16
8