Skip to content

[codex] Fix Markdown repository links#25

Merged
mandel59 merged 3 commits into
mainfrom
codex/fix-md-full-path-links
May 2, 2026
Merged

[codex] Fix Markdown repository links#25
mandel59 merged 3 commits into
mainfrom
codex/fix-md-full-path-links

Conversation

@mandel59

@mandel59 mandel59 commented May 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Replace machine-local /Users/mandel59/ws/mojidata/... Markdown link targets with repository-relative paths.
  • Update README links in root docs, package docs, and D1/benchmark docs so they work outside this checkout.
  • Add an empty changeset for the documentation-only package README updates.
  • Fix PR validation by running changeset status against the fetched base ref.
  • Build idsdb-utils before idsdb in the root idsdb stack build so clean CI checkouts have the generated utility files needed by idsdb input hashing.

Validation

  • rg -n --glob '*.md' '(/Users/mandel59/ws/mojidata|file:///Users/mandel59/ws/mojidata|/private/tmp|/home/runner/work|/workspace/)' returned no matches.
  • Custom Node link resolver validated the 8 changed Markdown files.
  • python3 packages/idsdb/scripts/input-hash.py completed successfully locally.
  • GitHub Actions validate passed on run 25258070256.

mandel59 added 3 commits May 3, 2026 02:37
Replace machine-local absolute Markdown links with repository-relative targets and add an empty changeset for the documentation-only package README updates.

Related: none

Generated-by: Codex/GPT-5.4
Run changeset status against the fetched pull request base ref so detached pull request merge checkouts can resolve the comparison point.

Related: #25

Generated-by: Codex/GPT-5.4
Ensure the root idsdb stack build prepares idsdb-utils before idsdb so idsdb input hashing can read the generated utility files in clean CI checkouts.

Related: #25

Generated-by: Codex/GPT-5.4
@mandel59 mandel59 marked this pull request as ready for review May 2, 2026 18:01
@mandel59 mandel59 merged commit 47ace63 into main May 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant