This directory is the active platform monorepo root and the canonical Apex Ops git boundary.
Current status:
- active implementation and publication surface for Apex Ops consolidation
- standalone repo root at
C:/APEX Platform/apex-power-ops-platform - canonical remote/branch flow now tracks
https://github.com/jasonlswenson-sys/apex-power-ops.gitonclean-main - current operational target for platform consolidation, repo-boundary hardening, and Olares-hosted runtime work
- current stakeholder-facing status board now lives in
C:/APEX Platform/apex-power-ops-platform/PROJECT_STATUS.md
Authority:
- strategic authority entry now starts at
C:/APEX Platform/apex-power-ops-platform/docs/authority/README.md - repo-structure authority now also lives in
C:/APEX Platform/apex-power-ops-platform/docs/architecture/APEX-REPO-FOUNDATION-AND-CUTOVER-PLAN-2026-05-07.md - this root is the canonical implementation and git entrypoint for active Apex Ops work
- visual orientation for the current Vercel, Render, Supabase, Olares, Project Miner, and AI orchestration split lives at
C:/APEX Platform/apex-power-ops-platform/docs/operations/APEX-OPS-VISUAL-SYSTEM-MAP-2026-05-15.md
The Olares One workstation is now the intended primary host for the active APEX Platform development, services, and staging workflow.
Current repo authority for that transition lives in:
C:/APEX Platform/apex-power-ops-platform/docs/authority/OLARES-WORKSPACE-AUTHORITY-FRAMEWORK.mdC:/APEX Platform/apex-power-ops-platform/plan/Olares_MVP_Execution_Roadmap.mdC:/APEX Platform/apex-power-ops-platform/plan/infrastructure-olares-full-implementation-roadmap-1.mdC:/APEX Platform/apex-power-ops-platform/docs/architecture/OLARES-POST-CLOSURE-EXECUTION-CHECKLIST-2026-04-25.mdC:/APEX Platform/apex-power-ops-platform/docs/architecture/OLARES-PRIVATE-STACK-BLUEPRINT-2026-05-01.mdC:/APEX Platform/apex-power-ops-platform/docs/architecture/OLARES-PRIVATE-STACK-FIRST-RUN-CHECKLIST-2026-05-01.mdC:/APEX Platform/apex-power-ops-platform/docs/authority/OLARES-BUILD-GUIDE.mdC:/APEX Platform/apex-power-ops-platform/docs/operations/OLARES-CHECKLIST.md
Execution bootstrap for fresh implementation sessions:
C:/APEX Platform/apex-power-ops-platform/docs/operations/OLARES-VSCODE-BUILD-SESSION-PROMPT.mdC:/APEX Platform/apex-power-ops-platform/APEX Power Ops Platform.code-workspace
Interpretation rules:
apex-power-ops-platform/is the live implementation workspace and canonical repo root for active Apex Ops workC:/APEX Platformis now workstation-umbrella and historical lineage residue, not the default publication boundary for this repo- the first governed Olares workstation lane and the first installed-app proof lane for
forms-engineandp6-ingestare already closed - the bounded
personal-notesprivate lane is operationally closed in host-only scope and remains outside the governed installed-app set - newly-authored Olares work should add the dev/services/staging infrastructure layer to this existing workspace rather than replacing the current app/package/infra structure
- do not treat future Olares work as open-ended bring-up; changes beyond the current closed baseline require a new explicit packet, especially for public routing, shared auth, or new installed apps
This standalone repo root should now be treated as the primary local operator surface for platform work.
Read PROJECT_STATUS.md first when you need the current post-cutover platform summary, Olares workspace posture, the signed-off laptop-to-Olares migration baseline, or any drift-triggered follow-on without reconstructing it from packet history.
Preferred Olares-hosted startup path:
- attach through VS Code Remote-SSH or
ssh olares-mesh - open
/home/olares/code/apex/apex-power-ops-platform/APEX Power Ops Platform.code-workspacewhen using VS Code, or open the repo folder directly if a workspace file is not available - run bounded git preparation and focused validation directly from
/home/olares/code/apex/apex-power-ops-platform
Host terminal example:
cd /home/olares/code/apex/apex-power-ops-platformRecommended local startup path:
- Open
C:/APEX Platform/apex-power-ops-platform/APEX Power Ops Platform.code-workspaceas the default VS Code entry artifact - Create or refresh the root virtual environment at
.venv/ - Activate that environment from the platform root
- Run platform tasks from this root, not from sibling legacy repositories
Windows example:
cd C:\APEX Platform\apex-power-ops-platform
.venv\Scripts\Activate.ps1
If you need to override the interpreter used by workspace tasks, set APEX_PLATFORM_PYTHON to the desired Python executable path. Otherwise the workspace tasks now prefer .venv\Scripts\python.exe automatically.
Platform implementation work should be performed from C:/APEX Platform/apex-power-ops-platform, and this directory is now the standalone git root.
Current git posture:
- run status, diff, stage, branch, and publication from this repo root or the matching Olares host repo root
- default to explicit file paths or a bounded repo-relative pathspec when preparing staged changes
- reserve whole-repo staging for intentionally broad change sets only
- treat
C:/APEX Platformand other sibling roots as separate historical or umbrella lanes unless an explicit cross-repo operation is intended
Preferred Olares-hosted git flow:
cd /home/olares/code/apex/apex-power-ops-platform
git status --short
git add -- .vscode/tasks.json README.md docs/OPERATOR-BOOTSTRAP-RUNBOOK.md
git diff --cached -- .Windows client repo-root git flow:
$repoRoot = 'C:/APEX Platform/apex-power-ops-platform'
Set-Location $repoRoot
git status --short
git add -- .vscode/tasks.json README.md docs/OPERATOR-BOOTSTRAP-RUNBOOK.md
git diff --cached -- .Whole-repo staging is not the normal packet flow. Reserve git add -- . or the Stage entire platform repo (broad change) task for explicit broad publication events; prefer explicit file paths or bounded repo-relative pathspecs when the slice is narrower.
VS Code task usage for bounded packet staging:
$env:APEX_PLATFORM_GIT_PATHSPEC='.vscode/tasks.json;README.md;docs/OPERATOR-BOOTSTRAP-RUNBOOK.md'Then run Stage named platform paths and review Platform repo staged diff before any commit.
Those task helpers now resolve the repo root directly from the workspace location.
apex-power-ops-platform/.gitignore is now the active ignore contract for canonical repo operations. The parent-root .gitignore remains umbrella residue only.
For historical context on the completed first parent-root introduction packet, use ops/agents/handoffs/2026-04-22-parent-root-bootstrap-publication-handoff.md.
Current packet constraint:
- this bootstrap subtree does not yet bundle the full active platform lane set under
apex-power-ops-platform/ - the remaining historical draft-packet helper tail in
.vscode/tasks.jsonis preserved for provenance and packet review, but it is not the default operator path - lane names below this section refer to the current repo-local implementation surface unless explicitly marked as historical provenance or optional reconciliation residue
Git safety rules:
- do not use
git add .fromC:/APEX Platform/apex-power-ops-platformunless a broad repo change is explicitly intended - default to staging explicit repo-relative file paths or a bounded packet pathspec rather than the whole repo
- review the staged diff before any future commit so unrelated changes remain excluded
- treat parent-root residue and sibling worktrees as separate lanes unless a deliberate cross-lane maintenance step is required
Current operator entrypoints:
- the bootstrap-packet helper tasks remain available for historical packet review and narrow bounded staging, but routine publication work now uses normal repo-root
git diffandgit add -- <paths>against trackedHEAD Olares host platform git statusin.vscode/tasks.jsonOlares host platform staged diffin.vscode/tasks.jsonRun platform API localin.vscode/tasks.jsonRestart platform API localin.vscode/tasks.jsonPlatform repo git statusin.vscode/tasks.jsonStage named platform pathsin.vscode/tasks.jsonStage entire platform repo (broad change)in.vscode/tasks.jsonPreview parent-root bootstrap packetin.vscode/tasks.jsonStage parent-root bootstrap packetin.vscode/tasks.jsonParent-root bootstrap packet staged diffin.vscode/tasks.jsonPlatform repo staged diffin.vscode/tasks.jsonPlatform API focused testsin.vscode/tasks.jsonControl-plane local host readinessin.vscode/tasks.jsonControl-plane local apparatus-route smokein.vscode/tasks.jsonBootstrap control-plane local envin.vscode/tasks.jsonControl-plane public apparatus-route gatein.vscode/tasks.jsonControl-plane public apparatus-route dispatch dry-runin.vscode/tasks.jsonControl-plane public apparatus-route dispatchin.vscode/tasks.jsonCalc engine offline testsin.vscode/tasks.jsonOperations web browser smokein.vscode/tasks.jsonOperations web promoted-host smokein.vscode/tasks.jsonapps/control-plane-api/scripts/smoke_remote_control_plane_authoring_queue.pydocs/architecture/OLARES-HOST-NATIVE-OPERATOR-PUBLICATION-WORKFLOW-2026-05-06.md
Primary local contract and authority surfaces:
docs/authority/README.mddocs/architecture/APEX-REPO-FOUNDATION-AND-CUTOVER-PLAN-2026-05-07.mdplan/infrastructure-olares-full-implementation-roadmap-1.mdapps/control-plane-api/docs/contracts/CHATGPT-REMOTE-CONTROL-PLANE-TOOL-SCHEMAS-2026-03-28.jsonapps/control-plane-api/README.mdapps/control-plane-api/PUBLIC-APPARATUS-ROUTE-PROMOTION-CHECKLIST-2026-04-21.mdfor future hosted rerun validation if the deployed seam regresses
Current external frontier:
- the workstation-local control-plane lane is green
- the hosted apparatus-route deployment lane on
https://control.apexpowerops.comis now closed for packet001af - use
apps/control-plane-api/PUBLIC-APPARATUS-ROUTE-PROMOTION-CHECKLIST-2026-04-21.mdfor the bootstrap-local hosted rerun path; earlier hosted execution handoffs are not bundled inside this packet - treat
C:/APEX Platform/apex-power-ops-platform-deploy-worktreeas a separate optional reconciliation or publication lane, not as evidence that hosted packet001afhas reopened; a deploy-worktree handoff is not bundled inside this bootstrap packet yet
Initial scope in this bootstrap:
apps/control-plane-apiapps/forms-studioapps/operations-webpackages/api-contractspackages/calc-enginepackages/forms-engineinfra/databaseops/agentsknowledge/mappingsdocs/authorityarchive/legacy-repos
Import policy:
- import active slices first
- keep archive material out of active paths
- move data and schema work through explicit migration mappings
- preserve old repo history as governed legacy snapshots rather than flattening everything into the new root
Recommended first imports:
tcc_v5_backend->apps/control-plane-apiandpackages/calc-engineNETA-Forms->apps/forms-studioandpackages/forms-engine- active APEX database and architecture assets ->
infra/databaseanddocs/authority - active NETA ETT knowledge assets ->
knowledge/
This root is the canonical operating surface for active Apex Ops consolidation work.