Commit graph

37 commits

Author SHA1 Message Date
Zoë
06798e68f6 fix: claim/unclaim use view endpoint so tasks actually move buckets, log review skips at INFO
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-31 07:43:12 -07:00
zoe
e092792730 Merge pull request 'feat: add SMOKE_TEST.md refs #493' (#2) from smoke-test-493 into mainline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #2
2026-05-31 04:16:15 +00:00
zoe
b593cae9d7 feat: add SMOKE_TEST.md refs #493 2026-05-31 04:13:33 +00:00
Zoë
b0fb10706e fix: use filter API for bucket scanning, bucket_id is view-local not on task object
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 21:01:34 -07:00
Zoë
fbc5e33292 feat: stale watchdog, review orchestration, loop-break prompt
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 20:55:52 -07:00
Zoë
7b5eb15292 fix: intake ingress use companion Ingress pattern for external-dns + cert-manager
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 20:45:43 -07:00
Zoë
fa058ccd3e fix: intake ingress add external-dns internal annotation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 20:39:28 -07:00
Zoë
959fc784ee fix: intake TLS uses Certificate + secretName pattern, not certResolver
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 20:33:15 -07:00
Zoë
2a00b25840 feat: intake service - HTTP endpoint to submit tasks to Janet
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 20:26:32 -07:00
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ë
c6ad5d008f feat: entrypoint posts completion comment on Vikunja task after opencode exits
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 19:49:26 -07:00
Zoë
143391af17 debug: add --print-logs to opencode run to diagnose MCP init
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 19:26:36 -07:00
Zoë
b35215be46 fix: MCP uses single /mcp/ endpoint, not per-service paths
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 19:20:08 -07:00
Zoë
acb9992208 feat: git identity as Janet, refs task ID in commits, pm token for bucket moves, done sweep in dispatcher
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 19:08:32 -07:00
Zoë
35fd9c055c feat: implement bucket transitions - dispatcher claims Todo→InProgress, agent moves to InReview on completion
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:53:41 -07:00
Zoë
7bf51d5489 fix: pass apiKey in provider options (ai-sdk does not read OPENAI_API_KEY)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:39:47 -07:00
Zoë
3b4eb6abc3 fix: hardcode claude-sonnet-4.6 model with explicit models declaration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:35:46 -07:00
Zoë
5c15e0ba5e fix: use role's allowed model from OpenBao secret instead of hardcoded model ID
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:29:35 -07:00
Zoë
80e0421be5 fix: MCP servers auth via LiteLLM Bearer token, drop unused service tokens
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:25:14 -07:00
Zoë
8130544e6a fix: set litellm key as OPENAI_API_KEY env var, not in config file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:13:24 -07:00
Zoë
e945ef82ee fix: opencode config uses provider (singular) with npm/options structure
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-30 18:12:20 -07:00
Zoë
90f80d9220 fix: opencode run takes prompt as positional arg not --prompt-file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:03:28 -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ë
8301f641e0 fix: add k8s job creation timeout + logging to debug hang
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 17:49:33 -07:00
Zoë
c5a462607a refactor: dispatcher discovers project/view/buckets by name, defers bucket moves
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 17:43:03 -07:00
Zoë
69d40646be fix: list tasks via project endpoint, filter undone+labelled
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 17:35:01 -07:00
Zoë
06c576b024 fix: use bucket-specific endpoint to list Todo tasks
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
/projects/{id}/tasks returns bucket_id=0 for all tasks.
Use /projects/{p}/views/{v}/buckets/{b}/tasks instead.
2026-05-30 17:24:35 -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ë
2c1ea02386 fix: copy opencode bin from builder instead of manual symlink
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
npm install -g creates the bin symlink in the builder stage;
copying it directly avoids the dangling symlink on chmod.
2026-05-30 15:48:07 -07:00
Zoë
cfec11bb46 fix: convert skill submodules to plain directories
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
stop-slop, taste-skill, terrashark had embedded .git dirs causing
Woodpecker clone to fail on submodule update.
2026-05-30 15:44:44 -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