📄️ Test Cases
Structured test case tracking for Green Goods QA. This page outlines the categories, critical paths, and automation strategy for ensuring protocol correctness.
📄️ Regression
Regression testing ensures that changes to one package do not break behavior in dependent packages. The monorepo's layered architecture makes this particularly important since shared hooks propagate to both client and admin.
📄️ Agentic Eval
AI agents assist with code review, test generation, and audit tasks in the Green Goods workflow. This page covers how agent outputs are evaluated for quality and how to avoid common pitfalls.
📄️ Husky
Git hooks enforce code quality gates before commits and pushes reach the repository. Husky manages hook scripts in the .husky/ directory.
📄️ GitHub Actions
The CI/CD pipeline uses GitHub Actions with per-package workflows, path-based triggering, and concurrency controls to keep builds fast and focused.