refactor(plugin): read config via api.pluginConfig and api.config

- Mirror dirigent plugin registration pattern
- Read base config from api.pluginConfig
- Read live config from api.config.plugins.entries.harborforge-monitor.config
- Support gateway_start/gateway_stop lifecycle only
- Compile nested plugin/core files
This commit is contained in:
zhi
2026-03-20 07:13:12 +00:00
parent de4ef87491
commit 006784db63
3 changed files with 188 additions and 153 deletions

View File

@@ -12,6 +12,6 @@
"declarationMap": true,
"sourceMap": true
},
"include": ["*.ts"],
"include": ["**/*.ts"],
"exclude": ["node_modules"]
}