mcp-vector-search 0.4.11__tar.gz → 0.4.12__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.

Potentially problematic release.


This version of mcp-vector-search might be problematic. Click here for more details.

Files changed (127) hide show
  1. mcp_vector_search-0.4.12/.claude/agents/.dependency_cache +13 -0
  2. mcp_vector_search-0.4.12/.claude/agents/.mpm_deployment_state +11 -0
  3. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/.claude/settings.local.json +3 -1
  4. mcp_vector_search-0.4.12/.claude-mpm/memories/engineer_memories.md +3 -0
  5. mcp_vector_search-0.4.12/.claude-mpm/memories/research_memories.md +3 -0
  6. mcp_vector_search-0.4.12/.claude-mpm/memories/version-control_memories.md +3 -0
  7. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/PKG-INFO +1 -1
  8. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/__init__.py +2 -2
  9. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/commands/init.py +5 -6
  10. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/main.py +13 -2
  11. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/mcp/server.py +2 -2
  12. mcp_vector_search-0.4.11/.claude-mpm/memories/engineer_memories.md +0 -37
  13. mcp_vector_search-0.4.11/.claude-mpm/memories/ops_memories.md +0 -37
  14. mcp_vector_search-0.4.11/.claude-mpm/memories/research_memories.md +0 -37
  15. mcp_vector_search-0.4.11/.claude-mpm/memories/version-control_memories.md +0 -37
  16. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/.claude-mpm/.gitignore +0 -0
  17. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/.claude-mpm/config/project.json +0 -0
  18. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/.claude-mpm/memories/README.md +0 -0
  19. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/.github/workflows/ci.yml +0 -0
  20. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/.gitignore +0 -0
  21. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/.pre-commit-config.yaml +0 -0
  22. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/CLAUDE.md +0 -0
  23. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/ENGINEER_TASK.md +0 -0
  24. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/INSTALL.md +0 -0
  25. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/LICENSE +0 -0
  26. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/Makefile +0 -0
  27. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/README.md +0 -0
  28. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/CHANGELOG.md +0 -0
  29. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/CLI_FEATURES.md +0 -0
  30. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/DEPLOY.md +0 -0
  31. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/DEVELOPMENT.md +0 -0
  32. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/FEATURES.md +0 -0
  33. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/IMPROVEMENTS_SUMMARY.md +0 -0
  34. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/MCP_FILE_WATCHING.md +0 -0
  35. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/RELEASES.md +0 -0
  36. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/STRUCTURE.md +0 -0
  37. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/VERSIONING.md +0 -0
  38. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/VERSIONING_WORKFLOW.md +0 -0
  39. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/analysis/SEARCH_ANALYSIS_REPORT.md +0 -0
  40. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/analysis/SEARCH_IMPROVEMENT_PLAN.md +0 -0
  41. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/architecture/REINDEXING_WORKFLOW.md +0 -0
  42. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/debugging/SEARCH_BUG_ANALYSIS.md +0 -0
  43. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/developer/API.md +0 -0
  44. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/developer/CONTRIBUTING.md +0 -0
  45. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/developer/LINTING.md +0 -0
  46. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/developer/REFACTORING_ANALYSIS.md +0 -0
  47. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/developer/TESTING.md +0 -0
  48. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/developer/TESTING_STRATEGY.md +0 -0
  49. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/developer/TEST_SUITE_SUMMARY.md +0 -0
  50. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/mcp-integration.md +0 -0
  51. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/performance/CONNECTION_POOLING.md +0 -0
  52. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/performance/SEARCH_TIMING_ANALYSIS.md +0 -0
  53. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/prd/mcp_vector_search_prd_updated.md +0 -0
  54. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/docs/technical/SIMILARITY_CALCULATION_FIX.md +0 -0
  55. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/examples/connection_pooling_example.py +0 -0
  56. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/examples/semi_automatic_reindexing_demo.py +0 -0
  57. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/mcp-vector-search-wrapper +0 -0
  58. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/pyproject.toml +0 -0
  59. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/pytest.ini +0 -0
  60. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/README.md +0 -0
  61. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/analyze_search_bottlenecks.py +0 -0
  62. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/build.sh +0 -0
  63. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/comprehensive_build.py +0 -0
  64. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/deploy-test.sh +0 -0
  65. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/dev-build.py +0 -0
  66. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/dev-setup.py +0 -0
  67. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/dev-test.sh +0 -0
  68. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/fix_linting.py +0 -0
  69. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/monitor_search_performance.py +0 -0
  70. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/publish.sh +0 -0
  71. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/quick_search_timing.py +0 -0
  72. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/run_search_timing_tests.py +0 -0
  73. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/run_tests.py +0 -0
  74. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/search_performance_monitor.py +0 -0
  75. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/search_quality_analyzer.py +0 -0
  76. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/version_manager.py +0 -0
  77. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/scripts/workflow.sh +0 -0
  78. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/search_javascript_20250817_224715.json +0 -0
  79. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/shell-aliases.sh +0 -0
  80. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/__init__.py +0 -0
  81. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/commands/__init__.py +0 -0
  82. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/commands/auto_index.py +0 -0
  83. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/commands/config.py +0 -0
  84. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/commands/index.py +0 -0
  85. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/commands/install.py +0 -0
  86. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/commands/mcp.py +0 -0
  87. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/commands/search.py +0 -0
  88. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/commands/status.py +0 -0
  89. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/commands/watch.py +0 -0
  90. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/didyoumean.py +0 -0
  91. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/export.py +0 -0
  92. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/history.py +0 -0
  93. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/interactive.py +0 -0
  94. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/cli/output.py +0 -0
  95. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/config/__init__.py +0 -0
  96. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/config/defaults.py +0 -0
  97. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/config/settings.py +0 -0
  98. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/__init__.py +0 -0
  99. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/auto_indexer.py +0 -0
  100. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/connection_pool.py +0 -0
  101. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/database.py +0 -0
  102. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/embeddings.py +0 -0
  103. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/exceptions.py +0 -0
  104. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/factory.py +0 -0
  105. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/git_hooks.py +0 -0
  106. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/indexer.py +0 -0
  107. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/models.py +0 -0
  108. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/project.py +0 -0
  109. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/scheduler.py +0 -0
  110. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/search.py +0 -0
  111. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/core/watcher.py +0 -0
  112. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/mcp/__init__.py +0 -0
  113. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/mcp/__main__.py +0 -0
  114. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/parsers/__init__.py +0 -0
  115. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/parsers/base.py +0 -0
  116. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/parsers/javascript.py +0 -0
  117. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/parsers/python.py +0 -0
  118. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/parsers/registry.py +0 -0
  119. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/parsers/text.py +0 -0
  120. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/py.typed +0 -0
  121. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/utils/__init__.py +0 -0
  122. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/utils/gitignore.py +0 -0
  123. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/utils/timing.py +0 -0
  124. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/src/mcp_vector_search/utils/version.py +0 -0
  125. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/tests/__init__.py +0 -0
  126. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/tests/conftest.py +0 -0
  127. {mcp_vector_search-0.4.11 → mcp_vector_search-0.4.12}/uv.lock +0 -0
