@flowrail/init-poc
v0.0.2
Published
One-shot FlowRail installer for Claude Code (POC). Wires PreToolUse hooks, MCP server config, and skill markdown into a tester's repo, then probes the FlowRail server with their bearer.
Readme
@flowrail/init-poc
One-shot installer that wires FlowRail's PreToolUse hooks, MCP server config, and skill markdown into a Claude Code project.
export FLOWRAIL_API_KEY=fs_poc_<slug>_<random> # from your FlowRail operator
cd ~/code/your-repo
npx @flowrail/init-pocWhat it writes:
.claude/settings.json— PreToolUse hooks for Write/Edit/MultiEdit + Bash. Tracked. No credentials..mcp.json— Claude Code MCP wiring. Tracked. CarriesBearer ${FLOWRAIL_API_KEY}env-reference, never the literal..claude/skills/flowrail-*/SKILL.md— four agent-facing skills (design-review, verify, lineage, dep-check).flowrail.yaml— placeholder project config; v1 hooks scanner orchestration + org defaults here..gitignore— appends.flowrail/so per-session runtime state (active design_review_id) stays local.
The installer also probes https://poc.flowrail.ai/mcp with the env-supplied bearer to confirm end-to-end auth before exiting. A 401 gets a tester-actionable message; transport failures get a different one.
Full install guide: https://github.com/anshumanbh/flowstate/blob/main/docs/INSTALL.md
Troubleshooting: https://github.com/anshumanbh/flowstate/blob/main/docs/TROUBLESHOOTING.md
Honest limits: https://github.com/anshumanbh/flowstate/blob/main/docs/LIMITS.md
This is a POC — eval-only, not for production. Source: https://github.com/anshumanbh/flowstate.
