Files
Job-Info/Mode6Test/WORKING_VERSION_NOTE.md
T
aewing 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
Add Mode6Test: copy of Mode5Test running on port 3000
2026-01-20 13:43:29 +00:00

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 .env configuration from Mode3Test
  • Redis connection attempted but not required for core functionality
  • All dependencies locked in bun.lock

Instructions for Future Development

To make changes:

  1. Update files directly in Mode5Test
  2. Test thoroughly before committing
  3. If breaking changes occur, restore from git history
  4. 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.