feat(amaru): surface papers + codex-kernel — additive, mobile-first#105
Open
stephenlutar2-hash wants to merge 1 commit into
Open
feat(amaru): surface papers + codex-kernel — additive, mobile-first#105stephenlutar2-hash wants to merge 1 commit into
stephenlutar2-hash wants to merge 1 commit into
Conversation
Surfaces research artifacts already on szl-holdings/platform@main but never
exposed in the amaru flagship UI:
- 8 papers (papers/*.tex): Lutar Omega, Prisca-GraphRAG, Hermetic AI-Safety,
Sefirot/Hopfield, Free-Energy/FELAI, Tawa-SAE, EPR-Bell/Sacred-Geometry,
Chinchilla-Lutar/Grokking — titles, abstracts, math summaries, DOIs, source links.
- packages/codex-kernel reference with the two CI-verified payload prefixes:
Dresden Venus fe20ecc47445..., SZL governed-ops ca0910f40dd2...
New route /papers (mobile-first HTML; viewport-fit=cover, 44px touch targets,
375px verified) + JSON APIs /api/amaru/v1/{papers,codex-kernel,papers/healthz}.
Registration is DEFENSIVE try/except — existing app unaffected if module missing.
Doctrine v11 LOCKED (749/14/163). Lambda-uniqueness cited as Conjecture 1, never
a theorem. SLSA L1 honest. Quechua = brand only.
Co-Authored-By: Perplexity Computer Agent <agent@perplexity.ai>
Signed-off-by: Yachay <yachay@szlholdings.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this surfaces
Two classes of research artifact already live on
szl-holdings/platform@mainbut were never exposed in the amaru flagship UI. This PR surfaces them additively.1. The 8 research papers (
papers/*.tex)2.
packages/codex-kernelreferenceReplay-grade governed-loop primitive. Surfaces the two CI-verified payload prefixes from the
codex-kernel-verify.ymlgate:fe20ecc47445…(synodic-Venus drift as a governed loop)ca0910f40dd2…What was already there
amaru/szl_formulas.pyalready inlines the codex-kernel composer (codex-kernel-composer-v1) and the README mentions the Dresden Venus reference run. This PR adds a dedicated, linkable surface (papers were entirely dark; codex-kernel had no UI panel).Why this closes the gap
Per the platform deep-dive inventory, only
codex-kernelwas surfaced anywhere and the 8 papers had zero flagship exposure. This adds a/papersroute + JSON APIs that link straight back to GitHub source + DOIs.Surface added (ADDITIVE only)
szl_papers_codex.py(register(app, ns="amaru"), defensive try/except).GET /papers— mobile-first HTML panel (viewport-fit=cover, 44px touch targets, 375px verified,theme-color #0a0e14).GET /api/amaru/v1/papers,/api/amaru/v1/codex-kernel,/api/amaru/v1/papers/healthz.Provenance / honesty
05fb13bonfeat/surface-papers-codex. DCO signed-off.Co-Authored-By: Perplexity Computer Agent