archgate 0.2.5 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -185,12 +185,12 @@ archgate mcp
185
185
 
186
186
  Exposes four tools to MCP-compatible clients (Claude Code, Cursor, etc.):
187
187
 
188
- | Tool | Description |
189
- | ----------------- | ----------------------------------------------------------------- |
190
- | `check` | Run ADR compliance checks, optionally on staged files only |
191
- | `list_adrs` | List all ADRs with metadata |
192
- | `review_context` | Get changed files grouped by domain with applicable ADR briefings |
193
- | `session_context` | Read the current Claude Code session transcript |
188
+ | Tool | Description |
189
+ | ----------------------------- | ----------------------------------------------------------------- |
190
+ | `check` | Run ADR compliance checks, optionally on staged files only |
191
+ | `list_adrs` | List all ADRs with metadata |
192
+ | `review_context` | Get changed files grouped by domain with applicable ADR briefings |
193
+ | `claude_code_session_context` | Read the current Claude Code session transcript |
194
194
 
195
195
  Also exposes `adr://{id}` resources for reading individual ADRs by ID.
196
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "archgate",
3
- "version": "0.2.5",
3
+ "version": "0.3.0",
4
4
  "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents",
5
5
  "readme": "README.md",
6
6
  "license": "FSL-1.1-ALv2",