Files
Dario Gabriel LipicarandClaude Opus 5 f50a071a5f feat: modules_state — read-only registry of module lifecycle state
Stage 1: the standalone module. Carries the full contract (read surface,
authToken-gated ingest surface, module_state_changed event, seven-state
vocabulary) but is fed by nothing yet.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-21 15:12:07 -03:00

28 lines
586 B
JSON

{
"name": "modules_state",
"display_name": "Module State",
"version": "0.1.0",
"description": "Read-only registry of module lifecycle state",
"author": "Logos Core Team",
"type": "core",
"interface": "universal",
"concurrency": "single",
"category": "system",
"main": "modules_state_plugin",
"dependencies": [],
"nix": {
"packages": {
"build": [],
"runtime": []
},
"external_libraries": [],
"cmake": {
"find_packages": [],
"extra_sources": [],
"extra_include_dirs": [],
"extra_link_libraries": []
}
}
}