aewing
1fdc87f7f4
Add Mode1 auth testing environment with token comparison verification
...
- Created Mode1 as self-contained test environment
- Added auth-module copy with self-contained configuration
- Implemented backend server with Graph token and PocketBase validation endpoints
- Added frontend test dashboard with token comparison functionality
- Fixed TypeScript compatibility issues (replaced import.meta.dir with __dirname)
- Implemented actual PB token validation in comparison endpoint (no placeholders)
- All endpoints tested and working with real tokens
2026-01-22 05:32:33 +00:00
aewing
bd7842799c
Fix orchestrator to inherit env vars when spawning modes
2026-01-21 04:18:53 +00:00
aewing
0b76a4b119
Cleanup: Remove old modes, add Svelte 5 reference library, update orchestrator
...
- Delete Mode1Test, Mode2Test, Mode3Test, Mode5Test (keep only Mode6Test)
- Delete old documentation, Docker files, and k8s configs
- Add comprehensive Svelte 5 reference library (svelte-reference/)
- Update ModeSwitch orchestrator:
- Fix port to 3005 (never use 3000/3001)
- Add API endpoints for mode switching
- Add bun-types and proper tsconfig
- Clean up mode folder mappings
2026-01-21 03:56:01 +00:00
aewing
42ff3e8f33
Add Mode6Test: copy of Mode5Test running on port 3000
Build & Deploy / Test & Lint (push) Has been cancelled
Build & Deploy / Security Scan (push) Has been cancelled
Code Quality / Code Quality Checks (push) Has been cancelled
Code Quality / Dependency Vulnerabilities (push) Has been cancelled
Code Quality / Performance Testing (push) Has been cancelled
Build & Deploy / Build Docker Images (push) Has been cancelled
Build & Deploy / Deploy to Kubernetes (push) Has been cancelled
2026-01-20 13:43:29 +00:00
aewing
09fc949a06
Fix token handling, remove orchestrator API call, improve mobile responsive footer layout
2026-01-18 03:09:37 +00:00
aewing
eed8552282
Mode2Test AuthAndToken component complete: login/logout working, token persistence, background refresh active, tested and verified
2026-01-17 15:31:44 +00:00
aewing
319289cfac
Mode-based architecture complete: Created ModeSwitch orchestrator (3006), Mode1Test isolated (3005), Mode2Test placeholder, added active mode label to frontend
2026-01-17 14:37:14 +00:00