[hAIk]: refactor backend settings and tools routes to use explicit endpoint names (/get_settings, /update_settings, /get_builtin_permissions, /update_builtin_permissions) with matching frontend updates; simplify base_routes.ts to relative /api path; add new appsSlice Redux slice and register in store; remove unused GET_HISTORY reducer; rename structlint to lint across CI workflow, local.sh, and publish.sh; strip ANSI escape codes from NineRouter forwarded output; add swarm-debug as backend dependency

This commit is contained in:
haikdc
2026-04-18 07:21:41 -07:00
parent ad8add82fd
commit ca2ea81f82
13 changed files with 105 additions and 22 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
with:
python-version: "3.11"
- run: python3 linter/structlint.py --root .
- run: python3 linter/lint.py --root .
typecheck:
name: Type check (backend)