Commit Graph

6 Commits

Author SHA1 Message Date
CleverAgents Build Agent a0664ad662 Build: enforce pagination with agents
CI / status-check (push) Blocked by required conditions
CI / push-validation (push) Successful in 17s
CI / helm (push) Successful in 31s
CI / quality (push) Successful in 43s
CI / typecheck (push) Successful in 55s
CI / lint (push) Successful in 3m20s
CI / build (push) Successful in 3m23s
CI / security (push) Successful in 4m5s
CI / integration_tests (push) Successful in 4m14s
CI / e2e_tests (push) Successful in 7m21s
CI / unit_tests (push) Successful in 8m22s
CI / docker (push) Successful in 10s
CI / coverage (push) Failing after 21m53s
2026-04-13 20:47:32 -04:00
CleverAgents Build Agent ad069c2012 Build: Fixed forgejo tool permissions in the agents and fixed the label manager so it reliably works with org level labels
CI / push-validation (push) Successful in 20s
CI / helm (push) Successful in 22s
CI / build (push) Successful in 3m18s
CI / lint (push) Successful in 3m21s
CI / quality (push) Successful in 3m40s
CI / typecheck (push) Successful in 3m59s
CI / security (push) Successful in 4m5s
CI / e2e_tests (push) Successful in 6m10s
CI / integration_tests (push) Successful in 6m12s
CI / unit_tests (push) Successful in 7m31s
CI / docker (push) Successful in 1m32s
CI / coverage (push) Successful in 13m52s
CI / status-check (push) Successful in 1s
2026-04-13 19:45:22 -04:00
clever-agent 5a9aaa79ed Build: Reinforced label enforcement, and ensure implementation workers dont continue work on a mergable PR.
CI / lint (push) Successful in 39s
CI / quality (push) Successful in 41s
CI / typecheck (push) Successful in 52s
CI / build (push) Successful in 36s
CI / helm (push) Successful in 27s
CI / push-validation (push) Successful in 18s
CI / security (push) Successful in 4m5s
CI / e2e_tests (push) Successful in 3m43s
CI / integration_tests (push) Successful in 4m2s
CI / unit_tests (push) Successful in 5m37s
CI / docker (push) Successful in 22s
CI / coverage (push) Successful in 11m0s
CI / status-check (push) Successful in 1s
CI / benchmark-publish (push) Has been cancelled
CI / benchmark-regression (push) Has been cancelled
2026-04-13 13:54:43 -04:00
clever-agent 8692bb46e5 build: Refactored agent definitions to be simpler and less contention
CI / benchmark-publish (push) Waiting to run
CI / push-validation (push) Successful in 18s
CI / helm (push) Successful in 25s
CI / lint (push) Successful in 28s
CI / quality (push) Successful in 55s
CI / e2e_tests (push) Successful in 3m4s
CI / build (push) Successful in 3m20s
CI / typecheck (push) Successful in 3m59s
CI / security (push) Successful in 4m5s
CI / benchmark-regression (push) Waiting to run
CI / unit_tests (push) Successful in 7m44s
CI / docker (push) Successful in 1m19s
CI / integration_tests (push) Successful in 9m56s
CI / coverage (push) Successful in 11m47s
CI / status-check (push) Successful in 1s
2026-04-12 19:24:50 -04:00
clever-agent 8c7143e5ca fix(agents): add missing forgejo_add_issue_labels deny and fix YAML bug
- pr-editor.md: added missing forgejo_add_issue_labels: deny
- pr-manager.md: added missing forgejo_add_issue_labels: deny
- pr-merge-pool-supervisor.md: added missing forgejo_add_issue_labels: deny
- async-agent-manager.md: added missing forgejo_add_issue_labels: deny
- forgejo-signature-appender.md: fixed broken YAML (permission: {} -> permission:), added missing forgejo_add_issue_labels: deny
2026-04-10 16:15:43 -04:00
clever-agent 0a49cd6478 refactor(agents): reorganize PR agents and rename supervisors to *-pool-supervisor pattern
- Rename all 16 supervisors to follow *-pool-supervisor pattern for consistency
- Rename PR agents for clarity:
  - pr-api-creator → pr-creator
  - pr-checker → pr-ci-test-fixer
  - pr-status-checker → pr-status-analyzer
  - pr-self-reviewer → pr-reviewer
  - pr-fix-orchestrator → pr-fix-pool-supervisor
- Add new PR management agents:
  - pr-editor: Safe PR editing with description preservation
  - pr-manager: Unified PR interface (mode: all)
  - pr-merge-pool-supervisor: Automated PR merging supervisor
- Update all agent references throughout codebase
- Ensure CONTRIBUTING.md compliance for all PR operations
2026-04-09 21:39:32 -04:00