Skip to content

Tags: WynexLabs/cortex

Tags

v1.4.0

Toggle v1.4.0's commit message
v1.4.0 — AI-Prioritized Vault Toolchain

v1.3.0

Toggle v1.3.0's commit message
v1.3.0 — tests, auto-capture hook, dynamic version

- Add 90-test pytest suite (tests/test_cortex_common.py) covering
  validate_frontmatter, validate_identifier, validate_column_type,
  parse_frontmatter, find_md_files, local_query — all pass
- Add scripts/cortex_autosave.py — Stop hook that auto-captures
  every Claude Code session as a type:log note, syncs to Neon + git
- Add Auto-Capture section to README and SKILL.md with hook config
- Fix install.sh: version now detected dynamically from GitHub releases
  API with 1.2.0 fallback — no more manual version bumps on release
- Add _version_note to plugin.json explaining manual sync requirement
- Regenerate cortex.skill with all new files

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>

v1.2.0

Toggle v1.2.0's commit message
v1.2.0 — proper plugin structure, corrected schema, fixed install

- Add .claude-plugin/plugin.json (required for Claude Code marketplace install)
- Add skills/cortex/SKILL.md at correct plugin path
- Fix README: schema table updated to v1.1 (open-ended type, expanded status, P0-P3 priority)
- Fix README: install instructions now show correct plugin path and settings.json snippet
- Rewrite install.sh: installs to ~/.claude/plugins/cache/wynexlabs/cortex/1.2.0/ and registers in settings.json
- Regenerate cortex.skill with all new files included

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>

v1.1.0

Toggle v1.1.0's commit message
v1.1 — open-ended type, richer status/priority schema

- type: removed enum enforcement entirely — any string stored as-is
- status: expanded to active|done|ready|planned|draft|waiting|archived
- priority: switched to P0|P1|P2|P3 convention
- validation now warns instead of auto-repairing unrecognised values
- removed hardcoded 'note'/'active'/'normal' fallbacks from query results

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>

v1.0.0

Toggle v1.0.0's commit message
Initial release — Cortex v1.0

Long-term memory for Claude Code and Open Claw.
Progressive setup: works with just files, scales to GitHub + Neon.
Includes cortex_init.py for one-command setup and install.sh one-liner.