@@ -0,0 +1,13 @@
1
+ {
2
+ "bb661a7aa0e44dd4632e80c04c7337b9": {
3
+ "timestamp": 1755844432.4411361,
4
+ "results": {
5
+ "agents": {},
6
+ "summary": {
7
+ "total_agents": 0
8
+ }
9
+ },
10
+ "deployment_hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
11
+ "context": {}
12
+ }
13
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "deployment_hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
3
+ "last_check_time": 1755844432.441344,
4
+ "last_check_results": {
5
+ "agents": {},
6
+ "summary": {
7
+ "total_agents": 0
8
+ }
9
+ },
10
+ "agent_count": 0
11
+ }
@@ -8,7 +8,9 @@
8
8
  "mcp_vector_search.mcp.server",
9
9
  "/Users/masa/Projects/managed/mcp-vector-search"
10
10
  ],
11
- "env": {}
11
+ "env": {
12
+ "MCP_ENABLE_FILE_WATCHING": "true"
13
+ }
12
14
  }
13
15
  }
14
16
  }
@@ -0,0 +1,3 @@
1
+ # Agent Memory: engineer
2
+ <!-- Last Updated: 2025-08-22T02:21:17.668668Z -->
3
+
@@ -0,0 +1,3 @@
1
+ # Agent Memory: research
2
+ <!-- Last Updated: 2025-08-22T02:17:34.121284Z -->
3
+
@@ -0,0 +1,3 @@
1
+ # Agent Memory: version-control
2
+ <!-- Last Updated: 2025-08-22T02:30:59.402737Z -->
3
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-vector-search
3
- Version: 0.4.11
3
+ Version: 0.4.12
4
4
  Summary: CLI-first semantic code search with MCP integration
5
5
  Project-URL: Homepage, https://github.com/bobmatnyc/mcp-vector-search
6
6
  Project-URL: Documentation, https://mcp-vector-search.readthedocs.io
@@ -1,7 +1,7 @@
1
1
  """MCP Vector Search - CLI-first semantic code search with MCP integration."""
2
2
 
3
- __version__ = "0.4.11"
4
- __build__ = "14"
3
+ __version__ = "0.4.12"
4
+ __build__ = "15"
5
5
  __author__ = "Robert Matsuoka"
