File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments