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
14 changes: 14 additions & 0 deletions docs/LEDGER.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,3 +417,17 @@
- **REQs affected**: TEST-470
- **Status**: complete
- **Chain hash**: `3b3775a522076719...`

## 2026-07-13T15:30 — test-ran TEST-371: passed (status: pending → implemented)
- **Author**: specsmith
- **Type**: test-ran
- **REQs affected**: TEST-371
- **Status**: complete
- **Chain hash**: `92ad46273e1a25c0...`

## 2026-07-13T15:30 — test-ran TEST-470: passed (status: pending → implemented)
- **Author**: specsmith
- **Type**: test-ran
- **REQs affected**: TEST-470
- **Status**: complete
- **Chain hash**: `77af924fed83a344...`
2 changes: 0 additions & 2 deletions src/specsmith/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ def run_migration(root: Path, *, dry_run: bool = False) -> list[str]:

# Reject backward migration (downgrade) unconditionally — REQ-370 / I16.
def _ver(v: str) -> tuple[int, ...]:
import re

m = re.match(r"(\d+)[.](\d+)(?:[.](\d+))?", v or "")
if not m:
return (0,)
Expand Down
1 change: 0 additions & 1 deletion src/specsmith/vcs_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ def create_pr(
from specsmith.paths import find_scaffold

scaffold_path = find_scaffold(root)
platform = "github"
raw: dict[str, object] = {}

if scaffold_path and scaffold_path.exists():
Expand Down
Loading