Skip to content

v3.6.0 — Context health doctor + verified tool routing

Latest

Choose a tag to compare

@tomershahar tomershahar released this 02 Jul 14:19
· 8 commits to main since this release

What's new

doctor — context health score

  • npx create-team-foundry doctor scores context health 0–100 across five explained categories (completeness, freshness, connectedness, ownership, tool routing) and recommends the single highest-leverage fix. --json emits a versioned schema for automation. Advisory-only by design — status --ci remains the enforcement surface.
  • Doctor, status, and the CI gate share one analysis, so the three can't disagree about what counts as drift.

Verified AGENTS.md routing

  • New compatibility matrix documents the loading contract per tool with evidence status. The route is UAT-verified end-to-end for Codex, Cursor 3.9.16, Gemini CLI 0.28.2, and Claude Code 2.1.198 (evidence).
  • Cursor and Gemini pointers now use @AGENTS.md imports while keeping an explicit read-AGENTS.md instruction as the guaranteed fallback.

Safer merges and migration

  • Cursor rule merges are frontmatter-aware: your description/globs are preserved, alwaysApply: true is ensured, and BOM/CRLF files no longer produce duplicate frontmatter.
  • v3.3 migration now covers Copilot instructions via a merged, clearly-marked team-foundry section (your content is kept), disclosed accurately before you confirm.
  • Setup only asks merge/replace/skip for files your selected tools will actually write.

Evidence-led README

  • The README leads with a controlled same-prompt comparison (0/5 without context, 5/5 with) and real doctor output, with raw captures preserved in docs/evidence/.

Install: npx create-team-foundry@latest · Try it in 10 seconds: npx create-team-foundry playground

Full changelog: v3.5.0...v3.6.0