negentropy: scaffold grammar-first structural checker (#1) #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "negentropy-forgejo-linux-beta"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
negentropy: scaffold grammar-first structural checker (#1)
Self-built PEG engine (zero ANTLR): g4-subset lexer+parser interpreting an
embedded rust grammar, producing a typed structure tree. Three law channels:
fault (block depth / comment / path depth), blindspot (parse coverage), and
vocabulary debt (single-word). Config layered from negentropy.toml +
vocabulary.toml. runseal operational envelope, de-runseal'd release manager.
negentropy dogfoods all its own laws (0 faults / 0 blind / 0 debt).
Co-authored-by: PerishFire perishfire@noreply.git.perish.top
Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com
ci: enforce lf line endings via gitattributes (#2)
Windows checkout was converting text to CRLF, breaking deno fmt --check in the
guard. Force eol=lf everywhere so tooling is line-ending stable cross-platform.
Co-authored-by: PerishFire perishfire@noreply.git.perish.top
Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com
ci: run guard on ubuntu only (#3)
Drop the windows/macos matrix to cut CI time; ubuntu is the reference platform.
Co-authored-by: PerishFire perishfire@noreply.git.perish.top
Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com
release: migrate beta loop to Forgejo
land: use tea login for Forgejo
land: read tea login config
land: allow tea login config read