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:
@@ -247,7 +247,7 @@ request:
|
||||
|
||||
## Execution Rules
|
||||
- Frontend verification path: `cd frontend && npm run test`
|
||||
- Runtime diagnosis path may include `docker compose -p ss-tools-current --env-file /home/busya/dev/ss-tools/.env.current logs -f`
|
||||
- Runtime diagnosis path may include `docker compose -p superset-tools-current --env-file /home/busya/dev/superset-tools/.env.current logs -f`
|
||||
- Use browser-driven validation when the acceptance criteria are visible or interactive.
|
||||
- Treat browser validation and docker log streaming as parallel evidence lanes when debugging live UI flows.
|
||||
- Never bypass semantic or UX debt to make the UI appear working.
|
||||
|
||||
Reference in New Issue
Block a user