Skip to content

Commit 45e72e7

Browse files
authored
Update README.md
1 parent 0554105 commit 45e72e7

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,33 @@ All commands support `--json` for machine-readable output.
279279
└─────────────────────┘
280280
```
281281
282+
### Layout
283+
284+
```
285+
effectorhq/
286+
├── package.json # npm workspaces, private: true
287+
├── packages/
288+
│ ├── core/ # @effectorhq/core — THE KERNEL
289+
│ ├── types/ # internal — type catalog (types.json)
290+
│ ├── audit/ # internal — security scanner
291+
│ ├── compose/ # internal — composition engine
292+
│ ├── serve/ # @effectorhq/serve — typed MCP server
293+
│ │ └── src/mcp/ # absorbed: openclaw-mcp source
294+
│ └── lint/ # internal — absorbed from skill-lint
295+
├── cli/ # @effectorhq/cli — THE PRODUCT
296+
│ ├── bin/effector.js
297+
│ └── src/
298+
│ ├── commands/ # P0: init, check, compile
299+
│ └── generators/ # absorbed from create-effector
300+
├── docs/ # SSG site (not published)
301+
├── examples/
302+
│ ├── hello-skill/ # minimal zero-modification working skill
303+
│ └── mcp-reverse/ # reverse-compile demo
304+
├── benchmarks/ # private, secondary priority
305+
├── spec/ # formal specification (8 markdown files)
306+
└── .github/workflows/
307+
```
308+
282309
### Published Packages
283310
284311
| Package | Purpose | Dependencies | Stability |

0 commit comments

Comments
 (0)