Commit graph

10 commits

Author SHA1 Message Date
Zoë
be03d042ad fix: bucket name is 'review' not 'in review'; add concurrency limits; intake service scaffold
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 20:21:37 -07:00
Zoë
bf7614a190 fix: open egress network policy — harden per-role later
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:00:01 -07:00
Zoë
33e360cd30 fix: dispatcher use internal Vikunja URL + allow port 3456 egress
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 16:20:09 -07:00
Zoë
ea15680df4 fix: dispatcher ExternalSecret points to dispatcher/approle not pm/approle
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 16:13:58 -07:00
Zoë
d3a6252ed5 fix: ExternalSecret/ClusterSecretStore apiVersion v1beta1 -> v1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 15:58:07 -07:00
Zoë
8c6a790473 fix: move job-template out of k8s/ — it is a dispatcher reference, not an ArgoCD resource
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-30 15:55:51 -07:00
Zoë
6ad6558c42 fix: enable recursive directory sync in ArgoCD app
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-30 15:54:29 -07:00
Zoë
cc74ad0bd0 fix: use library/ Harbor project, add skills, fix pipeline secrets
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- .woodpecker.yaml: image paths -> library/autojanet-{agent,dispatcher}
- .woodpecker.yaml: secret names RS_HARBOR_USER / RS_HARBOR_PASS (global)
- container/Dockerfile: restore COPY skills/, skills/ populated from opencode config
- skills/: 84 opencode skills bundled into image
- k8s/manifests: update image refs to library/
2026-05-30 15:43:14 -07:00
Zoë
a3f25456e4 feat: CI pipeline, ArgoCD app, ExternalSecrets, and Woodpecker config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- .woodpecker.yaml: build+push agent and dispatcher images to Harbor on mainline/tag
- k8s/argocd-app.yaml: ArgoCD Application syncing k8s/ from mainline
- k8s/externalsecrets/: ExternalSecret manifests for all 19 agent AppRole creds + dispatcher
- ArgoCD app applied to cluster, Woodpecker repo enabled with harbor secrets
2026-05-30 14:46:01 -07:00
Zoë
cf8832c79c feat: initial platform scaffold
- 19 agent definition files with role, responsibilities, secrets, tools, constraints
- k8s manifests: namespace, ServiceAccounts, RBAC, NetworkPolicies, Job template, dispatcher CronJob
- dispatcher: Python CronJob that claims Vikunja Todo tasks and spawns agent Jobs
- container: Dockerfile + entrypoint bootstrapping OpenBao auth and opencode runtime
- Separate Dockerfile.dispatcher for the lightweight dispatcher image
2026-05-30 14:19:09 -07:00