docs: add /landpr prompt
This commit is contained in:
parent
a1e7d321bc
commit
f1a09febbf
3
docs/slash-commands/landpr.md
Normal file
3
docs/slash-commands/landpr.md
Normal 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, fast‑forward main, push, close PR, delete temp branch.
|
||||
@ -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[] = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user