Commit Graph

5 Commits

Author SHA1 Message Date
AskaEth 7436f699fb Update docs: README + project structure for v0.6 2026-06-11 10:48:58 +08:00
AskaEth b5d688700d Update docs: README + project structure for v0.5 2026-06-10 19:43:18 +08:00
AskaEth 2bc00f8207 Rename fmfuncs -> core (cleaner, semantic) 2026-06-10 18:17:21 +08:00
AskaEth ef23957bc8 Fix license in README: MIT -> Apache 2.0 2026-06-10 12:30:19 +08:00
AskaEth e6875f0b4b Initial commit: SenSu Alpha 0.2.0
- 13-service async plugin framework
- Textual TUI with CLI fallback
- Plugin hot-reload + permission system
- Web management panel (aiohttp)
- Bridge-based inter-module communication
- 10 regression tests

Fixes applied:
- PBKDF2-SHA256 auth (was plain SHA256)
- Auth bypass removed (was allow-all on fail)
- Bare excepts replaced with logged errors
- CatFramework/DreamSu -> SenSu naming unified
- ServiceManager: health checks + startup_order
- Env var credentials (SENSU_ADMIN_PASSWORD etc)
2026-06-10 12:28:05 +08:00