alpha
Login
or
Join now
nandi.uk
/
stigmergic
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
stigmergic
/
container
5 files
at
390c48642e4e6a7b1d105c0fe35179f9c292ebf2
nandi
refactor: one kind of edge — replace connections with highlights
2mo ago
390c4864
Dockerfile
refactor: one kind of edge — replace connections with highlights Remove the separate connections/relationships layer from strata analysis. All edges are now network.cosmik.connection records. The analysis flags existing edges as "hot" (semantically significant) via a highlights array of AT URIs. Frontend renders hot edges with a star badge and accent border. Lexicon changes: - Remove #connection def and token defs (supports, contradicts, etc.) - Remove connections from structuredAnalysis - Add highlights (at-uri[]) to structuredAnalysis Analysis changes: - Replace findConnections with findHotEdges — scores edges by vault/carry overlap and connection type, returns top AT URIs - Remove validateConnections (no longer needed) - Remove Connection interface Worker changes: - Replace relationships flattening with highlights passthrough Frontend changes: - Remove Relationships section - Hot edges get .hot-edge class, star badge, accent border - Edges header shows "N hot" count 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code <noreply@letta.com>
2 months ago
analysis.ts
refactor: one kind of edge — replace connections with highlights Remove the separate connections/relationships layer from strata analysis. All edges are now network.cosmik.connection records. The analysis flags existing edges as "hot" (semantically significant) via a highlights array of AT URIs. Frontend renders hot edges with a star badge and accent border. Lexicon changes: - Remove #connection def and token defs (supports, contradicts, etc.) - Remove connections from structuredAnalysis - Add highlights (at-uri[]) to structuredAnalysis Analysis changes: - Replace findConnections with findHotEdges — scores edges by vault/carry overlap and connection type, returns top AT URIs - Remove validateConnections (no longer needed) - Remove Connection interface Worker changes: - Replace relationships flattening with highlights passthrough Frontend changes: - Remove Relationships section - Hot edges get .hot-edge class, star badge, accent border - Edges header shows "N hot" count 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code <noreply@letta.com>
2 months ago
package.json
feat: container-backed deriveIsland and analyze xrpc methods - Container reads vault via ob sync, carry via git pull - deriveIsland: with seed → single island, without → all islands - analyze: cross-references island against vault+carry - Lexicon methods: org.latha.strata.deriveIsland, org.latha.strata.analyze - StrataContainer Durable Object manages container lifecycle - carry-vault pushed to github.com/codegod100/carry-vault (private) 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code <noreply@letta.com>
2 months ago
server.ts
feat: container-backed deriveIsland and analyze xrpc methods - Container reads vault via ob sync, carry via git pull - deriveIsland: with seed → single island, without → all islands - analyze: cross-references island against vault+carry - Lexicon methods: org.latha.strata.deriveIsland, org.latha.strata.analyze - StrataContainer Durable Object manages container lifecycle - carry-vault pushed to github.com/codegod100/carry-vault (private) 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code <noreply@letta.com>
2 months ago
sync.ts
feat: container-backed deriveIsland and analyze xrpc methods - Container reads vault via ob sync, carry via git pull - deriveIsland: with seed → single island, without → all islands - analyze: cross-references island against vault+carry - Lexicon methods: org.latha.strata.deriveIsland, org.latha.strata.analyze - StrataContainer Durable Object manages container lifecycle - carry-vault pushed to github.com/codegod100/carry-vault (private) 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code <noreply@letta.com>
2 months ago