Skip to content

feat: add placeholder replacement for package manager in markdown files #220

feat: add placeholder replacement for package manager in markdown files

feat: add placeholder replacement for package manager in markdown files #220

Triggered via pull request November 20, 2025 05:19
Status Failure
Total duration 44s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test
Process completed with exit code 1.
test/agents.test.ts > should merge top-level sections from AGENTS.md files: test/agents.test.ts#L215
Snapshot `should merge top-level sections from AGENTS.md files 1` mismatched - Expected + Received @@ -13%2C11 +13%2C11 @@ ### Common Tools - Tools that apply to all templates ### Rstest - - Run `npm run test` to test your code + - Run `pnpm run test` to test your code ## Template Info ### Vanilla Template
test/agents.test.ts > should generate AGENTS.md with eslint tool and template mapping: test/agents.test.ts#L165
Snapshot `should generate AGENTS.md with eslint tool and template mapping 1` mismatched - Expected + Received @@ -13%2C11 +13%2C11 @@ ### Common Tools - Tools that apply to all templates ### Rstest - - Run `npm run test` to test your code + - Run `pnpm run test` to test your code ### ESLint - Run `npm run lint` to lint your code
test/agents.test.ts > should generate AGENTS.md with single tool selected: test/agents.test.ts#L102
Snapshot `should generate AGENTS.md with single tool selected 1` mismatched - Expected + Received @@ -13%2C11 +13%2C11 @@ ### Common Tools - Tools that apply to all templates ### Rstest - - Run `npm run test` to test your code + - Run `pnpm run test` to test your code ### Biome - Run `npm run lint` to lint your code - Run `npm run format` to format your code