From 61048902eda1fe43c82c0a507a55f6b269468dda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 08:05:09 +0000 Subject: [PATCH] chore(main): release 1.4.0 --- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ce44a37..0315ef4 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "contextdocs", - "version": "1.3.0", + "version": "1.4.0", "description": "Generate, maintain, and audit AI IDE context files (AGENTS.md, CLAUDE.md, .cursorrules, copilot-instructions.md, .windsurfrules, .clinerules, GEMINI.md) using the Signal Gate principle — only what agents cannot discover on their own. Includes Context Guard hooks for freshness enforcement, context verification scoring, and MEMORY.md promotion. Claude Code, OpenCode, Codex CLI, and Gemini CLI compatible.", "author": { "name": "Little Bear Apps", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd9..4c313f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1f24b..31e11e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to ContextDocs will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.0](https://github.com/littlebearapps/contextdocs/compare/v1.3.0...v1.4.0) (2026-03-12) + + +### Added + +* add .mcp.json, agent memory, and plugin manifest validation ([097f452](https://github.com/littlebearapps/contextdocs/commit/097f452e14d12a2f90414e06636113f2631fa97e)) +* add ai-context companion reference, agent upgrades, and CLAUDE.md advanced features ([d2389b9](https://github.com/littlebearapps/contextdocs/commit/d2389b9491552e75e77fd9042b069677a2aa45e2)) +* add Claude Code release and schema monitoring ([42fbb84](https://github.com/littlebearapps/contextdocs/commit/42fbb840b9b3c727cccb931f604e20e3aa7c8291)) +* add complete hook system reference and SessionStart health check hook ([f91ec63](https://github.com/littlebearapps/contextdocs/commit/f91ec631bad0b315a6690e1a5819226cef0228b8)) +* add path-scoped rules, recursive subdirectories, and symlink support ([6d59bc9](https://github.com/littlebearapps/contextdocs/commit/6d59bc9547f6561d03b064deed8acd7fc8bd3c63)) +* add plugin system documentation to ai-context reference ([5efa291](https://github.com/littlebearapps/contextdocs/commit/5efa291b801d42cece7cd0ca52b80cc52db9c3bc)) + + +### Documentation + +* clean up stale [Unreleased] section, update version refs to 1.3.0 ([04ee3e5](https://github.com/littlebearapps/contextdocs/commit/04ee3e510200647438b9d32278c3e96d87b299fd)) +* update documentation for v1.4.0 features ([baecafb](https://github.com/littlebearapps/contextdocs/commit/baecafbe075cf4073c433d415a36f32e0c1c4bfa)) + ## [Unreleased] ### Added diff --git a/README.md b/README.md index 13796ed..77d3267 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@

- Version + Version License Claude Code Plugin OpenCode Compatible