Skip to content

Commit 73a87f0

Browse files
GraysonCAdamsclaude
andcommitted
Remove stale PRODUCTION_CHECKLIST.md, ignore md changes in CI
- Delete PRODUCTION_CHECKLIST.md (nearly all items done, remaining ops tasks tracked elsewhere) - Update paths-ignore in ci.yml, security.yml, scorecard.yml to skip runs on markdown-only changes (**/*.md) - Remove checklist reference from CLAUDE.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a174794 commit 73a87f0

5 files changed

Lines changed: 8 additions & 97 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches: [main]
66
paths-ignore:
7-
- '*.md'
7+
- '**/*.md'
88
pull_request:
99
branches: [main]
1010
paths-ignore:
11-
- '*.md'
11+
- '**/*.md'
1212
workflow_dispatch:
1313

1414
concurrency:

.github/workflows/scorecard.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ name: Scorecard
1010
on:
1111
push:
1212
branches: [main]
13+
paths-ignore:
14+
- '**/*.md'
1315
schedule:
1416
# Weekly scan on Sunday at midnight UTC
1517
- cron: "0 0 * * 0"

.github/workflows/security.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ name: Security
88
on:
99
pull_request:
1010
branches: [main]
11+
paths-ignore:
12+
- '**/*.md'
1113
push:
1214
branches: [main]
15+
paths-ignore:
16+
- '**/*.md'
1317
schedule:
1418
# Weekly scan on Monday at midnight UTC to catch new CVEs
1519
- cron: "0 0 * * 1"

CLAUDE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,5 @@ Steps 1-4 run automatically via the Husky pre-push hook. **Step 5 (CodeQL) must
250250

251251
## Remaining Production Tasks
252252

253-
See [PRODUCTION_CHECKLIST.md](PRODUCTION_CHECKLIST.md) for full status. Outstanding items:
254-
- Rotate all secrets for production
255-
- Choose Postgres provider (Neon / Supabase / Fly Postgres), provision DB, run migrations
256253
- Rewrite `seed.ts` to use Drizzle ORM (still uses raw better-sqlite3)
257254
- Configure database backups

PRODUCTION_CHECKLIST.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)