Commit fbea5de
fix: Remove all Neo4j memory system code to resolve launcher hang (#2148)
Fixes #2144
The launcher was hanging because it imported shutdown_coordinator
which tried to import from amplihack.memory.neo4j.lifecycle - but
that directory was missing from the installed package.
Changes:
- Removed Neo4j startup code from session_start hook (replaced with no-op)
- Removed Neo4j test marker from pytest.ini and pyproject.toml
- Removed Neo4j backend detection from auto_backend.py
- Updated hooks to use Kuzu-only memory system
- Deleted 14 Neo4j test scripts from scripts/ directory
- Updated historical comments in Kuzu files to avoid mentioning removed code
All active Neo4j code has been removed. Kuzu remains as the sole memory backend.
Co-authored-by: Ubuntu <azureuser@amplihack-dev.ftnmxvem3frujn3lepas045p5c.xx.internal.cloudapp.net>
Co-authored-by: Claude Sonnet 4.5 (1M context) <[email protected]>1 parent cc206cc commit fbea5de
File tree
516 files changed
+10835
-16866
lines changed- .claude
- agents/amplihack
- core
- specialized
- ai_working
- ci
- commands/amplihack
- context
- docs
- skills
- context-management
- tests
- github
- lsp-setup
- tests
- outside-in-testing
- quality-audit-workflow
- socratic-review
- ultrathink-orchestrator
- tests
- agentic/guide-agent
- config
- personas
- scenarios
- tools
- amplihack
- hooks
- tests
- platform_bridge
- tests
- workflow
- .github
- commands
- workflows
- Specs
- amplifier-bundle
- agents
- core
- context
- modules/hook-memory/amplifier_hook_memory
- recipes
- skills/context-management
- tests
- tools
- amplihack
- hooks
- tests
- platform_bridge
- tests
- docs
- claude
- docs
- skills/context_management
- tools/amplihack
- features
- howto
- memory
- meta-delegation
- platform-bridge
- plugin
- reference
- security
- troubleshooting
- tutorials
- examples
- scripts
- src/amplihack
- .claude
- agents/amplihack/core
- commands/amplihack
- context
- docs
- skills/context-management
- tests
- tools
- amplihack
- hooks
- tests
- platform_bridge
- tests
- workflow
- .github/commands
- amplifier-bundle
- agents
- core
- context
- modules/hook-memory/amplifier_hook_memory
- recipes
- skills/context-management
- tests
- tools
- amplihack
- hooks
- tests
- platform_bridge
- tests
- context/adaptive
- hooks
- launcher
- tests
- lsp_detector
- memory
- backends
- kuzu
- meta_delegation
- mode_detector
- path_resolver
- plugin_cli
- plugin_manager
- proxy
- utils
- tests
- agentic
- evidence
- pty-test-1768925136210
- pty-test-1768925176839
- pty-test-1768925213033
- pty-test-1768925248693
- ci
- e2e
- harness
- hooks
- integration
- uvx
- harness
- launcher
- manual
- memory
- backends
- kuzu
- meta_delegation
- e2e
- integration
- plugin
- proxy
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
516 files changed
+10835
-16866
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
0 commit comments