0b275ed3d1
test semantics
2026-03-21 15:23:06 +03:00
9b47b9b667
fix: finalize semantic repair and test updates
2026-03-21 15:07:06 +03:00
abee05558f
fix: commit semantic repair changes
2026-03-21 11:22:25 +03:00
1ce61d9533
fix: commit verified semantic repair changes
2026-03-21 11:05:20 +03:00
274510fc38
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
e864a9e08b
feat: Implement user profile preferences for start page, Git identity, and task drawer auto-open, alongside Git server default branch configuration.
2026-03-08 10:19:38 +03:00
f066d5561b
clean ui
2026-03-04 19:33:47 +03:00
4fec2e02ad
test: remediate and stabilize auxiliary backend and frontend tests
...
- Standardized task log, LLM provider, and report profile tests.
- Relocated auxiliary tests into __tests__ directories for consistency.
- Updated git_service and defensive guards with minor stability fixes discovered during testing.
- Added UX integration tests for the reports list component.
2026-03-04 13:54:06 +03:00
a9c0d55ec8
chore: commit remaining workspace changes
2026-03-03 19:51:17 +03:00
fb577d07ae
dry run migration
2026-02-27 20:48:18 +03:00
3f66a58b12
{ "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
6d068b7cea
feat: Enhance ID mapping service robustness, add defensive guards, and expand migration engine and API testing.
2026-02-25 14:44:21 +03:00
23416e51d3
ready for test
2026-02-25 13:35:09 +03:00