Tags: WynexLabs/cortex
Tags
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 — 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 — 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]>