Skip to content

Tags: agentcodinglab/aicodingagentteam

Tags

v0.11.0

Toggle v0.11.0's commit message
v0.11.0: release readiness, plugin remote index, quickstart fix, a11y…

… hardening (ADR-0025)

v0.10.0

Toggle v0.10.0's commit message
feat(website): ADR decisions page + plugin ecosystem + multi-host e2e…

… (v0.10.0)

- website: decisions page with 24-ADR index table (en + zh content, 9 locale i18n)
- website: sidebar nav updated with decisions link
- CHANGELOG: [0.10.0] release

v0.9.1

Toggle v0.9.1's commit message
feat(qualitygate): P11 10-check quality gate + coverage hardening (AD…

…R-0024)

- internal/qualitygate: CheckFunc type + 6 new checks (prd, architecture, api-contract, ui-smells, secret-leak, audit-log)
- internal/qualitygate: runCheck() supports CheckFunc with timeout + artifacts passing
- internal/qualitygate: advisory checks return skipped (not fail) when artifacts missing
- internal/governance: checkAPIContract real implementation + loadOpenAPIPaths JSON parser
- pkg/api: Continue method fallback to GetPlan + 4 new edge case tests
- internal/acp: 3 new tests (director error, delivery not-passed, Serve) coverage 88.0% -> 93.5%
- internal/mcp: 5 new tests (Serve, GovernDirectory, invalid args) coverage 89.6% -> 90.9%
- pkg/api: 4 new tests (Continue fallback paths) coverage 84.6% -> 86.0%
- docs: spec, plan, ADR-0024, CHANGELOG, quality-gate spec all synced