Commit Graph

52 Commits

Author SHA1 Message Date
2f1916706a rename ss-tools to superset-tools across the entire project
- Replace all occurrences of 'ss-tools' with 'superset-tools' in 104 files
- Rename git bundle file ss-tools.bundle → superset-tools.bundle
- Update .gitignore pattern accordingly
- Preserve variable names (hasSsTools etc.) and code identifiers
2026-06-16 11:15:19 +03:00
cd668b9405 agents 2026-05-18 23:58:42 +03:00
8797c28958 feat(llm): mask API keys in UI responses and prevent masked-key leakage in fetch/test/save payloads
- Add mask_api_key() and is_masked_or_placeholder() to llm_provider service
- Return masked keys in all provider CRUD endpoints
- Reject masked/placeholder keys in fetch_models and test_provider_config
- Show masked key with Change button in ProviderConfig.svelte edit form
- Exclude masked keys from fetch-models, test, and submit payloads on frontend
- Update semantics-core skill with clarified complexity tier rules
- Switch agent modes from subagent to all
2026-05-15 23:34:09 +03:00
6a2741182b skills + agents 2026-04-19 20:05:45 +03:00
721caee611 semantics 2026-04-02 12:12:23 +03:00
78d6995e13 semantics 2026-04-01 21:57:51 +03:00
3dbac3ce69 semantic 2026-04-01 14:51:45 +03:00
b04cf0f782 root update 2026-04-01 14:25:52 +03:00
f8e08757cf mcp tuning 2026-04-01 13:29:41 +03:00
8fbb6d9da6 agents ADR promts 2026-03-27 22:00:37 +03:00
e83879cf06 semantics 2026-03-27 21:27:31 +03:00
6a49e630fc some cleaning in promts 2026-03-22 13:00:06 +03:00
3b3946a72d standards clean 2026-03-22 12:40:02 +03:00
bcb6be9768 promts 2026-03-21 16:09:13 +03:00
d47826b50b add grace_schema.yaml 2026-03-21 11:06:48 +03:00
a1c6596554 semantics 2026-03-20 20:01:58 +03:00
f6171d72e4 subagents 2026-03-20 17:20:24 +03:00
47aadfc178 semantic 2026-03-18 08:45:15 +03:00
ac18ea8733 Split Superset OpenAPI into indexed sections 2026-03-17 21:19:26 +03:00
2b6855647d Таски готовы 2026-03-16 23:11:19 +03:00
51a0973dc1 docs(semantics): simplify test markup protocol (Section VIII) and sync workflows 2026-03-16 18:18:57 +03:00
96d8712b6f 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
1a1d44ea35 refactor(semantics): migrate TIER system to adaptive COMPLEXITY 1-5 scale
- Replaced rigid TIERs with continuous COMPLEXITY 1-5 scale in semantics.md
- Updated generate_semantic_map.py to parse and score based on Complexity
- Added backward compatibility mapping for legacy TIERs
- Migrated all .ai/shots examples to use @COMPLEXITY and updated relation syntax
- Added trivial_utility.py shot to demonstrate implicit Complexity 1 token savings
2026-03-16 09:54:13 +03:00
d61987bd11 mcp 2026-03-15 20:29:11 +03:00
12b522f852 feat add connections management and health summary improvements 2026-03-15 16:40:43 +03:00
18de7f487e Finalize assistant and dashboard health updates 2026-03-15 13:19:46 +03:00
f5a3c30b59 few shots update 2026-03-11 09:08:32 +03:00
66b78a0e08 semantic update 2026-03-10 21:33:09 +03:00
d99f63752e semantic clean up 2026-03-10 19:38:10 +03:00
b6bb732a40 код написан 2026-03-10 12:00:18 +03:00
b71ec3499b tui rework 2026-03-09 14:18:34 +03:00
d02613053f починили скачивание 2026-03-06 15:22:14 +03:00
94a47e3e1a clean ui 2026-03-04 19:33:47 +03:00
f5ceaf02c2 feat(clean-release): complete and verify backend test suite (33 passing tests)
- Relocated and standardized tests for clean_release subsystem into __tests__ sub-packages.
- Implemented missing unit tests for preparation_service, audit_service, and stages.
- Enhanced API contract tests for candidate preparation and compliance reporting.
- Updated 023-clean-repo-enterprise coverage matrix with final verification results.
- Fixed relative import issues and model validation mismatches during test migration.
2026-03-04 13:53:43 +03:00
7c10e86d9e feat: Introduce and enforce test contract annotations for critical modules and update coverage tracking. 2026-03-04 12:58:42 +03:00
45c4bc4a3b git list refactor 2026-03-01 12:13:19 +03:00
02e9264177 dry run migration 2026-02-27 20:48:18 +03:00
4101f32e56 semantic protocol update 2026-02-27 20:48:06 +03:00
294af86e52 new test contracts 2026-02-26 19:29:07 +03:00
60723e86ed test semantic harden 2026-02-26 18:26:11 +03:00
2e6e0fecf0 +ai update 2026-02-26 17:54:23 +03:00
23d7f35379 + git config 2026-02-25 20:27:29 +03:00
b8dc27bc44 { "verdict": "APPROVED", "rejection_reason": "NONE", "audit_details": { "target_invoked": true, "pre_conditions_tested": true, "post_conditions_tested": true, "test_data_used": true }, "feedback": "Both test files have successfully passed the audit. The 'task_log_viewer.test.js' suite now correctly imports and mounts the real Svelte component using Test Library, fully eliminating the logic mirror/tautology issue. The 'test_logger.py' suite now properly implements negative tests for the @PRE constraint in 'belief_scope' and fully verifies all @POST effects triggered by 'configure_logger'." } 2026-02-24 21:55:13 +03:00
8936445e4a semantic update 2026-02-24 21:08:12 +03:00
e29706183b generate semantic clean up 2026-02-24 12:51:57 +03:00
709dc4ad6a Новый экранчик для обзора дашей 2026-02-23 15:54:20 +03:00
c7b73acc6a semantic update 2026-02-23 13:15:48 +03:00
cdb09bd557 db + docker 2026-02-20 20:47:39 +03:00
2280c24be5 semantic update 2026-02-20 10:41:15 +03:00
96b0893fdf few shots update 2026-02-20 10:26:01 +03:00