chore: sync company backup 2026-04-13

Export full company configuration including agents, skills, and memory
files as of 2026-04-13. Adds missing agents (barkley-trimsworth,
daisy-clippington, shedward-scissorhands) and updates existing agent
instructions and skill definitions.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Scrubs McBarkley
2026-04-13 04:02:21 +00:00
parent 6a422fe293
commit 6bfd1b6c30
123 changed files with 4649 additions and 462 deletions
@@ -0,0 +1,9 @@
# Groombook CI/CD Pipeline
The CI pipeline lives in `groombook/groombook/.github/workflows/ci.yml`. On push to main, the `cd` job builds Docker images, then clones `groombook/infra` and updates dev overlay image tags via `yq`. It creates a PR on infra with auto-merge.
## Known bug (GRO-311, 2026-03-30)
The `cd` job updates image tags in the dev overlay but does NOT update the base migration/seed Job names (`migrate-schema-*`, `seed-test-data-*`). Since K8s Job `spec.template` is immutable, consecutive deploys with different image tags cause Flux reconciliation failures. Fix: include short SHA in Job names. Assigned to Flea Flicker.
**Workaround:** Delete the completed Job from `groombook-dev` namespace, then wait for Flux retry (1h interval).