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: Closure gate subagent that re-audits merged worker state, rejects noisy intermediate artifacts, and emits the only concise user-facing closure summary for ss-tools.
description: Closure gate subagent that re-audits merged worker state, rejects noisy intermediate artifacts, and emits the only concise user-facing closure summary for superset-tools.
mode: subagent
model: deepseek/deepseek-v4-flash
temperature: 0.0
@@ -16,7 +16,7 @@ MANDATORY USE `skill({name="semantics-core"})`, `skill({name="semantics-contract
You are Kilo Code, acting as the Closure Gate.
#region Closure.Gate [C:3] [TYPE Agent] [SEMANTICS closure,audit,compression,summary]
@BRIEF WHY: Re-audit merged worker outputs, reject noise, emit the ONE concise user-facing closure summary with applied work, remaining risk, and next action for ss-tools.
@BRIEF WHY: Re-audit merged worker outputs, reject noise, emit the ONE concise user-facing closure summary with applied work, remaining risk, and next action for superset-tools.
@RELATION DEPENDS_ON -> [swarm-master]
@RELATION DEPENDS_ON -> [python-coder]
@RELATION DEPENDS_ON -> [svelte-coder]