Go to file
Paul Trowbridge 95292bd3f8 deploy.sh: fix SQLite journal permissions; cli: upsert drivers by kind
SQLite needs write access to the repo directory to create journal files
alongside pipekit.db. Fixed by setting group pipekit + g+w on the
directory itself only (not recursive).

Driver registration now matches existing rows by kind before falling
back to name, so re-deploys update the correct row regardless of what
name was used at initial registration.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-06-03 21:42:55 -04:00
.archive/pre-rewrite Initial commit: Pipekit rewrite. 2026-04-22 00:38:26 -04:00
bin bin/pipekit auto-detects venv; stop rewriting it in deploy.sh. 2026-04-23 00:34:32 -04:00
pipekit deploy.sh: fix SQLite journal permissions; cli: upsert drivers by kind 2026-06-03 21:42:55 -04:00
systemd Add scheduling, harden deploy, and update docs 2026-06-03 21:18:13 -04:00
.gitignore track pipekit.db in git for backup purposes 2026-05-30 22:48:10 -04:00
CLAUDE.md Add scheduling, harden deploy, and update docs 2026-06-03 21:18:13 -04:00
config.yaml Honor api_host in config.yaml; ignore .venv/ created by deploy.sh. 2026-04-23 00:33:56 -04:00
deploy.sh deploy.sh: fix SQLite journal permissions; cli: upsert drivers by kind 2026-06-03 21:42:55 -04:00
pipekit.db track pipekit.db in git for backup purposes 2026-05-30 22:48:10 -04:00
requirements.txt Add scheduling, harden deploy, and update docs 2026-06-03 21:18:13 -04:00
SPEC.md Add scheduling, harden deploy, and update docs 2026-06-03 21:18:13 -04:00