Hosted rules endpoint
The source of truth runs on my machine. A team needs it hosted and versioned.
What's missing
Raven's bindings, tokens, and negative prompts live in a local server. Anyone else's agent can't query them, and there's no version history when a rule changes.
Why
“Any session, anyone's agent” only holds if the endpoint is reachable by anyone — a source of truth pinned to one laptop is a queue with extra steps.
How I'd build it
Move the bindings and rule store behind a small hosted service — same read API the local server exposes today, plus versioned rule changes and an audit trail of who changed what. The audits keep running locally; only the truth store moves.
Connected
This thread is scoped to Hosted rules endpoint. Opening another node starts a new one.
Ask this node