feat: docker compose, shared infra docs, js-engine note
This commit is contained in:
parent
0ced22f630
commit
1901e56ddc
|
|
@ -0,0 +1,5 @@
|
||||||
|
/build*/
|
||||||
|
/.venv/
|
||||||
|
*.o
|
||||||
|
*.pyc
|
||||||
|
.DS_Store
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
# JS Engine Integration (QuickJS)
|
||||||
|
|
||||||
|
- Embed QuickJS for safe, deterministic, sandboxed transforms.
|
||||||
|
- No network, no filesystem by default; expose only Kompanion tool FFI shims.
|
||||||
|
- Use for text filters, parsers, light data munging; scripts under `~/.config/kompanion/js/`.
|
||||||
|
- FFI bridge: `js.callTool(name, args)` → JSON-RPC.
|
||||||
Loading…
Reference in New Issue