bbd6113f69
Bugfix release: - Fixed SDK agent spatial awareness by propagating CWD context from tool execution - Prevents false "file not found" reports when working across multiple repositories - Added comprehensive test suite for CWD propagation (8 passing tests) - Security analysis: Zero vulnerabilities, CodeQL approved Technical changes: - Hook extracts CWD from PostToolUseInput and forwards to worker service - Worker types define optional CWD fields in PendingMessage and ObservationData - SessionManager passes CWD to SDKAgent's addObservation - SDK agent includes CWD in tool observation objects sent to Claude API - Prompts render tool_cwd XML elements with spatial awareness guidance - All changes present in compiled outputs (save-hook.js, worker-service.cjs) Documentation: - Technical documentation: context/CWD_CONTEXT_FIX.md - PR summary: PR_SUMMARY.md - Security review: SECURITY_SUMMARY.md - CHANGELOG entry added 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
425 B
JSON
19 lines
425 B
JSON
{
|
|
"name": "thedotmack",
|
|
"owner": {
|
|
"name": "Alex Newman"
|
|
},
|
|
"metadata": {
|
|
"description": "Plugins by Alex Newman (thedotmack)",
|
|
"homepage": "https://github.com/thedotmack/claude-mem"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "claude-mem",
|
|
"version": "5.4.2",
|
|
"source": "./plugin",
|
|
"description": "Persistent memory system for Claude Code - context compression across sessions"
|
|
}
|
|
]
|
|
}
|