OpenSpace/openspace/skill_engine
Ayush7614 5140ea47a3 fix: write runtime data under OPENSPACE_HOME, not site-packages
After a normal pip install, PROJECT_ROOT resolves to site-packages, so
SkillStore, caches, telemetry, and MCP logs could not create writable
state. Route mutable paths through get_data_home() and sync __version__.
2026-07-29 02:49:24 +05:30
..
decision v2 initial commit 2026-07-17 11:43:42 +08:00
evidence v2 initial commit 2026-07-17 11:43:42 +08:00
evolution v2 initial commit 2026-07-17 11:43:42 +08:00
signals v2 initial commit 2026-07-17 11:43:42 +08:00
triggers v2 initial commit 2026-07-17 11:43:42 +08:00
__init__.py v2 initial commit 2026-07-17 11:43:42 +08:00
analyzer.py v2 initial commit 2026-07-17 11:43:42 +08:00
capture_contract.py v2 initial commit 2026-07-17 11:43:42 +08:00
conversation_formatter.py v2 initial commit 2026-07-17 11:43:42 +08:00
evolver.py v2 initial commit 2026-07-17 11:43:42 +08:00
fuzzy_match.py v2 initial commit 2026-07-17 11:43:42 +08:00
patch.py v2 initial commit 2026-07-17 11:43:42 +08:00
protocol.py v2 initial commit 2026-07-17 11:43:42 +08:00
registry.py v2 initial commit 2026-07-17 11:43:42 +08:00
skill_ranker.py fix: write runtime data under OPENSPACE_HOME, not site-packages 2026-07-29 02:49:24 +05:30
skill_utils.py v2 initial commit 2026-07-17 11:43:42 +08:00
store.py fix: write runtime data under OPENSPACE_HOME, not site-packages 2026-07-29 02:49:24 +05:30
types.py v2 initial commit 2026-07-17 11:43:42 +08:00