You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Final whole-branch review FIX 2. The live-deploy script upserted the onboarding template settings with raw SQL (ON CONFLICT DO UPDATE), bypassing setSetting -> no audit row, violating the append-only-audit rule -- and it unconditionally overwrote templates an owner may have already edited in the Modules onboarding-template editor, making the "Idempotent" header comment false and dangerous for a script that runs against ~167 real projects. Upserts now go through setSetting(db, 'system', key, value) (audited), and only write a key that is still absent, unless run with an explicit --force argument (documented). Header comment corrected to say idempotency holds only while the templates haven't been owner-edited, and that --force overwrites unconditionally. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
1 day ago | |
|---|---|---|
| .. | ||
| apply-ltd-numbers.ts | 2 days ago | |
| apply-name-fixes.ts | 2 days ago | |
| apply-onboarding-pipeline.ts | 1 day ago | |
| backup-hq.sh | 1 week ago | |
| demo-seed.ts | 2 days ago | |
| gmail-connect.ts | 4 days ago | |
| import-apex-full.ts | 4 days ago | |
| import-employees.ts | 2 days ago | |
| migrate-onboarding-templates.ts | 1 day ago | |