apps/server/workflows/<name>.yaml added / removed / renamed | spec: apps/server/spec/05-router.md (skill enumeration), 08-skills.md (catalogue if a new skill), 00-overview.md + 06-workflow-engine.md (the "build, triage, review, …" behaviour list). site: apps/www/src/pages/docs/workflows/overview.astro (workflow card + trigger table + permissions table), apps/www/src/data/docs-nav.ts, a new apps/www/src/pages/docs/workflows/<name>.astro |
apps/server/config/default.yaml routes: changed | spec: 05-router.md routes/skill-enumeration tables. site: workflows/overview.astro trigger table |
apps/server/config/default.yaml models / variants / new config keys | spec: 02-configuration.md. site: docs/configuration.astro, docs/faq.astro |
apps/server/skills/<name>/ added / removed / purpose changed | spec: 08-skills.md catalogue ("Used by" column). site: the workflow page(s) that reference the skill |
Permission profile map changed (gitAccessProfileForWorkflow, apps/server/src/workflows/runner.ts) | spec: profiles section. site: workflows/overview.astro permissions table |
apps/server/src/connectors/** — new platform, event type, or reply formatting | spec: 03-integrations.md, 04-event-model.md |
apps/server/src/state/** — tables, indexes, or store split | spec: 10-state.md (tables + "Current implementation" table) |
New / renamed env var (grep process.env) | spec: 02-configuration.md. site: docs/configuration.astro, docs/faq.astro. Also apps/server/CLAUDE.md "Environment" |
packages/shared/src/providers.ts — new provider / model registry entry | spec: 02-configuration.md (provider/env-key list). Also apps/server/CLAUDE.md "Runtime" + "Environment" provider lists, and packages/shared/CLAUDE.md |
packages/cli/src/** commands | site: docs/local-dev.astro, docs/cli.astro. Also packages/cli/CLAUDE.md (the canonical CLI command catalogue) |
apps/server/src/engine/chat*.ts, chat skills | spec: 11-chat.md. site: docs/ if user-facing |
Sandbox / egress / firewall (apps/server/src/sandbox/**) | spec: 09-sandbox.md |