6
6
  __email__ = "bobmatnyc@gmail.com"
7
7
 
@@ -22,7 +22,6 @@ from ..output import (
22
22
  init_app = typer.Typer(help="Initialize project for semantic search")
23
23
 
24
24
 
25
- @init_app.command()
26
25
  def main(
27
26
  ctx: typer.Context,
28
27
  config_file: Path | None = typer.Option(
@@ -92,10 +91,10 @@ def main(
92
91
  Perfect for getting started quickly in any project!
93
92
 
94
93
  Examples:
95
- mcp-vector-search init main # Full setup with smart defaults
96
- mcp-vector-search init main --no-mcp # Setup without MCP integration
97
- mcp-vector-search init main --extensions .py,.js,.ts,.txt # Custom file types
98
- mcp-vector-search init main --force # Re-initialize existing project
94
+ mcp-vector-search init # Full setup with smart defaults
95
+ mcp-vector-search init --no-mcp # Setup without MCP integration
96
+ mcp-vector-search init --extensions .py,.js,.ts,.txt # Custom file types
97
+ mcp-vector-search init --force # Re-initialize existing project
99
98
  """
100
99
  try:
101
100
  # Get project root from context or auto-detect
@@ -168,7 +167,7 @@ def main(
168
167
  if project_manager.is_initialized() and not force:
169
168
  print_success("Project is already initialized and ready to use!")
170
169
  print_info("Your project has vector search capabilities enabled.")
171
- print_info("Use --force to re-initialize or run 'mcp-vector-search status main' to see current configuration")
170
+ print_info("Use --force to re-initialize or run 'mcp-vector-search status' to see current configuration")
172
171
  return # Exit gracefully without raising an exception
173
172
 
174
173
  # Parse file extensions
@@ -11,7 +11,13 @@ from .. import __build__, __version__
11
11
  from .commands.auto_index import auto_index_app
12
12
  from .commands.config import config_app
13
13
  from .commands.index import index_app
14
- from .commands.init import init_app
14
+ from .commands.init import (
15
+ init_app,
16
+ main as init_main,
17
+ check_initialization as init_check,
18
+ init_mcp_integration,
19
+ list_embedding_models,
20
+ )
15
21
  from .commands.install import install_app
16
22
  from .commands.mcp import mcp_app
17
23
  from .commands.search import (
@@ -45,7 +51,12 @@ from .commands.status import main as status_main
45
51
  app.command("install", help="🚀 Install mcp-vector-search in projects")(install_main)
46
52
  app.command("demo", help="🎬 Run installation demo with sample project")(install_demo)
47
53
  app.command("status", help="📊 Show project status and statistics")(status_main)
48
- app.add_typer(init_app, name="init", help="🔧 Initialize project for semantic search")
54
+ # Register init as a direct command
55
+ app.command("init", help="🔧 Initialize project for semantic search")(init_main)
56
+ # Add init subcommands as separate commands
57
+ app.command("init-check", help="Check if project is initialized")(init_check)
58
+ app.command("init-mcp", help="Install/fix Claude Code MCP integration")(init_mcp_integration)
59
+ app.command("init-models", help="List available embedding models")(list_embedding_models)
49
60
  app.add_typer(index_app, name="index", help="Index codebase for semantic search")
50
61
  app.add_typer(config_app, name="config", help="Manage project configuration")
51
62
  app.add_typer(watch_app, name="watch", help="Watch for file changes and update index")
@@ -89,9 +89,9 @@ class MCPVectorSearchServer:
89
89
  # Setup indexer for file watching
90
90
  if self.enable_file_watching:
91
91
  self.indexer = SemanticIndexer(
92
+ database=self.database,
92
93
  project_root=self.project_root,
93
- config=config,
94
- database=self.database
94
+ file_extensions=config.file_extensions
95
95
  )
96
96
 
97
97
  # Setup file watcher
@@ -1,37 +0,0 @@
1
- # Engineer Agent Memory - mcp-vector-search
2
-
3
- <!-- MEMORY LIMITS: 80KB max | 10 sections max | 15 items per section -->
4
- <!-- Last Updated: 2025-08-21 17:32:44 | Auto-updated by: engineer -->
5
-
6
- ## Project Context
7
- mcp-vector-search: Software project requiring analysis
8
-
9
- ## Project Architecture
10
- - Analyze project structure to understand architecture patterns
11
-
12
- ## Coding Patterns Learned
13
- - Observe codebase patterns and conventions during tasks
14
-
15
- ## Implementation Guidelines
16
- - Extract implementation guidelines from project documentation
17
-
18
- ## Domain-Specific Knowledge
19
- <!-- Agent-specific knowledge accumulates here -->
20
-
21
- ## Effective Strategies
22
- <!-- Successful approaches discovered through experience -->
23
-
24
- ## Common Mistakes to Avoid
25
- - Learn from errors encountered during project work
26
-
27
- ## Integration Points
28
- <!-- Key interfaces and integration patterns -->
29
-
30
- ## Performance Considerations
31
- <!-- Performance insights and optimization patterns -->
32
-
33
- ## Current Technical Context
34
- - Project analysis pending - gather context during tasks
35
-
36
- ## Recent Learnings
37
- <!-- Most recent discoveries and insights -->
@@ -1,37 +0,0 @@
1
- # Ops Agent Memory - mcp-vector-search
2
-
3
- <!-- MEMORY LIMITS: 80KB max | 10 sections max | 15 items per section -->
4
- <!-- Last Updated: 2025-08-21 18:19:03 | Auto-updated by: ops -->
5
-
6
- ## Project Context
7
- mcp-vector-search: Software project requiring analysis
8
-
9
- ## Project Architecture
10
- - Analyze project structure to understand architecture patterns
11
-
12
- ## Coding Patterns Learned
13
- - Observe codebase patterns and conventions during tasks
14
-
15
- ## Implementation Guidelines
16
- - Extract implementation guidelines from project documentation
17
-
18
- ## Domain-Specific Knowledge
19
- <!-- Agent-specific knowledge accumulates here -->
20
-
21
- ## Effective Strategies
22
- <!-- Successful approaches discovered through experience -->
23
-
24
- ## Common Mistakes to Avoid
25
- - Learn from errors encountered during project work
26
-
27
- ## Integration Points
28
- <!-- Key interfaces and integration patterns -->
29
-
30
- ## Performance Considerations
31
- <!-- Performance insights and optimization patterns -->
32
-
33
- ## Current Technical Context
34
- - Project analysis pending - gather context during tasks
35
-
36
- ## Recent Learnings
37
- <!-- Most recent discoveries and insights -->
@@ -1,37 +0,0 @@
1
- # Research Agent Memory - mcp-vector-search
2
-
3
- <!-- MEMORY LIMITS: 120KB max | 10 sections max | 15 items per section -->
4
- <!-- Last Updated: 2025-08-21 17:37:14 | Auto-updated by: research -->
5
-
6
- ## Project Context
7
- mcp-vector-search: Software project requiring analysis
8
-
9
- ## Project Architecture
10
- - Analyze project structure to understand architecture patterns
11
-
12
- ## Coding Patterns Learned
13
- - Observe codebase patterns and conventions during tasks
14
-
15
- ## Implementation Guidelines
16
- - Extract implementation guidelines from project documentation
17
-
18
- ## Domain-Specific Knowledge
19
- <!-- Agent-specific knowledge accumulates here -->
20
-
21
- ## Effective Strategies
22
- <!-- Successful approaches discovered through experience -->
23
-
24
- ## Common Mistakes to Avoid
25
- - Learn from errors encountered during project work
26
-
27
- ## Integration Points
28
- <!-- Key interfaces and integration patterns -->
29
-
30
- ## Performance Considerations
31
- <!-- Performance insights and optimization patterns -->
32
-
33
- ## Current Technical Context
34
- - Project analysis pending - gather context during tasks
35
-
36
- ## Recent Learnings
37
- <!-- Most recent discoveries and insights -->
@@ -1,37 +0,0 @@
1
- # Version-Control Agent Memory - mcp-vector-search
2
-
3
- <!-- MEMORY LIMITS: 80KB max | 10 sections max | 15 items per section -->
4
- <!-- Last Updated: 2025-08-21 18:14:52 | Auto-updated by: version-control -->
5
-
6
- ## Project Context
7
- mcp-vector-search: Software project requiring analysis
8
-
9
- ## Project Architecture
10
- - Analyze project structure to understand architecture patterns
11
-
12
- ## Coding Patterns Learned
13
- - Observe codebase patterns and conventions during tasks
14
-
15
- ## Implementation Guidelines
16
- - Extract implementation guidelines from project documentation
17
-
18
- ## Domain-Specific Knowledge
19
- <!-- Agent-specific knowledge accumulates here -->
20
-
21
- ## Effective Strategies
22
- <!-- Successful approaches discovered through experience -->
23
-
24
- ## Common Mistakes to Avoid
25
- - Learn from errors encountered during project work
26
-
27
- ## Integration Points
28
- <!-- Key interfaces and integration patterns -->
29
-
30
- ## Performance Considerations
31
- <!-- Performance insights and optimization patterns -->
32
-
33
- ## Current Technical Context
34
- - Project analysis pending - gather context during tasks
35
-
36
- ## Recent Learnings
37
- <!-- Most recent discoveries and insights -->