Framework: Space page (working definition, first in Single Identity)#50
Open
jonassiebler wants to merge 1 commit into
Open
Framework: Space page (working definition, first in Single Identity)#50jonassiebler wants to merge 1 commit into
jonassiebler wants to merge 1 commit into
Conversation
Space is the foundational layer: relational order of relative positions and birth of degrees of freedom. Hierarchy Space → Particles → Time → Mass. Explicitly marked as working definition; formal metric still open (gap #44).
There was a problem hiding this comment.
Pull request overview
Adds Space as a new public Framework concept page under /framework, introduces a matching R3F concept scene, and wires it into the concept registry and scene mounting system so it appears first in the Single Identity sequence.
Changes:
- Added
/framework/spaceconcept page with “working definition” status banner and hierarchy statement. - Registered
spaceinconcepts.tsas the first Single Identity concept (including pager order). - Added
SpaceScene.tsxand updatedConceptSceneMountto dynamically load the new scene.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| website/src/pages/framework/space.astro | New Space concept page content + links + pager integration |
| website/src/lib/concepts.ts | Adds space concept metadata and updates concept/scene unions |
| website/src/components/concepts/SpaceScene.tsx | New R3F scene for Space (dots + relational edges) |
| website/src/components/concepts/ConceptSceneMount.astro | Adds loader support and prop typing update for space scene |
Comments suppressed due to low confidence (1)
website/src/pages/framework/space.astro:79
- This internal link points to
/blog/particles-of-identity, but there is no corresponding page underwebsite/src/pages/blogin this PR. This will render a broken link unless there is an explicit redirect elsewhere; consider adding the blog page or updating the link to the correct existing article URL.
<strong class="text-white/85">Particles</strong> — bound configurations under Strong Binding and Charge (see
<a href="/blog/particles-of-identity" class="text-white/75 underline decoration-white/25 underline-offset-4 transition hover:text-white hover:decoration-white/50">Particles of Identity</a>).
</li>
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,132 @@ | |||
| import { useRef, useMemo } from 'react'; | |||
Comment on lines
6
to
+10
| interface Props { | ||
| scene: 'mass' | 'curvature' | 'rotation' | 'gravitation' | 'frequency' | 'damping' | 'emergence' | 'probes' | 'stem'; | ||
| scene: | ||
| | 'space' | ||
| | 'mass' | ||
| | 'curvature' |
Comment on lines
+49
to
+52
| In the relational tradition (<a | ||
| href="/foundations/leibniz-relational-space" | ||
| class="text-white/75 underline decoration-white/25 underline-offset-4 transition hover:text-white hover:decoration-white/50" | ||
| >Leibniz</a>), space is not a container and not a substance. |
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.
Summary
Adds Space as a public Framework concept page. Previously only present in the Particles blog and Gaps (#44–#49), not under
/framework.What lands
/framework/space— working definition (relational order of relative positions; degrees of freedom)concepts.ts: Space inserted as first Single-Identity concept (pager + hub order)SpaceScene.tsx+ ConceptSceneMount supportExplicit non-claims
Files
website/src/pages/framework/space.astro(new)website/src/components/concepts/SpaceScene.tsx(new)website/src/lib/concepts.ts(space first)website/src/components/concepts/ConceptSceneMount.astro(space loader)No merge until explicit approval.