rUv
935062c229
feat(mincut): Add temporal hypergraphs and federated strange loops examples ( #81 )
...
Implements Cognitive Frontier research specifications:
Temporal Hypergraphs (5 phases):
- Phase 1: TemporalInterval, TemporalHyperedge, TimeSeries, AllenRelation
- Phase 2: TemporalIndex, TemporalHypergraphDB with time-range queries
- Phase 3: CausalLearner with spike-timing learning (STDP-like)
- Phase 4: TemporalQuery enum and QueryExecutor (AT TIME, DURING, CAUSES)
- Phase 5: TemporalMinCut and CausalMinCut for intervention planning
Federated Strange Loops (4 phases):
- Phase 1: ClusterObservation, ClusterRegistry, ObservationProtocol
- Phase 2: FederationMetaNeuron (Level 3), CrossClusterInfluence
- Phase 3: SpikeConsensus (novel!), pairwise synchrony, consensus voting
- Phase 4: PatternDetector with 5 EmergentPattern types
Novel research contributions:
1. Spike-Based Distributed Consensus
2. Emergent Role Specialization
3. Hierarchical Self-Organization
4. Collective Meta-Cognition
Bump version to 0.1.29
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 14:29:54 -05:00
rUv
96e6a54e13
docs(mincut): Major README improvements + SEO optimization
...
Examples README (examples/mincut/):
- New title: "Networks That Think For Themselves"
- Added compelling intros with analogies for all 6 examples
- Added "Core Insight" section with visual network comparison
- Added "Why This Changes Everything" performance comparison
- Fixed run commands to use -p ruvector-mincut format
- Added badges linking to crates.io, docs.rs, GitHub, ruv.io
Crate README (crates/ruvector-mincut/):
- Added "Self-Organizing Network Examples" section with table
- Links to GitHub examples guide
Cargo.toml SEO:
- Improved description for discoverability
- Added keywords: graph, minimum-cut, network-analysis, self-healing, dynamic-graph
- Added categories: algorithms, data-structures, science, mathematics, simulation
- Added homepage (ruv.io) and documentation links
- Registered all 7 examples in crate
Version bump: 0.1.25 → 0.1.26
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 17:08:06 +00:00