Skip to content

Repository files navigation

Foodservice Prototype Automation POC

This repo contains a small Sysco-themed foodservice ordering prototype and the automation scaffolding for:

Slack -> n8n -> Jira -> local Claude Code worker -> GitHub branch/PR/preview -> Jira -> Slack

Slack requests may reference an existing SYSCO-<number> Jira issue, reference a missing key, or omit the key entirely. When a Jira issue must be created, the workflow lets Jira assign the real key and uses that key for the branch, PR, preview, completion update, and Slack reply.

Standup messages beginning with STANDUP use a second independent Jira-management workflow. STANDUP DRY RUN analyzes proposed Jira updates without mutating Jira. This path does not invoke the prototype coding worker, create branches, open PRs, or publish previews.

Prototype

npm ci
npm run dev
npm run build
npm run preview
npm run worker
npm run worker:start
npm run worker:stop

Local preview defaults to http://127.0.0.1:5173/.

n8n

Copy-Item .env.example .env
# Fill .env with local secrets and tunnel URL.
npm run build:workflows
npm run test:standup
docker compose up -d
.\automation\scripts\import-n8n-workflows.ps1
npm run worker:start

Health:

Invoke-WebRequest http://localhost:5678/healthz

Start a free HTTPS tunnel for Slack/GitHub callbacks:

docker compose --profile tunnel up -d cloudflared
docker compose logs -f cloudflared

Stop:

docker compose down

Documentation

Full setup and demo procedure:

docs/poc-workflow.md

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages