Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .agents/scripts/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
"""Shared pytest fixtures for validate_state.py tests."""

from __future__ import annotations
Expand Down
1 change: 1 addition & 0 deletions .agents/scripts/migrate_to_v2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# SPDX-License-Identifier: Apache-2.0
"""Migrate a consumer project from Lead Protocol v1.x to v2.0.0.

v1.x layout (what we migrate FROM):
Expand Down
1 change: 1 addition & 0 deletions .agents/scripts/test_migrate_to_v2.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
"""Unit tests for migrate_to_v2.py.

Coverage is narrowly scoped to the migration functions that produce persistent
Expand Down
1 change: 1 addition & 0 deletions .agents/scripts/test_validate_state.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
"""Unit tests for validate_state.py (v2.0.0 layout).

Run from the repo root:
Expand Down
1 change: 1 addition & 0 deletions .agents/scripts/validate_state.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# SPDX-License-Identifier: Apache-2.0
"""Validate Lead Protocol state files against their JSON Schemas.

Usage:
Expand Down
Loading