Cortex v0.3.1
Install (recommended)
curl -sSf https://raw.githubusercontent.com/MikeSquared-Agency/cortex/main/install.sh | shInstall via Cargo
cargo install cortex-memoryManual download
| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 | cortex-linux-x86_64 |
| macOS | x86_64 | cortex-macos-x86_64 |
| macOS | arm64 (M1+) | cortex-macos-arm64 |
Get started
cortex init && cortex serveWhat's Changed
- feat: config-driven auto-linker rules by @DarlingtonDeveloper in #33
- feat: auto-discover briefing sections for novel node kinds by @DarlingtonDeveloper in #34
- feat: edge metadata and provenance extensibility (spec 10) by @DarlingtonDeveloper in #35
- feat: node temporal validity and lifecycle fields (spec 09) by @DarlingtonDeveloper in #36
- feat: query layer additions (spec 11) by @DarlingtonDeveloper in #37
- feat: trust scoring engine (spec 12) by @DarlingtonDeveloper in #38
- feat: add entity layer for cross-agent discovery (spec 13) by @DarlingtonDeveloper in #39
- feat: briefing role configuration (spec 14) by @DarlingtonDeveloper in #40
- feat: legacy structural rule deprecation (spec 16) by @DarlingtonDeveloper in #41
- feat: briefing scope parameter (spec 15) by @DarlingtonDeveloper in #42
- docs: comprehensive documentation update (spec 21) by @DarlingtonDeveloper in #43
- feat: metadata conventions + cargo fmt fix (spec 17) by @DarlingtonDeveloper in #44
- feat: bump v0.3.0 + publish pipeline (spec 22) by @DarlingtonDeveloper in #45
- feat: GitHub polish + MCP quickstart (specs 23 & 25) by @mikeajijola in #47
New Contributors
- @mikeajijola made their first contribution in #47
Full Changelog: v0.2.0...v0.3.1