chore: checkpoint before performance tuning
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
- AGENTS.md (Top-level agent index and `scripts/cli.ts` usage guide)
|
||||
- TEST.md (Manual CLI test plan following cli-spec expectations)
|
||||
- config.json (Single source of truth for ports, tokens, runtime, paths, and provider identity)
|
||||
- docker-compose.yml (Main server orchestration for database, backend-core, frontend, provider-gateway, and managed main-server microservices such as Todo Note)
|
||||
- docker-compose.yml (Main server orchestration for database, backend-core, frontend, provider-gateway, and managed main-server user services such as Todo Note)
|
||||
- package.json / bun.lock (Root Bun tooling for CLI checks)
|
||||
- .gitignore
|
||||
- reference -> docs/reference (Compatibility symlink for older references)
|
||||
@@ -53,9 +53,9 @@
|
||||
- Dockerfile
|
||||
- src/index.ts (Bun static server, login/session handling, and same-origin internal API proxy)
|
||||
- src/app.tsx (TypeScript + React browser app shell, login, global data loading, and route dispatcher; `/app.js` is generated by Bun at runtime)
|
||||
- src/todo-note.tsx (Todo Note microservice React page; do not fold back into `app.tsx`)
|
||||
- src/findjob.tsx (FindJob microservice React page; do not fold back into `app.tsx`)
|
||||
- src/pipeline.tsx (Pipeline microservice React page and React Flow control graph; do not fold back into `app.tsx`)
|
||||
- src/todo-note.tsx (Todo Note user-service React page; do not fold back into `app.tsx`)
|
||||
- src/findjob.tsx (FindJob user-service React page; do not fold back into `app.tsx`)
|
||||
- src/pipeline.tsx (Pipeline user-service React page and React Flow control graph; do not fold back into `app.tsx`)
|
||||
- src/met-nonlinear.tsx (MET Nonlinear D601 training orchestration React page; do not fold back into `app.tsx`)
|
||||
- public/ (HTML/CSS static assets for the compact industrial console; no handwritten app JS)
|
||||
- provider-gateway/ (Compute node Provider Gateway container)
|
||||
@@ -67,5 +67,5 @@
|
||||
- database/ (PostgreSQL initialization and configuration)
|
||||
- config/postgresql.conf
|
||||
- init/001_unidesk_init.sql
|
||||
- microservices/ (Reserved for future stateless microservices)
|
||||
- microservices/ (Compatibility path reserved for future stateless user services)
|
||||
- example-service/
|
||||
|
||||
Reference in New Issue
Block a user