-
-
Notifications
You must be signed in to change notification settings - Fork 30
feat: Galaxy v6 physics engine, graph scene overhaul, and ledger UI improvements #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Coding-Dev-Tools
wants to merge
145
commits into
main
Choose a base branch
from
feat/galaxy-v6-graph-scene-ledger-overhaul
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+21,717
−1,505
Open
Changes from all commits
Commits
Show all changes
145 commits
Select commit
Hold shift + click to select a range
3f3b1f4
feat: Galaxy v6 physics engine, graph scene overhaul, and ledger UI i…
Coding-Dev-Tools e2f3815
fix: address Codex review P1/P2 and restore _logical_digest offset 40
Coding-Dev-Tools b804482
fix: harden historical graph isolation and code history
Coding-Dev-Tools e3e2fb6
fix: replace em dash in CHANGELOG.md for doc style test
Coding-Dev-Tools b3fb678
improvement: cap graphAssetsRetry counter at 10
Coding-Dev-Tools 1155c1e
fix: correct dashboard switcher active state on primary dashboard
Coding-Dev-Tools d5dbcdb
improvement: scene payload error guard and range input aria-labelledby
Coding-Dev-Tools 3160ada
fix: address Codex review P1/P2 findings on d5dbcdbf
Coding-Dev-Tools 0b2f070
fix: correct prune_entities definition order
Coding-Dev-Tools dcb7318
fix: restore evidence_filter logic for non-history facet filtering
Coding-Dev-Tools 46a1d3c
fix: pre-classify entity visibility before candidate cap
Coding-Dev-Tools 50f0a76
fix: eliminate trailing ? in context-savings API URL
Coding-Dev-Tools d7ecf75
fix: keep session-only graph edges private
Coding-Dev-Tools 8b8e2d5
test: align release query assertion
Coding-Dev-Tools 7d65b24
fix: publish graph counts after retry load
Coding-Dev-Tools ad1a549
fix: increase graph reload assertion timeout to 15s
Coding-Dev-Tools cb1cc65
fix: preserve historical graph facet evidence
Coding-Dev-Tools 5524fbd
docs: define automated PR delivery protocol
Coding-Dev-Tools 572a733
fix(review): recheck personal workspace ownership after race
Coding-Dev-Tools 3e0bc2d
fix(review): rescan secure-erase successors atomically
Coding-Dev-Tools 11ced96
fix(review): count historical edges in scene metadata
Coding-Dev-Tools c1cbf5a
test(review): cover workspace ownership race
Coding-Dev-Tools 7d8cbda
test(review): cover stale secure-erase successors
Coding-Dev-Tools bdd05d3
test(review): cover graph privacy and history metadata
Coding-Dev-Tools ad2fae0
fix: address Codex P2 findings on bdd05d3 and black-hole exclusion
Coding-Dev-Tools a0581a5
fix: disable black-hole exclusion in isolated core orbit measurement
Coding-Dev-Tools f59329b
fix(graph): retain endpoints for historical relations
Coding-Dev-Tools c398c3a
fix(graph): bound cross-system contact pressure
Coding-Dev-Tools a2cc63f
fix: Codex P2 expired_at + config URI, cross-system repulsion
Coding-Dev-Tools e38553e
fix: add upper bounds to API limit and list parameters
Coding-Dev-Tools c95a28d
fix: extend secure erase to sync/import tables, add aria-labelledby
Coding-Dev-Tools 69d64fc
fix: add null guards for DOM element access in ledger.js
Coding-Dev-Tools 6bc2247
fix: harden config.py edge cases for file: URIs and embed_dim
Coding-Dev-Tools 5284d59
fix: restore dropped layers param and remove duplicate line
Coding-Dev-Tools fcdce04
fix: strip :ghost suffix from entity evidence endpoints and add regre…
Coding-Dev-Tools c5ee33e
fix: serialize secure erase successor cleanup
Coding-Dev-Tools ea59e86
fix: honor known_at for expired graph evidence
Coding-Dev-Tools 3ee40e1
fix: honor known_at for code history expiration
Coding-Dev-Tools b142b6f
fix: erase source import manifests with memories
Coding-Dev-Tools aae89a0
fix: harden migration locking and cleanup reporting
Coding-Dev-Tools bd3b402
fix(graph): harden Galaxy contact and far-field dynamics
Coding-Dev-Tools 9e9ebf8
fix: erase source import manifests with memories
Coding-Dev-Tools 95d9ae2
docs: add proof-first advertising gallery
Coding-Dev-Tools 9614f04
fix(graph): clamp dragged nodes to painted bounds
Coding-Dev-Tools 510df69
fix: report partial vector cleanup during secure erase
Coding-Dev-Tools bcc50f2
fix: harden config lock path, chunk receipt workspace scope, add regr…
Coding-Dev-Tools 1dbff89
perf: deduplicate ghost sort, O(1) reserved lookup; a11y: aria-label …
Coding-Dev-Tools a40a2a0
test(e2e): isolate Galaxy core dynamics from boundaries
Coding-Dev-Tools 042507a
test: allow bounded Galaxy orbit integration margin
Coding-Dev-Tools ee6a7e8
fix: scope visibility preclassification to requested repo_id
Coding-Dev-Tools 31963ca
fix: ignore stale graph stats after reload
Coding-Dev-Tools 4c25cd1
fix: keep private workspace endpoints out of repo graphs
Coding-Dev-Tools 6b8f136
fix: prevent graph history visibility leaks
Coding-Dev-Tools 8ca8982
fix: preserve cross-system galaxy rotation
Coding-Dev-Tools 9004a5a
test: cover nested galaxy angular motion
Coding-Dev-Tools 88de75f
fix: revert visibility repo-scope — preclassification must stay repo-…
Coding-Dev-Tools ef76679
test: strengthen nested galaxy orbit coverage
Coding-Dev-Tools 11c732a
perf: scope graph visibility joins without weakening privacy
Coding-Dev-Tools 6c473ab
fix: detect named shared-memory SQLite URIs (file:name?mode=memory) t…
Coding-Dev-Tools 27db1a1
feat: raise default graph node limit from 300 to 500
Coding-Dev-Tools 5cf5052
fix: scope historical graph supports by repository
Coding-Dev-Tools 01e3f79
fix: erase document import job items with memories
Coding-Dev-Tools f5b7f82
test: scope historical graph supports by repository
Coding-Dev-Tools e49d2dd
test: erase document import job items with memories
Coding-Dev-Tools 3da826e
fix: close remaining PR review findings
Coding-Dev-Tools 69299dc
fix: scope historical supports and erase import items
Coding-Dev-Tools 3e1c0b8
fix: stabilize hierarchical galaxy orbits and stellar contacts
Coding-Dev-Tools b68ec46
test: cover galaxy anchor dynamics and drag bounds
Coding-Dev-Tools 54280a9
test: cover graph explorer physics compatibility
Coding-Dev-Tools 661910f
fix: keep local orbital separation active for star pairs
Coding-Dev-Tools 87d861c
fix: make import job erasure observable
Coding-Dev-Tools b31e277
feat(graph): raise overview relationship limit to 1000
Coding-Dev-Tools 4d55d42
fix(graph): keep repel off dominant-star orbits
Coding-Dev-Tools ac158a1
fix(graph): render node labels above all node bodies via post-frame pass
Coding-Dev-Tools e727756
fix(dashboard): preserve graph filter counts on reload
Coding-Dev-Tools 92ab7a3
feat: raise overview graph limits to 1000 nodes / 2000 edges
Coding-Dev-Tools 8326e5b
fix(graph): seed galaxy orbits under reduced motion — solver stays live
Coding-Dev-Tools 66bdfab
fix(graph): honor reduced motion and restore labels
Coding-Dev-Tools 2b0a1f5
chore(graph): publish bounded Galaxy tuning updates
Coding-Dev-Tools 44708f7
chore(graph): publish bounded Galaxy tuning updates
Coding-Dev-Tools 9961b6f
chore(graph): publish bounded Galaxy tuning updates
Coding-Dev-Tools 40699c5
chore(graph): publish bounded Galaxy tuning updates
Coding-Dev-Tools d444aa2
chore(graph): publish bounded Galaxy tuning updates
Coding-Dev-Tools f3fa6e4
fix(graph): keep complete Galaxy overviews live
Coding-Dev-Tools 4f8c71a
fix(graph): keep acceleration caps within the legacy safety ceiling
Coding-Dev-Tools b0e432c
test(graph): keep physics lifecycle cases out of reduced motion
Coding-Dev-Tools 778fd32
test(e2e): align Galaxy motion checks with reduced-motion behavior
Coding-Dev-Tools e154764
docs: record the complete Galaxy overview limit
Coding-Dev-Tools 8e529d8
test(graph): cover live Galaxy limits and reduced-motion lifecycle
Coding-Dev-Tools dec3c33
test(graph): assert the hard acceleration ceiling directly
Coding-Dev-Tools ca75540
test(e2e): cover extended Galaxy gravity range
Coding-Dev-Tools c276686
fix(graph): keep Galaxy physics live under reduced motion
Coding-Dev-Tools 8f70e7e
test(e2e): cover Galaxy motion under reduced motion
Coding-Dev-Tools a0c9eef
test(graph): align Galaxy physics expectations
Coding-Dev-Tools 207f01b
test(graph): remove machine-speed deadlines
Coding-Dev-Tools a6b0577
test(e2e): isolate the first graph load deadline
Coding-Dev-Tools ab77de7
fix(graph): preserve historical evidence under tight caps
Coding-Dev-Tools 489eb3f
fix(graph): widen overview system sampling
Coding-Dev-Tools be0ae39
feat: extend Galaxy gravity slider to 400; wire includeHistory for gh…
Coding-Dev-Tools 7b8fc79
fix(graph): extend Galaxy gravity to 400, fix reduced-motion seeding,…
Coding-Dev-Tools 805cd72
test(graph): exercise full static gravity range
Coding-Dev-Tools 3d2d3a6
fix(graph): harden code overlays and literal ghost IDs
Coding-Dev-Tools 3cae618
fix(graph): raise Galaxy repel preset to 60, add independent stellar …
Coding-Dev-Tools 78d7e25
fix(test): align galaxy clock test options with repel=60 engine defaults
Coding-Dev-Tools a91ca37
fix(graph): preserve stellar radii during planet collisions, raise it…
Coding-Dev-Tools 606334b
Revert "fix(graph): preserve stellar radii during planet collisions, …
Coding-Dev-Tools 4bd7fa0
Revert "fix(test): align galaxy clock test options with repel=60 engi…
Coding-Dev-Tools 5ff11ab
Revert "fix(graph): raise Galaxy repel preset to 60, add independent …
Coding-Dev-Tools 4562ccf
fix: sync CSS cache-buster with JS deployment version
Coding-Dev-Tools d0797cb
fix(ledger): add physics version migration, cache-bust stale graph re…
Coding-Dev-Tools 9c138af
feat(graph): Galaxy physics 2x response, independent stellar clock, o…
Coding-Dev-Tools 53a782f
fix(review): 30-agent audit — 15 fixes across core, dashboard, API, a…
Coding-Dev-Tools 1de25f8
fix: map ValueError to 400 in read-only API, fd-based chmod for migra…
Coding-Dev-Tools 7fc8b31
fix: restore StrictInt for mtype_limits (test regression), keep Value…
Coding-Dev-Tools 5d63e7b
chore: bump cache-buster to local-star-frame-1
Coding-Dev-Tools 712b5ae
feat(graph): hierarchical orbit invariants, late-reveal seeding, blac…
Coding-Dev-Tools c027ca4
fix(hermes): close MemoryService in shutdown to prevent resource leak
Coding-Dev-Tools 79da66e
fix(graph): inertial dominant stars, bounded orbital separation for i…
Coding-Dev-Tools 1d361e7
fix(ci): add job timeouts, dynamic site-packages path, customer mode …
Coding-Dev-Tools f6c51f3
fix(tests): update docker cp assertions for dynamic sysconfig path
Coding-Dev-Tools ddf1816
fix: close current PR graph review gaps
Coding-Dev-Tools 99c7e51
test: align release audit path assertion
Coding-Dev-Tools 6bdc8ce
test: exercise post-frame graph labels directly
Coding-Dev-Tools 252004a
fix: close remaining PR cache and CI review gaps
Coding-Dev-Tools 4ca2fdf
fix(service): bind valid_at before repo_id in support memory query
Coding-Dev-Tools 6b97f9d
test: verify historical support enrichment respects repo scope
Coding-Dev-Tools 0fca2ab
fix(graph): scope historical supports to repository
Coding-Dev-Tools 18b56ed
fix(service): include future-expiring rows in scene cache expiry proj…
Coding-Dev-Tools a9ad817
test(graph): cover memory cache temporal boundaries
Coding-Dev-Tools 31182e1
fix(graph): expire cache at entity creation
Coding-Dev-Tools 80f3f5b
fix(service): track code graph and end boundaries in scene cache expiry
Coding-Dev-Tools feec847
fix(service): expire history caches when known_at unanchored
Coding-Dev-Tools 420c69b
fix(service): restore cache hit return path with meta fields
Coding-Dev-Tools 1386734
fix(graph): expire partially anchored scene caches
Coding-Dev-Tools 8f82b1a
fix(graph): scope evidence drilldowns by repository
Coding-Dev-Tools 1c8a6a5
fix(graph): suppress filtered provenance evidence
Coding-Dev-Tools d25b601
fix(graph): reserve history edge capacity
Coding-Dev-Tools 51fe14c
fix(graph): preserve literal :ghost suffix in entity lookup Remove un…
Coding-Dev-Tools afa820b
test: align literal ghost entity regression
Coding-Dev-Tools d75161c
fix(api): restrict receipt export filename to ASCII-safe characters U…
Coding-Dev-Tools 2a0e6fa
test(api): cover Unicode receipt export filename
Coding-Dev-Tools b950de9
fix(graph): preserve workspace memory ancestors
Coding-Dev-Tools b5ec1bf
fix(inspector): restrict export filename to ASCII-safe characters Wor…
Coding-Dev-Tools d9daf2b
test(inspector): cover Unicode export headers
Coding-Dev-Tools 4f56c35
fix(v2): restrict receipt export filename to ASCII-safe characters Sa…
Coding-Dev-Tools File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.