Skip to content

world-increment sweep + hamming snapshot [GF3 color chain]#537

Open
zubyul wants to merge 1 commit into
masterfrom
world-increment/sweep-2026-05-18-2219
Open

world-increment sweep + hamming snapshot [GF3 color chain]#537
zubyul wants to merge 1 commit into
masterfrom
world-increment/sweep-2026-05-18-2219

Conversation

@zubyul
Copy link
Copy Markdown
Contributor

@zubyul zubyul commented May 18, 2026

Summary

  • GitHub social graph sweep: 122 repos across 11 sources — orgs plurigrid, kubeflow, TeglonLabs + users bmorphism, zubyul, and zubyul social graph (migalkin, DJedamski, wasita, kristinezheng, M1shaaa, AustinCStone)
  • GF(3) trit color chain: 122 world-increments colored ERGODIC #d3869b / PLUS #b8bb26 / MINUS #cc241d
  • Hamming swarm snapshot: 28/28 Aptos mainnet wallets queried (via 0x1::coin::balance view function), 20.3448 APT total
  • Multisig probes: 5/5 contracts healthy — all confirm 2-of-2 threshold (A-B, A-G, Y-Z, S-T, V-W)
  • MNX Markets (testnet.mnx.fi): unavailable — SPA with no discoverable REST API endpoints

DuckDB ducklake schema

Tables populated in packages/world-increment/ducklake/world-increments.duckdb:

  • world_increments — GF(3)-colored increment log
  • repo_snapshots — stars, forks, language, pushed_at per repo
  • aptos_snapshots — per-wallet APT balance
  • multisig_probes — sigs_required + health flag
  • mnx_snapshots — market data (sentinel row, unavailable)

Test plan

  • Verify LATEST_SWEEP.md renders correctly
  • Open DuckDB and confirm row counts: SELECT COUNT(*) FROM world_increments → 122
  • Confirm Aptos totals: SELECT SUM(balance_apt) FROM aptos_snapshots → ~20.34 APT
  • Confirm all multisigs healthy: SELECT * FROM multisig_probes WHERE healthy=false → 0 rows

Generated by Claude Code

- GitHub social graph: 122 repos from 11 sources (plurigrid, kubeflow,
  TeglonLabs, bmorphism, zubyul + zubyul social graph)
- GF(3) trit coloring: ERGODIC #d3869b / PLUS #b8bb26 / MINUS #cc241d
- Hamming swarm: 28/28 Aptos wallets found, 20.3448 APT total
- Multisig: 5/5 contracts healthy (all 2-of-2 threshold)
- MNX testnet.mnx.fi: unavailable (SPA, no public REST API)
- DuckDB ducklake: world_increments, repo_snapshots, aptos_snapshots,
  multisig_probes, mnx_snapshots tables populated

https://claude.ai/code/session_01By8XJ3ENHZM1iNDTj4Pm9r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants