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,4 +1,4 @@
# ss-tools Constitution
# superset-tools Constitution
The constitution does not duplicate rules — it explains **why** each principle matters and **where** to find full instructions.
@@ -22,7 +22,7 @@ Every architectural choice that rejects an alternative MUST be recorded: `@RATIO
### III. External Orchestrator
ss-tools is an external orchestrator over Apache Superset, not a plugin inside it. This gives: independent release cycle, no coupling to Superset migrations, isolation of DevOps privileges from BI privileges.
superset-tools is an external orchestrator over Apache Superset, not a plugin inside it. This gives: independent release cycle, no coupling to Superset migrations, isolation of DevOps privileges from BI privileges.
**Full rationale** → [ADR-0003](docs/adr/ADR-0003-orchestrator-pattern.md)