42ff3e8f33
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
1.2 KiB
1.2 KiB
Mode5Test - Working Version
Status: ✅ WORKING AND STABLE
Created: January 19, 2026
Details
This is an exact copy of Mode3Test, which has been confirmed as the last working version of the application. This copy was created to establish a stable baseline for the orchestrator.
What's Working
- Backend service (Hono/Bun) running on port 3005
- Frontend serving static files with PocketBase authentication
- Job file integration with Microsoft Graph API
- Token management and caching
- SharePoint document access and resolution
Authentication
- Uses PocketBase at
https://pocketbase.ccllc.pro - OAuth flow via Microsoft Graph
- Token-based auth with fallback to signin page
Environment
- Uses
.envconfiguration from Mode3Test - Redis connection attempted but not required for core functionality
- All dependencies locked in
bun.lock
Instructions for Future Development
To make changes:
- Update files directly in Mode5Test
- Test thoroughly before committing
- If breaking changes occur, restore from git history
- Document any significant changes in this file
Lock Status
This directory is locked as read-only to prevent accidental modifications. Use chmod -R u+w Mode5Test to unlock if needed.