docs: add /landpr prompt

This commit is contained in:
Peter Steinberger 2026-01-08 00:07:42 +01:00
parent a1e7d321bc
commit f1a09febbf
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
# /landpr
Land PR: rebase onto temp branch from main, fix+tests+changelog, run pnpm lint && pnpm build && pnpm test before commit, commit via committer, fastforward main, push, close PR, delete temp branch.

View File

@ -12,7 +12,7 @@ process.stdout.on('error', (error) => {
const DOCS_DIR = join(process.cwd(), 'docs');
const EXCLUDED_DIRS = new Set(['archive', 'research']);
const EXCLUDED_DIRS = new Set(['archive', 'research', 'slash-commands']);
function compactStrings(values: unknown[]): string[] {
const result: string[] = [];