flurryx-code-memory 0.6.1__tar.gz → 0.6.2__tar.gz
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.
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/PKG-INFO +1 -1
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/on-post-tool.js +11 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-after-file-edit.js +11 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/src/code-memory.ts +11 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/pyproject.toml +1 -1
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/.claude-plugin/marketplace.json +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/.env.example +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/.gitignore +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/CHANGELOG.md +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/README.md +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/docker/docker-compose.yml +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/docs/BENCHMARK.md +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/docs/BENCHMARK_VS_BASELINE.json +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/docs/BENCHMARK_VS_BASELINE.md +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/docs/architecture.png +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/docs/benchmark-raw.json +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/docs/hero.png +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/install.ps1 +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/install.sh +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/.claude-plugin/plugin.json +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/README.md +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/commands/code-memory.md +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/hooks/hooks.json +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/install.sh +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/lib/claim-intent.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/lib/claim-intent.test.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/lib/io.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/lib/memory.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/lib/state.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/on-pre-tool.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/on-retrieve-seen.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/on-session-start.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/on-stop.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/on-user-prompt.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/resolver-debounce.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/skills/code-memory/SKILL.md +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/README.md +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/hooks/hooks.json.template +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/install.sh +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/rules/code-memory.mdc +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/lib/claim-intent.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/lib/claim-intent.test.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/lib/io.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/lib/memory.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/lib/state.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-before-mcp-execution.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-before-submit-prompt.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-post-tool-use.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-pre-compact.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-pre-tool-use.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-session-end.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-session-start.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-stop.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/resolver-debounce.js +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/README.md +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/install.sh +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/package-lock.json +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/package.json +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/scripts/add-mcp.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/scripts/install.mjs +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/scripts/uninstall.mjs +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/skills/code-memory/SKILL.md +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/src/code-memory-lib/claim-intent.test.mts +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/src/code-memory-lib/claim-intent.ts +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/src/code-memory-lib/memory-client.ts +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/tsconfig.json +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/vibe/README.md +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/vibe/install.sh +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/vibe/skills/code-memory/SKILL.md +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/scripts/benchmark.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/scripts/benchmark_queries.json +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/scripts/benchmark_vs_baseline.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/scripts/benchmark_vs_grep.sh +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/scripts/ingest.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/scripts/install.ps1 +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/scripts/install.sh +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/__init__.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/claims/__init__.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/claims/extractor.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/claims/indexer.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/claims/resolver.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/claims/store.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/cli.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/config.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/embed/__init__.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/embed/cache.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/embed/m3.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/embed/ollama.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/embed/tei.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/episodic/__init__.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/episodic/sqlite_store.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/extractor/__init__.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/extractor/csproj.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/extractor/dll.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/extractor/gitignore.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/extractor/nuget.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/extractor/sanity.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/extractor/sln.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/extractor/treesitter.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/graph/__init__.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/graph/falkor_store.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/mcp_server.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/metrics.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/__init__.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/git_delta.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/ingest_state.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/pipeline.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/reset.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/resolver.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/retrieve.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/resilience.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/__init__.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/autostart/__init__.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/autostart/base.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/autostart/launchd.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/autostart/schtasks.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/autostart/systemd.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/hooks.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/safety.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/snapshot.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/store.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/sync.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/watcher.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/updater.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/vector/__init__.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/vector/qdrant_store.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_autostart_adapters.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_chunk_text.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_claim_extractor.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_claim_indexer.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_claim_resolver.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_claim_store.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_config_embed_dim.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_config_sentinel.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_csproj.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_dll_members.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_dll_parser.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_embed_backend.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_embed_cache.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_embed_m3.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_embed_tei.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_episode_dedup.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_episode_head_sha.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_extractor_csharp.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_extractor_dart.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_extractor_filters.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_extractor_php.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_extractor_python_imports.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_extractor_receiver_type.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_extractor_references.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_extractor_sanity.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_extractor_ts_abstract.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_extractor_ts_inject.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_extractor_utf8.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_file_containment.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_git_delta.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_graph_queries.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_graph_temporal.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_graph_vacuum_at_sha.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_hooks_installer.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_ingest_state.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_mcp_assert_claim.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_mcp_server_descriptions.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_mcp_shutdown.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_mcp_strict_project.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_metrics.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_nuget_resolver.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_overload_resolution.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_partial_class.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_pipeline_references.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_pipeline_temporal_wiring.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_qdrant_legacy_guard.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_razor_inject.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_resilience.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_resolver.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_resolver_assembly.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_retrieve_claims_surfacing.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_retrieve_rerank.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_sln.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_smoke.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_snapshot_e2e.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_snapshot_format.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_snapshot_store.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_sync_decision_tree.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_watch_safety.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_watcher_debouncer.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_watcher_exclude.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_watcher_ref_events.py +0 -0
- {flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/uv.lock +0 -0
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/on-post-tool.js
RENAMED
|
@@ -51,6 +51,17 @@ function pickPath(obj) {
|
|
|
51
51
|
return;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
+
// Guard: only reingest files that live inside the project root (cwd).
|
|
55
|
+
// Resolving against cwd handles relative paths; the sep-suffix check
|
|
56
|
+
// prevents false positives like /foo/bar matching the prefix of /foo/baz.
|
|
57
|
+
const projectRoot = path.resolve(cwd);
|
|
58
|
+
const absFilePath = path.resolve(cwd, filePath);
|
|
59
|
+
if (absFilePath !== projectRoot && !absFilePath.startsWith(projectRoot + path.sep)) {
|
|
60
|
+
// File is outside the project — silently skip ingestion.
|
|
61
|
+
done();
|
|
62
|
+
return;
|
|
63
|
+
}
|
|
64
|
+
|
|
54
65
|
const mem = await createMemoryClient({ cwd, log: () => {} });
|
|
55
66
|
if (!mem.available) {
|
|
56
67
|
done();
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-after-file-edit.js
RENAMED
|
@@ -32,6 +32,17 @@ const { touchResolverMarker } = require("./lib/state");
|
|
|
32
32
|
process.env.CURSOR_PROJECT_DIR ||
|
|
33
33
|
process.cwd();
|
|
34
34
|
|
|
35
|
+
// Guard: only reingest files that live inside the project root (cwd).
|
|
36
|
+
// Resolving against cwd handles relative paths; the sep-suffix check
|
|
37
|
+
// prevents false positives like /foo/bar matching the prefix of /foo/baz.
|
|
38
|
+
const projectRoot = path.resolve(cwd);
|
|
39
|
+
const absFilePath = path.resolve(cwd, filePath);
|
|
40
|
+
if (absFilePath !== projectRoot && !absFilePath.startsWith(projectRoot + path.sep)) {
|
|
41
|
+
// File is outside the project — silently skip ingestion.
|
|
42
|
+
done();
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
|
|
35
46
|
const mem = await createMemoryClient({ cwd, log: () => {} });
|
|
36
47
|
if (!mem.available) {
|
|
37
48
|
done();
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
import { execFile as execFileCb } from "node:child_process";
|
|
17
17
|
import { promisify } from "node:util";
|
|
18
|
+
import * as nodePath from "node:path";
|
|
18
19
|
|
|
19
20
|
import type { Plugin } from "@opencode-ai/plugin";
|
|
20
21
|
|
|
@@ -324,6 +325,16 @@ const CodeMemoryPlugin: Plugin = async ({ client, directory, worktree }) => {
|
|
|
324
325
|
const path = pickToolPath(output.args) ?? pickToolPath(output.metadata);
|
|
325
326
|
if (!path) return;
|
|
326
327
|
|
|
328
|
+
// Guard: only reingest files that live inside the project root (cwd).
|
|
329
|
+
// Resolving against cwd handles relative paths; the sep-suffix check
|
|
330
|
+
// prevents false positives like /foo/bar matching the prefix of /foo/baz.
|
|
331
|
+
const projectRoot = nodePath.resolve(cwd);
|
|
332
|
+
const absPath = nodePath.resolve(cwd, path);
|
|
333
|
+
if (absPath !== projectRoot && !absPath.startsWith(projectRoot + nodePath.sep)) {
|
|
334
|
+
// File is outside the project — silently skip ingestion.
|
|
335
|
+
return;
|
|
336
|
+
}
|
|
337
|
+
|
|
327
338
|
// 1. Re-ingest the single file (fast, background).
|
|
328
339
|
void memory.reingest(path);
|
|
329
340
|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "flurryx-code-memory"
|
|
7
|
-
version = "0.6.
|
|
7
|
+
version = "0.6.2"
|
|
8
8
|
description = "Local lightweight memory layer for coding agents: FalkorDB + Qdrant + Ollama (BGE-M3) + tree-sitter"
|
|
9
9
|
requires-python = ">=3.11"
|
|
10
10
|
dependencies = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/commands/code-memory.md
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/hooks/hooks.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/lib/io.js
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/lib/memory.js
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/lib/state.js
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/on-pre-tool.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/claude-code/scripts/on-stop.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/hooks/hooks.json.template
RENAMED
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/rules/code-memory.mdc
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/lib/claim-intent.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/lib/memory.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-post-tool-use.js
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-pre-compact.js
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-pre-tool-use.js
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-session-end.js
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/on-session-start.js
RENAMED
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/cursor/scripts/resolver-debounce.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/scripts/install.mjs
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/scripts/uninstall.mjs
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/opencode/skills/code-memory/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/plugins/vibe/skills/code-memory/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/episodic/__init__.py
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/episodic/sqlite_store.py
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/extractor/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/extractor/gitignore.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/extractor/treesitter.py
RENAMED
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/graph/falkor_store.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/__init__.py
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/git_delta.py
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/ingest_state.py
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/pipeline.py
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/reset.py
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/resolver.py
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/orchestrator/retrieve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/autostart/__init__.py
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/autostart/base.py
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/autostart/launchd.py
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/autostart/schtasks.py
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/sync/autostart/systemd.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/src/code_memory/vector/qdrant_store.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_extractor_python_imports.py
RENAMED
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_extractor_receiver_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_mcp_server_descriptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_pipeline_temporal_wiring.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flurryx_code_memory-0.6.1 → flurryx_code_memory-0.6.2}/tests/test_retrieve_claims_surfacing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|