You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prose docs still describe svalinn as it was before the ReScript→AffineScript migration (#47–#51). Ground truth today: src/ is AffineScript (src/Main.affine, src/compose/*.affine); the only runnable Deno entrypoint is tools/mvp/svalinn_gateway.ts, which uses raw Deno.serve (not Hono); there is no svalinn-compose binary (src/compose/cli.ts was never created). PR #54 flagged this as a deferred, separate pass.
Stale locations (from the wrap-up audit)
README.adoc
L20 — "Deno-based HTTP gateway … Compose-compatible orchestration CLI (svalinn-compose)" — src/ is AffineScript; no such CLI
L30 / L78 — "Hono-based HTTP server" / "(Hono/Deno)" — gateway uses Deno.serve, no Hono in src/
L44 — status table: svalinn-compose | Complete — not built
L62 — architecture diagram labels Svalinn (ReScript/Deno) — now AffineScript
L83 — "Multi-container deployment via svalinn-compose" — not shipped
The prose docs still describe svalinn as it was before the ReScript→AffineScript migration (#47–#51). Ground truth today:
src/is AffineScript (src/Main.affine,src/compose/*.affine); the only runnable Deno entrypoint istools/mvp/svalinn_gateway.ts, which uses rawDeno.serve(not Hono); there is nosvalinn-composebinary (src/compose/cli.tswas never created). PR #54 flagged this as a deferred, separate pass.Stale locations (from the wrap-up audit)
README.adocsvalinn-compose)" — src/ is AffineScript; no such CLIDeno.serve, no Hono in src/svalinn-compose | Complete— not built(ReScript/Deno)— now AffineScriptsvalinn-compose" — not shippedjust dev/serve/buildas working (broken — see Broken dev tooling:justrecipes and stapeln.toml target the never-created src/main.ts (and dead ReScript steps) #58)svalinn-composesubcommand section (up/down/ps/logs/scale/config) documents a CLI that doesn't existmain.ts # HTTP gateway entry point— never createdcompose/ # svalinn-compose orchestrator— AffineScript modules, no CLIEXPLAINME.adoc— L13/L15/L17 ("Hono-Based",src/main.ts), L21/L23 (svalinn-compose CLI atsrc/compose/), L54 (src/main.ts= entry point)TOPOLOGY.md— L10 ("Deno-based …svalinn-composeCLI"), L38 (tree:compose/ # svalinn-compose CLI)Needs maintainer judgment (why this is an issue, not an auto-fix)
svalinn-compose— planned/roadmap, prototype (AffineScript), or removed? It's a product-surface decision.STATE.a2mlcurrently disagree — see companion issue for STATE).Acceptance
src/main.ts, Hono, or a shippingsvalinn-composeCLI as current factDeno.serveMVP attools/mvp/svalinn_gateway.tssvalinn-composeclearly marked planned/prototype per your call