Commit graph

5 commits

Author SHA1 Message Date
rUv
77f391b0b7 fix(ci): Fix formatting and workflow permission issues
- Run cargo fmt across all crates (468 files formatted)
- Add permissions for PR comments in benchmarks.yml
- Add continue-on-error for PR comment steps
- Remove Docker service from postgres-extension-ci (pgrx manages own postgres)
- Add permissions to postgres-extension-ci.yml

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 22:11:57 +00:00
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
rUv
2080ff3a3d
feat(mincut): Add deep SNN-MinCut integration with six-layer architecture (#79) 2025-12-24 20:11:12 -05:00
rUv
ebbe5e5923
feat(mincut): Add subpolynomial-time dynamic minimum cut system (#74) 2025-12-23 07:53:32 -05:00