Skip to content

PatrickSys/codebase-context

v1.6.2 Breaking

This release includes 4 breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents ai-coding claude code-intelligence context-engineering copilot
+14 more
cursor developer-tools evidence-scoring hybrid-search local-first mcp mcp-server model-context-protocol pattern-detection preflight reranking second-brain semantic-search team-memory

Summary

AI summary

Search output no longer emits trend: "Stable"; searchQuality now adds a hint for low confidence; CLI and Angular code moved to dedicated modules.

Full changelog

[1.6.2] - 2026-02-17

Stripped it down for token efficiency, moved CLI code out of the protocol layer, and cleared structural debt.

Changed

  • Search output: trend: "Stable" is no longer emitted (only Rising/Declining carry signal). Added a compact type field (service:data) merging componentType and layer into 2 tokens. Removed lastModified considered noise.
  • searchQuality: now includes hint (for next-step suggestion) when status is low_confidence, so agents get actionable guidance without a second tool call.
  • Tool description: shortened to 2 actionable sentences, removed reference to editPreflight (which didn't exist in output). intent parameter is now discoverable on first scan.
  • CLI extraction: handleMemoryCli moved from src/index.ts to src/cli.ts. Protocol file is routing only.
  • Angular self-registration: registerComplementaryPatterns('reactivity', ...) moved from src/index.ts into AngularAnalyzer constructor. Framework patterns belong in their analyzer.

Added

  • AGENTS.md Lessons Learned section - captures behavioral findings from the 0216 eval: AI fluff loop, self-eval bias, static data as noise, agents don't read past first line.
  • Release Checklist in AGENTS.md: CHANGELOG + README + capabilities.md + tests before any version bump.

Breaking Changes

  • `trend: "Stable"` field removed from search output (only Rising/Declining remain).
  • `lastModified` field removed from search output as noise.
  • `handleMemoryCli` function moved from `src/index.ts` to `src/cli.ts`.
  • `registerComplementaryPatterns('reactivity', ...)` moved from `src/index.ts` into the `AngularAnalyzer` constructor.

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 PatrickSys/codebase-context

Get notified when new releases ship.

Sign up free

About PatrickSys/codebase-context

Local MCP server that shows AI agents which patterns your team actually uses, what files a change will affect, and when there is not enough context to trust an edit. 30+ languages, fully local.

All releases →

Related context

Beta — feedback welcome: [email protected]