flue-eve

Contributing

Please read the agent onboarding file at AGENTS.md and the full implementation plan at PLAN.md before contributing.

Quick start

git clone https://github.com/doeixd/flue-eve.git
cd flue-eve
npm install -g vite-plus
vp install
vp test

Key files

FilePurpose
PLAN.mdAuthoritative implementation plan
AGENTS.mdAgent onboarding and project orientation
DEPLOYMENT.mdProduction deployment guide
test/ATTRIBUTION.mdEve-derived test provenance
flue-eve/SKILL.mdAI agent skill for migration workflows
packages/Monorepo packages

Testing

vp test           # full suite (375+ tests, 67 files)
vp exec -- vitest run  # specific package

Building

# Build all packages
pnpm -r run build

# Build docs
pnpm --filter @flue-eve/docs build

# Dev docs
pnpm --filter @flue-eve/docs dev

AI coding agent skill

The repo includes a skills.sh-compatible skill at flue-eve/SKILL.md. Install it to guide AI coding agents through Eve → flue-eve migrations:

npx skills add doeixd/flue-eve