Problem
The repository is Apache-2.0 licensed, but framework Python scripts should carry explicit SPDX headers for downstream reuse and automated license scanning.
Scope
Add SPDX-License-Identifier: Apache-2.0 comments to framework Python scripts and verify tests still pass.
Acceptance criteria
- Python scripts under
.agents/scripts/ include SPDX headers.
- Tests continue to pass.
- No generated files or private operational state are changed.
Problem
The repository is Apache-2.0 licensed, but framework Python scripts should carry explicit SPDX headers for downstream reuse and automated license scanning.
Scope
Add
SPDX-License-Identifier: Apache-2.0comments to framework Python scripts and verify tests still pass.Acceptance criteria
.agents/scripts/include SPDX headers.