docs: GitHub Wiki pages (fallback — wiki repo not yet initialized)#2
Draft
testtest126 wants to merge 1 commit into
Draft
docs: GitHub Wiki pages (fallback — wiki repo not yet initialized)#2testtest126 wants to merge 1 commit into
testtest126 wants to merge 1 commit into
Conversation
Seven pages documenting LULL as it actually exists in the repo: concept, the safety invariant (honest split between compiler-enforced and convention-enforced guarantees), architecture, build/test instructions, the SpriteKit atmosphere experiment (PR #1), and a tentative roadmap. These live in docs/wiki/ as a fallback because github.com/testtest126/LULL.wiki has never had a first page created through the web UI, so its git repo doesn't exist yet to clone/push to. Same content is meant to be copied into the live wiki once that's done. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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 is
Seven wiki pages documenting LULL as it actually exists in the repo today —
written by reading README.md, CLAUDE.md, docs/concept.md, all of LULLKit's
sources, the app's views, project.yml, and the experiment/spritekit-atmosphere
branch / draft PR #1. No invented lore or unbuilt features are presented as
shipped.
an explicit "implemented vs. named only" status column on the fear-mechanics
table
guarantee (
Sensorenum has no case for photos/contacts/location) isgenuinely compiler-enforced; the consent-gates-camera guarantee is correct
today but rests on
GameModel.allowTheEye()being the only call site, noton anything the type system would catch if a second call site were added
ConsentLedgerandEyeSessionas Mermaid diagrams,
CameraController,GameModel, the view layerswift testfor LULLKitits own "honest read" that plain SwiftUI/Core Animation likely suffices for
ambience and SpriteKit earns its keep once the dread needs to react
status notes and fear-mechanics table genuinely imply is next
Why this is here instead of the wiki
github.com/testtest126/LULL.wiki.gitdoesn't exist yet as a clonable repo(
git clone→ "repository not found") because no page has ever been createdthrough the wiki's web UI — GitHub doesn't initialize a wiki's git repo until
that happens once, even with
has_wikienabled on the main repo. This PRputs the same content under
docs/wiki/so it exists and is reviewableregardless of that step. Once the first wiki page is created via
github.com/testtest126/LULL/wiki → "Create the first page", these files
can be copied straight into the wiki repo (same filenames = same page slugs).
Scope
Docs only — no app or LULLKit source changed.
🤖 Generated with Claude Code