Commit Graph

22 Commits

Author SHA1 Message Date
81406bc2e2 fix: commit semantic repair changes 2026-03-21 11:22:25 +03:00
7cff6bdcf8 semantic 2026-03-18 08:45:15 +03:00
188620a224 fix 2026-03-16 21:27:33 +03:00
8cfa7b7c3c chore: update semantic contracts and git merge handling 2026-03-16 20:34:28 +03:00
54a7bc3242 semantic 2026-03-16 16:45:08 +03:00
67867f8220 refactor(semantics): migrate legacy @TIER to @COMPLEXITY annotations
- Replaced @TIER: TRIVIAL with @COMPLEXITY: 1
- Replaced @TIER: STANDARD with @COMPLEXITY: 3
- Replaced @TIER: CRITICAL with @COMPLEXITY: 5
- Manually elevated specific critical/complex components to levels 2 and 4
- Ignored legacy, specs, and node_modules directories
- Updated generated semantic map
2026-03-16 10:06:44 +03:00
63940020db chore(semantic): checkpoint remediation progress 2026-03-15 21:08:00 +03:00
d867f52ae5 feat: Implement LLM provider deletion and refactor ConfigManager to preserve unknown payload sections. 2026-03-14 09:19:08 +03:00
acf0b8e83f semantic update 2026-03-10 21:33:09 +03:00
80102661db semantic clean up 2026-03-10 19:38:10 +03:00
f1f46f4e11 semantic update 2026-02-23 13:15:48 +03:00
cdb99a81df db + docker 2026-02-20 20:47:39 +03:00
5ab1549cdd linter + новые таски 2026-02-10 12:53:01 +03:00
5b93ef8635 Файловое хранилище готово 2026-01-26 11:08:18 +03:00
172a9da7b4 fix(backend): standardize superset client init and auth
- Update plugins (debug, mapper, search) to explicitly map environment config to SupersetConfig
- Add authenticate method to SupersetClient for explicit session management
- Add get_environment method to ConfigManager
- Fix navbar dropdown hover stability in frontend with invisible bridge
2026-01-20 19:31:17 +03:00
e5f2d3c1b9 bug fixes 2026-01-18 23:21:00 +03:00
d8c0694538 semantic markup update 2026-01-18 21:29:54 +03:00
54a9ff81c3 project map script | semantic parcer 2026-01-01 16:58:21 +03:00
0bdca36bb2 Password promt 2025-12-30 17:21:12 +03:00
651abc84cc feat(logging): implement configurable belief state logging
- Add LoggingConfig model and logging field to GlobalSettings
- Implement belief_scope context manager for structured logging
- Add configure_logger for dynamic level and file rotation settings
- Add logging configuration UI to Settings page
- Update ConfigManager to apply logging settings on initialization and updates
2025-12-27 05:39:33 +03:00
cfc625da84 feat: implement project launch script run.sh and update README 2025-12-20 22:05:18 +03:00
2d8cae563f feat: implement plugin architecture and application settings with Svelte UI
- Added plugin base and loader for backend extensibility
- Implemented application settings management with config persistence
- Created Svelte-based frontend with Dashboard and Settings pages
- Added API routes for plugins, tasks, and settings
- Updated documentation and specifications
- Improved project structure and developer tools
2025-12-20 20:48:18 +03:00