Skip to content

Chore/ai workflow onboarding - #36

Merged
baldurpan merged 2 commits into
mainfrom
chore/ai-workflow-onboarding
Sep 5, 2026
Merged

Chore/ai workflow onboarding#36
baldurpan merged 2 commits into
mainfrom
chore/ai-workflow-onboarding

Conversation

@baldurpan

Copy link
Copy Markdown
Contributor

No description provided.

cleanup.ts wraps a count in chalk.bold while cleanup.test.ts asserts the
unstyled string, so the suite passed in CI (no TTY) and failed in any
colour-capable shell. Pinning FORCE_COLOR=0 in the vitest config fixes the
whole class of console assertions rather than patching the one that broke.

Claude-Session: https://claude.ai/code/session_01AvHaMVmjh88MZpKnkvv9PF
Installs the context/ planning workflow (roadmap → plan → implement → close)
along with its skill and agent trees, then fills in the three project-owned
stubs via /onboard:

- verify.md    lint / typecheck / build / test, each run and verified to exit 0
- executors.md in-host coder; the bundled reviewer subagent for Gate 2
- stack.md     layout, runtime, and the conventions specific to this repo

AGENTS.md is pruned to what only it can say — its layout, conventions and
command documentation now live in context/, with the tool-owned block left
byte-identical.

Two changes make context/standards/ project-owned, so the updater no longer
manages that tree:

- PHP standards removed, along with every reference to them; this repo has
  no PHP and the conditional table should not offer it.
- templates/biome.json renamed to biome-example.json. Biome 2 loads any file
  named biome.json anywhere in the tree as a nested config, before
  files.includes is consulted, which broke pnpm check, lint and format
  together. No exclusion in the root config can prevent it — only the
  filename can.

Claude-Session: https://claude.ai/code/session_01AvHaMVmjh88MZpKnkvv9PF
@baldurpan
baldurpan force-pushed the chore/ai-workflow-onboarding branch from ee21337 to d686dd7 Compare September 5, 2026 13:46
@baldurpan
baldurpan merged commit 4c64cbb into main Sep 5, 2026
1 check passed
@baldurpan
baldurpan deleted the chore/ai-workflow-onboarding branch September 5, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant