Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contextdocs",
"version": "1.4.0",
"version": "1.5.0",
"description": "Your AI agent maintains its own context files — a Claude Code plugin with an AGENTS-first model that covers Codex, Copilot, Cursor, Gemini, and 3 more tools. Signal Gate filtering, Context Guard hooks, health scoring, and MEMORY.md promotion.",
"author": {
"name": "Little Bear Apps",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.0"
".": "1.5.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.5.0](https://github.com/littlebearapps/contextdocs/compare/v1.4.0...v1.5.0) (2026-03-15)


### Added

* add UserPromptSubmit hook for context-related skill activation ([#15](https://github.com/littlebearapps/contextdocs/issues/15)) ([98c3106](https://github.com/littlebearapps/contextdocs/commit/98c31066185275d7267f0123678924ba8383602e))


### Fixed

* align SKILL.md and CLAUDE.md with canonical description ([bb4b750](https://github.com/littlebearapps/contextdocs/commit/bb4b750b7916359a15184aea18462e2eec76b02e))
* Context Guard hooks false positive on infrastructure rule files ([#13](https://github.com/littlebearapps/contextdocs/issues/13)) ([ab0cd47](https://github.com/littlebearapps/contextdocs/commit/ab0cd4728bffb386d93e7742b6262a04a28115a3))

## [Unreleased]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</p>

<p align="center">
<a href="CHANGELOG.md"><img src="https://img.shields.io/static/v1?label=version&message=1.4.0&color=blue" alt="Version" /></a> <!-- x-release-please-version -->
<a href="CHANGELOG.md"><img src="https://img.shields.io/static/v1?label=version&message=1.5.0&color=blue" alt="Version" /></a> <!-- x-release-please-version -->
<a href="LICENSE"><img src="https://img.shields.io/github/license/littlebearapps/contextdocs" alt="License" /></a>
<a href="https://code.claude.com/docs/en/plugins"><img src="https://img.shields.io/badge/Claude_Code-Plugin-D97757?logo=claude&logoColor=white" alt="Claude Code Plugin" /></a>
<a href="https://opencode.ai/"><img src="https://img.shields.io/badge/OpenCode-Compatible-22c55e" alt="OpenCode Compatible" /></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Troubleshooting & FAQ"
description: "Common ContextDocs issues and solutions — Signal Gate, Context Guard hooks, content filter errors, and cross-tool limitations."
type: how-to
difficulty: intermediate
last_verified: "1.4.0" # x-release-please-version
last_verified: "1.5.0" # x-release-please-version
related:
- guides/getting-started.md
order: 2
Expand Down
2 changes: 1 addition & 1 deletion llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
## Optional

- [Contributing](./CONTRIBUTING.md): Development setup, how to improve skills, modify hooks, submit PRs using conventional commits, content filter warning for high-risk files
- [Changelog](./CHANGELOG.md): Version history — v1.4.0 (current), v1.3.0, v1.2.0, v1.1.0, and v1.0.0 releases with migration guide from PitchDocs commands x-release-please-version
- [Changelog](./CHANGELOG.md): Version history — v1.5.0 (current), v1.3.0, v1.2.0, v1.1.0, and v1.0.0 releases with migration guide from PitchDocs commands x-release-please-version
- [Support](./SUPPORT.md): Getting help, Signal Gate and Context Guard troubleshooting, content filter known issue, contact details, response times
- [Context Quality Rule](./.claude/rules/context-quality.md): Auto-loaded quality rule for AI context files — AGENTS-first bridge consistency, path verification, version accuracy, sync points (Claude Code only)
- [Context Awareness Rule](./.claude/rules/context-awareness.md): Auto-loaded context trigger map — suggests ContextDocs commands when context-relevant work is detected (Claude Code only)
Expand Down
Loading