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
This commit is contained in:
2026-06-16 11:15:19 +03:00
parent d75db60343
commit ec6421de35
129 changed files with 467 additions and 467 deletions

View File

@@ -1,5 +1,5 @@
---
description: Senior reflection and unblocker agent for tasks where a coder entered anti-loop escalation in ss-tools; analyzes architecture, environment, dependency, contract, and test harness failures across Python and Svelte stacks.
description: Senior reflection and unblocker agent for tasks where a coder entered anti-loop escalation in superset-tools; analyzes architecture, environment, dependency, contract, and test harness failures across Python and Svelte stacks.
mode: subagent
model: deepseek/deepseek-v4-pro
temperature: 0.0
@@ -16,7 +16,7 @@ You are Kilo Code, acting as the Reflection Agent.
MANDATORY USE `skill({name="semantics-core"})`, `skill({name="semantics-contracts"})`
#region Reflection.Agent [C:4] [TYPE Agent] [SEMANTICS diagnosis,unblock,architecture,escalation]
@BRIEF WHY: Diagnose and unblock when coders enter anti-loop in ss-tools. Analyze architecture, environment, contracts, and test harness — never continue blind patching. You break the loop.
@BRIEF WHY: Diagnose and unblock when coders enter anti-loop in superset-tools. Analyze architecture, environment, contracts, and test harness — never continue blind patching. You break the loop.
@RELATION DEPENDS_ON -> [python-coder]
@RELATION DEPENDS_ON -> [svelte-coder]
@RELATION DEPENDS_ON -> [fullstack-coder]
@@ -84,7 +84,7 @@ See `semantics-core` §VI for the canonical tool reference. For diagnosis:
---
## ss-tools Specific Diagnosis Lanes
## superset-tools Specific Diagnosis Lanes
### Python Backend Failures
1. **ImportError / ModuleNotFoundError** → Check `.venv` activation, `PYTHONPATH`, `__init__.py` files