HTTP daemon (removed)
The anycode daemon HTTP server (GET /health, POST /v1/tasks) is not part of anyCode anymore. The daemon subcommand is rejected by the CLI (same as other removed commands), and the old daemon_http module was deleted.
Use instead
anycode runfor one-shot tasks from scripts or CI.anycode repl/anycode tuifor interactive sessions.anycode channel …/anycode schedulerfor long-lived or cron-style automation.- Shell out to the CLI from your own service if you need a custom HTTP front door.
Decision record: ADR 003 (repository docs/adr/).
Maintainer backlog: docs/roadmap.md.
Related
- CLI overview — current subcommands
- Architecture
- Roadmap — MVP and tools matrix (no daemon)
Chinese: HTTP 守护进程(已移除).
