Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.
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
17 changes: 5 additions & 12 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
{
"name": "git-notes-memory",
"description": "Plugin marketplace for git-notes-memory - Git-native, semantically-searchable memory storage for Claude Code",
"version": "1.0.0",
"owner": {
"name": "zircote",
"email": "zircote@gmail.com"
},
"metadata": {
"description": "Local development marketplace for git-notes-memory plugin"
},
"plugins": [
{
"name": "memory-capture",
"description": "Git-backed memory system for Claude Code. Captures decisions, learnings, and context as git notes with semantic search and automatic recall.",
"version": "0.12.0",
"author": {
"name": "Robert Allen",
"email": "zircote@gmail.com"
},
"repository": "https://github.com/zircote/git-notes-memory-manager",
"license": "MIT",
"keywords": ["memory", "git-notes", "semantic-search", "context", "recall"],
"source": "./",
"homepage": "https://github.com/zircote/git-notes-memory-manager#readme"
"version": "1.0.0",
"source": "./"
}
]
}
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": "memory-capture",
"version": "0.12.0",
"version": "1.0.0",
"description": "Git-backed memory system for Claude Code. Captures decisions, learnings, and context as git notes with semantic search and automatic recall.",
"author": {
"name": "Robert Allen",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [main, develop]
branches: [main, develop, 'v*']
pull_request:
branches: [main, develop]
branches: [main, develop, 'v*']

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
11 changes: 11 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,17 @@ These hooks mirror the CI workflow (`.github/workflows/ci.yml`) to catch issues

## Completed Spec Projects

- `docs/spec/completed/2025-12-25-llm-subconsciousness/` - LLM-Powered Subconsciousness for Intelligent Memory Management
- Completed: 2025-12-26
- Outcome: success
- GitHub Issue: [#11](https://github.com/zircote/git-notes-memory/issues/11)
- GitHub PR: [#26](https://github.com/zircote/git-notes-memory/pull/26) (open, ready for merge)
- Features: Provider-agnostic LLM client (Anthropic/OpenAI/Ollama), implicit memory capture with confidence scoring, approval queue, hook integration
- Deliverables: Phases 1-2 completed (30/85 tasks), 134 tests with 87%+ coverage, 13 ADRs, security fix (command injection)
- Scope: LLM Foundation + Implicit Capture delivered; Phases 3-6 deferred (Semantic Linking, Memory Decay, Consolidation, Proactive Surfacing)
- Effort: ~14 hours (planned: ~80-100 hours, -86% under budget)
- Key docs: REQUIREMENTS.md, ARCHITECTURE.md, IMPLEMENTATION_PLAN.md, DECISIONS.md, RETROSPECTIVE.md, PROGRESS.md

- `docs/spec/completed/2025-12-25-observability-instrumentation/` - Observability Instrumentation
- Completed: 2025-12-26
- Outcome: success
Expand Down
Loading
Loading