b6f46fe9f5
logger: migrate belief_scope from legacy markers to molecular CoT protocol
...
Replace [Entry]/[Exit]/[Action]/[COHERENCE:OK] with [REASON]/[REFLECT]/[EXPLORE]
in belief_scope context manager, BeliefFormatter, and 34 source files.
Per molecular-cot-logging skill invariants.
2026-05-13 08:46:24 +03:00
306c5ae742
semantics: complete DEF-to-region migration, fix regressions
...
- Convert legacy [DEF🆔 Type] anchors to #region/#endregion across 329 files
- Reinstate _normalize_timestamp_value in sql_generator.py
- Fix MarkerLogger→logger migration in events.py (molecular CoT markers)
- Fix dataset_review orchestrator dependencies (_build_execution_snapshot)
- Fix config_manager stale-record deletion (moved to save path only)
- Add 77 missing [/DEF:] closers in 5 unbalanced test files
- Update assistant_chat.integration.test.js for #region format
- Apply molecular-cot-logging markers (REASON/REFLECT/EXPLORE) via logger.* methods
2026-05-12 23:54:55 +03:00
fe8978f716
semantics
2026-05-12 20:06:16 +03:00
b17b5333c7
log refactor
2026-05-12 19:30:15 +03:00
1d59df2233
refactor
2026-05-12 14:52:27 +03:00
9f995f22ae
refactor: migrate translate engine to GRACE-Poly v2.6 semantic protocol
...
- Convert all 84 contracts from legacy [DEF:] to #region/#endregion syntax
- Fix complexity tiers: 14 modules re-tiered (6 C4 route modules, 7 C4→C5 plugin services)
- Remove forbidden tags: @RATIONALE/@REJECTED stripped from C1–C4 contracts
- Add required tags: @PRE/@POST/@SIDE_EFFECT on C4, @RELATION on C3, @DATA_CONTRACT/@INVARIANT on C5
- Add belief runtime markers (reason/reflect/explore) to 7 service.py functions
- Fix @LAYER: route files → UI, plugins → Domain, superset_executor → Infra
- Fix pre-existing test mock_service fixture in test_orchestrator.py
- 196/196 translation tests pass, zero regressions
2026-05-12 14:32:28 +03:00
dbb8bd6c4e
fix: persist environment selection, support Kilo AI provider, resolve Superset virtual columns for translation preview
...
- Add environment_id to TranslationJob model/schema/API + DB migration
- Pass environmentId from page to TranslationPreview and fetchPreview
- Fix _fetch_sample_rows: use result_type='samples' to include virtual cols
- Add 'kilo' and 'openrouter' to supported LLM provider types
- Make response_format conditional (skip for non-OpenAI upstream providers)
- Remove source_table field from form (redundant with datasource)
- Restore datasourceSearch display from saved job on page load
- Add request/response logging for LLM API calls
2026-05-09 23:10:15 +03:00
67ba04d4ff
feat: implement LLM table translation service with searchable datasource dropdown, i18n, sidebar, and RBAC
...
- Add backend plugin modules: preview, executor, orchestrator, events, sql_generator, superset_executor, dictionary, scheduler, metrics
- Add API routes for translate jobs, runs, dictionaries, preview, schedule, metrics, corrections
- Add ORM models (12 tables) and Pydantic schemas (15 DTOs)
- Register translate router in app.py with RBAC permission guards
- Add frontend pages: job list, job config, dictionary list/editor, history
- Add 7 reusable Svelte 5 components: Preview, RunProgress, RunResult, TermCorrection, BulkCorrection, ScheduleConfig, MetricsDashboard
- Add searchable datasource dropdown with Superset API integration
- Add i18n (en/ru) with ~300 keys across common, config, jobs, dictionaries, preview namespaces
- Add Translation sidebar category with Jobs/Dictionaries/History sub-items
- Hide health monitor error toast via suppressToast API option
- Add 69 backend tests and 44 frontend test files
- Fix: SupersetClient env resolution (string -> Environment object)
- Fix: Dataset detail API returns proper database dict
- Fix: Database dialect extraction fallback when metadata incomplete
2026-05-09 19:34:25 +03:00
277ce7b3b3
skills + agents
2026-04-19 20:05:45 +03:00
80ec0c5eb1
prune contracts
2026-04-01 22:31:10 +03:00
89924afa8e
+
2026-04-01 22:04:19 +03:00
f5c90af287
semantics
2026-04-01 21:57:51 +03:00
81406bc2e2
fix: commit semantic repair changes
2026-03-21 11:22:25 +03:00
cf601a717e
fix: commit verified semantic repair changes
2026-03-21 11:05:20 +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
674a869362
mcp
2026-03-15 20:29:11 +03:00
4efce79df5
Fix LLM validation and dashboard health hot paths
2026-03-15 13:18:51 +03:00
a95109da4a
feat: add slug-only dashboard profile filter and unify backend imports
2026-03-11 12:20:34 +03:00
b4b17d89b4
код написан
2026-03-10 12:00:18 +03:00
787f4e55f2
clean ui
2026-03-04 19:33:47 +03:00
6ab2ea6f1c
+ai update
2026-02-26 17:54:23 +03:00
817b6c65e7
Improve dashboard LLM validation UX and report flow
2026-02-26 17:53:41 +03:00
6be33b06ee
feat: Implement recursive storage listing and directory browsing for backups, and add a migration option to fix cross-filters.
2026-02-25 20:01:33 +03:00
31cdc7958d
{ "verdict": "APPROVED", "rejection_reason": "NONE", "audit_details": { "target_invoked": true, "pre_conditions_tested": true, "post_conditions_tested": true, "test_data_used": true }, "feedback": "The test suite robustly verifies the
...
MigrationEngine
contracts. It avoids Tautologies by cleanly substituting IdMappingService without mocking the engine itself. Cross-filter parsing asserts against hard-coded, predefined validation dictionaries (no Logic Mirroring). It successfully addresses @PRE negative cases (e.g. invalid zip paths, missing YAMLs) and rigorously validates @POST file transformations (e.g. in-place UUID substitutions and archive reconstruction)." }
2026-02-25 17:47:55 +03:00
4bc023c2fa
fix(llm-validation): accept stepfun multimodal models and return 422 on capability mismatch
2026-02-24 16:00:23 +03:00
8699ded112
fix(llm): skip unsupported json_object mode for openrouter stepfun models
2026-02-24 14:22:08 +03:00
e97e19fc31
feat(assistant): add multi-dialog UX, task-aware llm settings, and i18n cleanup
2026-02-23 23:45:01 +03:00
6bded3adac
chat worked
2026-02-23 20:20:25 +03:00
31203d8827
Fix task API stability and Playwright runtime in Docker
2026-02-21 23:43:46 +03:00
d908fafe31
feat: restore legacy data and add typed task result views
2026-02-21 23:17:56 +03:00
d89c92ad35
tests ready
2026-02-19 13:33:20 +03:00
c73be2f647
task panel
2026-02-19 09:43:01 +03:00
5ab1549cdd
linter + новые таски
2026-02-10 12:53:01 +03:00
0743641181
semantic update
2026-02-08 22:53:54 +03:00
2d09ff4dc8
Похоже работает
2026-02-07 11:26:06 +03:00
47a51bbddf
feat(llm-plugin): switch to environment API for log retrieval
...
- Replace local backend.log reading with Superset API /log/ fetch
- Update DashboardValidationPlugin to use SupersetClient
- Filter logs by dashboard_id and last 24 hours
- Update spec FR-006 to reflect API usage
2026-02-06 17:57:25 +03:00
161d70648c
Вроде работает
2026-01-30 11:10:16 +03:00
c874946ed4
tested
2026-01-27 23:49:19 +03:00
d5a0e35df1
Закончили редизайн, обновили интерфейс бэкапа
2026-01-26 22:12:35 +03:00
fb5163b1cc
semantic update
2026-01-26 11:57:36 +03:00
5b93ef8635
Файловое хранилище готово
2026-01-26 11:08:18 +03:00
aabbaa44c3
Передаем на тест
2026-01-25 18:33:00 +03:00
2288abfc5a
semantic cleanup
2026-01-23 21:58:32 +03:00
dccd9af41e
Работает создание коммитов и перенос в новый enviroment
2026-01-23 13:57:44 +03:00
943dc06dfd
refactor complete
2026-01-22 17:37:17 +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
d8c0694538
semantic markup update
2026-01-18 21:29:54 +03:00
5fa283a6e0
semantics update
2026-01-13 09:11:27 +03:00
3655556bff
1st iter
2026-01-12 12:33:51 +03:00
54a9ff81c3
project map script | semantic parcer
2026-01-01 16:58:21 +03:00