Phase 30 final gates + Phase 31 CI/CD integration#31
Merged
Conversation
Phase 30 — remaining exit gates: - GDPR data export/delete REST endpoints (/data/export, /data/delete) - Data retention interval wired into server startup (24h cycle, 90d max) - Audit-log middleware registered with 5000-entry ring buffer - Plugin manifests updated (main: dist/index.js) and registered - All 12 exit gates now complete Phase 31 — CI/CD integration (new): - agent-workbench review — PR review bot with diff parsing, tsc + biome analysis, and gh pr review posting - agent-workbench changelog — markdown changelog from conventional commits - agent-workbench pr-describe — PR description from commit log - .github/workflows/agent-review.yml — automated PR review on PR to main - .github/workflows/agent-changelog.yml — changelog generation on v* tags - 17 unit tests for parsing/formatting logic, all passing - docs/31_PHASE_31_CICD_INTEGRATION.md — phase plan with exit gates Infrastructure: - Fixed pre-existing TS error (exactOptionalPropertyTypes in provider-registry) - Hermes + OpenCode bridge plugins wired into PluginRegistry for auto-load - Roadmap updated through Phase 31
There was a problem hiding this comment.
🤖 agent-workbench PR Review
✅ Clean — no issues found across 9 TypeScript files
📄 apps/cli/src/commands/changelog.ts
⚠️ WARNING [workbench]: File not found locally — may need to checkout the branch
📄 apps/cli/src/commands/cli-cicd.test.ts
⚠️ WARNING [workbench]: File not found locally — may need to checkout the branch
📄 apps/cli/src/commands/pr-describe.ts
⚠️ WARNING [workbench]: File not found locally — may need to checkout the branch
📄 apps/cli/src/commands/review.ts
⚠️ WARNING [workbench]: File not found locally — may need to checkout the branch
📄 apps/cli/src/index.ts
⚠️ WARNING [workbench]: File not found locally — may need to checkout the branch
📄 apps/server/src/app.ts
⚠️ WARNING [workbench]: File not found locally — may need to checkout the branch
📄 apps/server/src/context.ts
⚠️ WARNING [workbench]: File not found locally — may need to checkout the branch
📄 apps/server/src/index.ts
⚠️ WARNING [workbench]: File not found locally — may need to checkout the branch
📄 apps/server/src/routes/data-routes.ts
⚠️ WARNING [workbench]: File not found locally — may need to checkout the branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Phase 30 — Remaining Exit Gates
/data/export,/data/delete)main: dist/index.js) and registeredPhase 31 — CI/CD Integration (new)
agent-workbench review— PR review bot with diff parsing, tsc + biome analysis, gh pr review postingagent-workbench changelog— markdown changelog from conventional commitsagent-workbench pr-describe— PR description from commit log.github/workflows/agent-review.yml— automated PR review on PR to main.github/workflows/agent-changelog.yml— changelog on v* tagsdocs/31_PHASE_31_CICD_INTEGRATION.md— phase plan with exit gatesInfrastructure
exactOptionalPropertyTypes)