Chore/ai workflow onboarding - #36
Merged
Merged
Conversation
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
force-pushed
the
chore/ai-workflow-onboarding
branch
from
September 5, 2026 13:46
ee21337 to
d686dd7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.