Skip to content

Latest commit

 

History

History
120 lines (70 loc) · 8.58 KB

File metadata and controls

120 lines (70 loc) · 8.58 KB

Changelog

All notable changes to ContextDocs will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.5.0 (2026-03-15)

Added

  • add UserPromptSubmit hook for context-related skill activation (#15) (98c3106)

Fixed

  • align SKILL.md and CLAUDE.md with canonical description (bb4b750)
  • Context Guard hooks false positive on infrastructure rule files (#13) (ab0cd47)

[Unreleased]

Fixed

  • Context Guard hooks no longer flag infrastructure rule files as false positives (#13)
  • ai-context skill triggers more reliably when you describe stale context or MEMORY.md promotion scenarios
  • SKILL.md and CLAUDE.md descriptions now match the canonical product definition across all tools

1.4.0 (2026-03-13)

Added

  • add .mcp.json, agent memory, and plugin manifest validation (097f452)
  • add ai-context companion reference, agent upgrades, and CLAUDE.md advanced features (d2389b9)
  • add Claude Code release and schema monitoring (42fbb84)
  • add complete hook system reference and SessionStart health check hook (f91ec63)
  • add path-scoped rules, recursive subdirectories, and symlink support (6d59bc9)
  • add plugin system documentation to ai-context reference (5efa291)
  • adopt AGENTS-first context model with docs clarifications (#11) (600305b)

Documentation

  • clean up stale [Unreleased] section, update version refs to 1.3.0 (04ee3e5)
  • update documentation for v1.4.0 features (baecafb)

1.3.0 (2026-03-11)

Added

  • bundle context-updater agent with Context Guard install (e733e05)

Documentation

  • show both Context Guard tiers in Get Started section (691e677)

1.2.0 (2026-03-11)

Added

  • add 6 CI checks — spell check, actionlint, frontmatter validation, llms.txt consistency, orphan detection, token budgets (bec24ab)
  • add activation eval runner and updated test cases (08aac68)
  • add CI integration for hook tests, banned phrases, and activation evals (4863054)
  • add hook unit tests and banned phrase checker (55c6906)
  • context-updater agent, token budget compliance, headless mode docs (#6) (a4b6159)

Fixed

  • add robust stream-json parsing strategies for skill detection (0da56cc)
  • correct spell check command in CLAUDE.md and allow HTML center in typos config (19af130)
  • eval runner only flags ContextDocs skill activations as failures (d96899d), closes #5
  • strengthen ai-context skill NL trigger descriptions (bd2503f), closes #4
  • use unprefixed slash commands in activation evals (9028dcf), closes #3

Documentation

  • optimise plugin for Anthropic best practices — trim skills, strengthen context files (b6ca593)
  • update RESULTS.md with activation eval findings (30% pass rate) (71a6177)

1.1.0 (2026-03-10)

Added

  • initial ContextDocs v1.0.0 — AI context file management plugin (2aad25e)

Documentation

  • add full documentation suite — guides, CONTRIBUTING, SECURITY, SUPPORT, SKILL.md (04b41a8)
  • add logo and hero image to README (8405d4a)
  • generate llms-full.txt for LLM content consumption (c5e01b9)
  • upgrade README to PitchDocs standard, add CI workflows and GEO patterns (c4287a7)

1.0.0 (2026-03-10)

Added

  • AI context file generation — generate AGENTS.md, CLAUDE.md, .cursorrules, copilot-instructions.md, .windsurfrules, .clinerules, and GEMINI.md from codebase analysis using the Signal Gate principle (moved from PitchDocs v1.19.3)
  • Context Guard hooks — two-tier enforcement for AI context file freshness: session-end nudge (Tier 1) and pre-commit blocking (Tier 2), plus post-commit drift detection, structural change reminders, and content filter protection (moved from PitchDocs v1.19.3)
  • Context verification scoring — 0–100 health score across 5 dimensions (line budget, signal quality, path accuracy, consistency, freshness) with CI integration (new, extracted from PitchDocs docs-verify Check 11)
  • Lifecycle commandsinit (bootstrap), update (incremental drift patching), promote (MEMORY.md → CLAUDE.md), audit (staleness check)
  • Context awareness rule — auto-loaded trigger map suggesting ContextDocs commands when context-relevant work is detected
  • AGENTS.md spec tracking — pinned version in upstream-versions.json, monthly GitHub Action check for drift

Migration from PitchDocs

If you previously used /pitchdocs:ai-context or /pitchdocs:context-guard, install ContextDocs and use the new prefixed commands:

  • /pitchdocs:ai-context/contextdocs:ai-context
  • /pitchdocs:context-guard/contextdocs:context-guard
  • NEW: /contextdocs:context-verify (context health scoring)

Context Guard hooks already installed in projects continue to work — they are per-project files, not plugin-dependent.