Skip to content

Commit 670ab06

Browse files
committed
Sync from local-mgr (gold v17.01.02)
1 parent 2c1fd89 commit 670ab06

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// prebuild trigger bump: release 17.01.01
21
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
32
// https://github.com/microsoft/vscode-dev-containers/tree/v0.194.0/containers/docker-existing-dockerfile
43
{

system/ApiLogicServer-Internal-Dev/dev-architecture.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Description: Enables AI assistants to be co-designers for GenAI-Logic features
44
Source: ApiLogicServer-src/prototypes/manager/system/ApiLogicServer-Internal-Dev/dev-architecture.md
55
Propagation: BLT process → Manager workspace
66
Usage: AI assistants read this to understand project structure, development workflow, and recent additions
7-
version: 2.6
7+
version: 2.7
88
changelog:
9+
- 2.7 (Jun 2026) - Noted clean/genai-logic as a BLT output sibling (pristine baseline, not for working in)
910
- 2.6 (Jun 2026) - Added "Sibling Workspace: codespaces_mgr (cs-mgr)" section - how it's generated from .devcontainer-codespaces/, what's excluded, and why its Manager CE has extra Active Project / name-collision guards
1011
- 2.5 (Jun 2026) - Added Demo readme mapping (Manager-readme.md front-matter / create_readme.py) gotcha section
1112
- 2.4 (Apr 2026) - Renamed from copilot-dev-context.md to dev-architecture.md
@@ -78,6 +79,12 @@ This is the **BLT Manager** - a nested workspace that gets regenerated by the Bu
7879
- Has its own venv shared by test projects
7980
- Framework changes happen in `org_git/ApiLogicServer-src/`
8081

82+
**`clean/genai-logic` — also produced by BLT.** Sibling of this BLT Manager, at
83+
`~/dev/ApiLogicServer/ApiLogicServer-dev/clean/genai-logic`. Same BLT run regenerates both;
84+
this is the **pristine, never-worked-in** install — no test-project edits, no manual venv
85+
tweaks — useful as a baseline to diff against when this (working) Manager's state is in
86+
question. Not a git repo, like this one.
87+
8188
**🚨 CRITICAL: README Files - Gold Source is Docs Repo**
8289
- **Gold source:** `org_git/Docs/docs/` (NOT `ApiLogicServer-src/prototypes/`)
8390
- **copy_md() function:** Fetches from GitHub Docs repo (or local Docs if dev), converts mkdocs → markdown

0 commit comments

Comments
 (0)