From ac3ad39439c7f1764c32338db59c81714541ff18 Mon Sep 17 00:00:00 2001 From: Eddie Soehnel Date: Fri, 13 Mar 2026 16:00:57 -0600 Subject: [PATCH] adding improvements --- PRODUCT-DEV-OS.md | 4 ++-- docs/agents.md | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/PRODUCT-DEV-OS.md b/PRODUCT-DEV-OS.md index a1545dc..51ed978 100644 --- a/PRODUCT-DEV-OS.md +++ b/PRODUCT-DEV-OS.md @@ -48,8 +48,8 @@ build-plan.md \- sequences, tasks, modules, dependencies, components decisions.md \ why we did what we did, why we chose A over B, etc. Architecture Decision Records (ADR). provide context, decision, risks, consequences. Document using the [decision layer and biases layer](https://docs.google.com/document/d/1VjtP-jPn-wOpE8z5QSVOdk-pPxneyuDDM6z_a9OIpYY/edit?tab=t.0) system.md \ map of how the knowledge layer connects to the code, how data flows, how AI should reason about the repo -### src/ -*The production/execution layer for AI to execute on. Code is created in files. Code is well documented and explains why the code exists, what it does, maintenance tips, gotchas if any* +### srv/ +*The production/execution layer for AI to execute on. Code is created in files. Code is well documented and explains why the code exists, what it does, maintenance tips, gotchas if any.* app/ models/ scripts/ diff --git a/docs/agents.md b/docs/agents.md index a45abc2..c4f2d1b 100644 --- a/docs/agents.md +++ b/docs/agents.md @@ -1 +1,14 @@ -vision-strategy.md \ No newline at end of file + +# Context +To understand the general process for this repo, please review the PRODUCT-DEV-OS.md file. + +# This Repo + +how this repo works +what the structure means +rules for editing code + + +# Additional General Requirements + + Code is created in files. Code is well documented and explains why the code exists, what it does, maintenance tips, gotchas if any.