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
2 changes: 1 addition & 1 deletion pkg/parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ This appendix is generated from the current non-test Go source files in this pac

## Source Synchronization

Reviewed against recent source updates on 2026-07-24; no additional public-contract deltas were identified beyond the sections above.
Reviewed against recent source updates on 2026-07-24; no additional public-contract deltas were identified beyond the sections above. Re-verified on 2026-08-14; no public-contract changes since the last review (only internal schema-suggestions refactoring landed).

---

Expand Down
2 changes: 1 addition & 1 deletion pkg/repoutil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Both functions are pure and stateless; they MAY be called concurrently without s

## Source Synchronization

Reviewed against source on 2026-07-26; no public-contract deltas identified.
Reviewed against source on 2026-07-26; no public-contract deltas identified. Re-verified on 2026-08-14; still no public-contract deltas.

---

Expand Down
2 changes: 1 addition & 1 deletion pkg/semverutil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ semverutil.IsCompatible("v6.0.0", "v5") // false

## Source Synchronization

Reviewed against recent source updates on 2026-07-24; `NormalizeGitDescribeSemver` added to Public API section.
Reviewed against recent source updates on 2026-07-24; `NormalizeGitDescribeSemver` added to Public API section. Re-verified on 2026-08-14; no further public-contract deltas identified.

---

Expand Down
2 changes: 1 addition & 1 deletion pkg/sliceutil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ All functions in this package are pure and stateless — they create and return

## Source Synchronization

Reviewed against source on 2026-07-26; no public-contract deltas identified.
Reviewed against source on 2026-07-26; no public-contract deltas identified. Re-verified on 2026-08-14; still no public-contract deltas.

---

Expand Down
Loading