This directory is the canonical testing entrypoint for CloudCode.
Testing is defined by these documents first. Commands, helper scripts, CI jobs, and historical notes support execution, but they are not the testing truth by themselves.
docs/testing/test-strategy.mddocs/testing/local-validation-spec.mddocs/testing/adapter-validation-spec.mddocs/testing/config-sync-validation-spec.mddocs/testing/script-surface.mddocs/testing/validation-report-template.md
- Use
test-strategy.mdto decide which validation layer is required. - Use
local-validation-spec.mdfor deterministic local checks. - Use
adapter-validation-spec.mdwhen changing CLI detection, install/upgrade, or adapter behavior. - Use
config-sync-validation-spec.mdwhen changing provider/MCP/skill/prompt sync behavior. - Use
script-surface.mdto understand which commands are canonical entrypoints and what they do not prove. - Use
validation-report-template.mdfor change summaries that claim validation.
Ad hoc commands, one-off scripts, and prior reports are references only. They do not replace the active testing specs in this directory.