alpha
Login
or
Join now
burrito.space
/
disjecta
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
disjecta
/
test
1 file
at
main
dietrich ayala
extract: trim prose punctuation/parens leaking into URLs
4w ago
0e5b3612
extract.test.mjs
extract: trim prose punctuation/parens leaking into URLs The greedy trailing char class swallowed a wrapping "(" and trailing ".", ")", "?" from prose, so "(https://x).” was stored verbatim. Drop the leading "(" from the pattern and post-trim trailing prose punctuation, keeping a ")" only when it balances a "(" inside the URL (e.g. wiki/Foo_(bar)). Adds node:test coverage and a `npm test` script. Also adds scripts/repair-card-urls.mjs: re-runs each stored network.cosmik.card URL through the fixed extractor and rewrites malformed or missing-top-level-url records in place (idempotent, same rkey). Dry-run by default.
1 month ago