|
|
8bea44f640
|
chore: update semantic index, agent configs, and app startup
|
2026-05-14 21:33:26 +03:00 |
|
|
|
9b8c485562
|
chore: configure ruff + eslint linters for agentic workflow
- Replace pylint with ruff (backend/ruff.toml)
- line-length=300, max-complexity=10, per-file-ignores for tests
- Exclude D (docstrings replaced by contracts) and ANN
- Add eslint flat config for frontend (eslint-plugin-svelte)
- Allow console.info/warn/error (belief-state protocol)
- Remove .pylintrc (references non-existent plugin)
- Update agent docs: ruff check . + npm run lint
- Add ruff>=0.11.0 to backend/requirements.txt
- Add eslint + plugins to frontend devDependencies
|
2026-05-14 10:28:30 +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 |
|
|
|
1d59df2233
|
refactor
|
2026-05-12 14:52:27 +03:00 |
|
|
|
fefdee98d0
|
agents
|
2026-05-11 22:58:01 +03:00 |
|
|
|
1b15fd3fa7
|
semantic cleanup
|
2026-05-08 10:07:05 +03:00 |
|