Skip to content

yakuphanycl/instinct

v1.4.1 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 12d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-memory anthropic claude-code llm-tools mcp mcp-server
+2 more
memory-management self-learning

Affected surfaces

deps

ReleasePort's take

Light signal
editorial:auto 11d

The release bumps actions/setup-python to version 6 and actions/checkout to version 6, adding a new trigger phrase for the .claude/skills/instinct/ skill while fixing several server envelope handling bugs and store‑related tiebreaker issues.

Why it matters: Updating setup‑python and checkout versions ensures compatibility with newer workflows; fixes address critical server envelope handling failures (22 tools) and resolve multiple SQLite/store tiebreaker defects, improving reliability for developers and SREs.

Summary

AI summary

Updated dependencies, improved skill trigger phrases, polished audit documentation dated 2026-04-25, fixed server envelope handling, and repaired multiple store detection and tiebreaker issues.

Changes in this release

Feature Medium

Add trigger phrase and improve discoverability for skill .claude/skills/instinct/.

Add trigger phrase and improve discoverability for skill .claude/skills/instinct/.

Source: llm_adapter@2026-05-23

Confidence: low

Feature Low

Auto‑generate .cursor/rules/instinct.mdc from SKILL.md

Auto‑generate .cursor/rules/instinct.mdc from SKILL.md

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Dependency Medium

Bump actions/setup-python from version 5 to 6.

Bump actions/setup-python from version 5 to 6.

Source: llm_adapter@2026-05-23

Confidence: high

Dependency Medium

Bump actions/checkout from version 4 to 6.

Bump actions/checkout from version 4 to 6.

Source: llm_adapter@2026-05-23

Confidence: high

Bugfix Medium

Fix server ok envelope handling for 22 tools and add tests

Fix server ok envelope handling for 22 tools and add tests

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Medium

Repair failing detect_chains tests in store module

Repair failing detect_chains tests in store module

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Low

Consolidate alias export and fix docstring issues in server code

Consolidate alias export and fix docstring issues in server code

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Low

Fix tiebreaker logic and index direction match in store.history()

Fix tiebreaker logic and index direction match in store.history()

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Low

Close three SQLite tiebreaker drift sites in store

Close three SQLite tiebreaker drift sites in store

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Low

Close six bug‑class tiebreaker sites and one LIMIT‑1 issue in store

Close six bug‑class tiebreaker sites and one LIMIT‑1 issue in store

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Low

Close three aggregate‑query tiebreaker sites in store

Close three aggregate‑query tiebreaker sites in store

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Other Low

Add smoke tests for remaining 14 tools in server

Add smoke tests for remaining 14 tools in server

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Other Low

Extend MCP priority smoke coverage to remaining 18 tools

Extend MCP priority smoke coverage to remaining 18 tools

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Full changelog

What's Changed

  • chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/WRG-11/instinct/pull/22
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/WRG-11/instinct/pull/23
  • feat(skill): trigger phrase + discoverability polish for .claude/skills/instinct/ by @yakuphanycl in https://github.com/WRG-11/instinct/pull/24
  • docs: README + CONTRIBUTING polish for adoption surface by @yakuphanycl in https://github.com/WRG-11/instinct/pull/25
  • docs(audit): MCP tool inventory + audit (2026-04-25) by @yakuphanycl in https://github.com/WRG-11/instinct/pull/26
  • fix(server): ok envelope on 22 tools + tests/test_server.py (audit quickwins) by @yakuphanycl in https://github.com/WRG-11/instinct/pull/27
  • docs(audit): .cursor/rules/ parity vs SKILL.md (2026-04-25) by @yakuphanycl in https://github.com/WRG-11/instinct/pull/28
  • fix(server): housekeep alias + export consolidation + 4/5 docstring fixes (audit §6 #4-6) by @yakuphanycl in https://github.com/WRG-11/instinct/pull/29
  • fix(store): repair the 2 failing detect_chains tests by @yakuphanycl in https://github.com/WRG-11/instinct/pull/30
  • feat(tooling): auto-generate .cursor/rules/instinct.mdc from SKILL.md (#28 follow-up) by @yakuphanycl in https://github.com/WRG-11/instinct/pull/31
  • test(server): smoke tests for the remaining 14 tools (audit §6 #3 deferred) by @yakuphanycl in https://github.com/WRG-11/instinct/pull/32
  • fix(store): history() tiebreaker + idx_conflog_ts direction match (#30 follow-up) by @yakuphanycl in https://github.com/WRG-11/instinct/pull/33
  • fix(store): close 3 SQLite tiebreaker drift sites flagged in #33 by @yakuphanycl in https://github.com/WRG-11/instinct/pull/34
  • test(mcp): add priority smoke coverage for ok envelopes (#26 §6) by @yakuphanycl in https://github.com/WRG-11/instinct/pull/35
  • fix(store): close 6 bug-class + 1 LIMIT-1 tiebreaker sites flagged in #34 §3 by @yakuphanycl in https://github.com/WRG-11/instinct/pull/36
  • test(mcp): extend smoke coverage to remaining 18 tools (#26 §6 follow-up) by @yakuphanycl in https://github.com/WRG-11/instinct/pull/37
  • fix(store): close 3 aggregate-query tiebreaker sites flagged in #36 §3 by @yakuphanycl in https://github.com/WRG-11/instinct/pull/38
  • chore: replace stale 'master' branch refs with 'main' (post-rename cleanup) by @yakuphanycl in https://github.com/WRG-11/instinct/pull/39
  • docs(readme): expand 'How It Compares' with letta + LangMem + decision rules by @yakuphanycl in https://github.com/WRG-11/instinct/pull/40
  • chore(branding): add social preview image (1280x640, Mnemonic Cartography) by @yakuphanycl in https://github.com/WRG-11/instinct/pull/41

Full Changelog: https://github.com/WRG-11/instinct/compare/v1.4.0...v1.4.1

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track yakuphanycl/instinct

Get notified when new releases ship.

Sign up free

About yakuphanycl/instinct

Self-learning memory for AI coding agents. Observes tool sequences, user preferences, and recurring fixes; confidence-based promotion (hits ≥5 → mature, ≥10 → rule)

All releases →

Beta — feedback welcome: [email protected]