adding improvements

This commit is contained in:
Eddie Soehnel 2026-03-13 16:00:57 -06:00
parent 472f08bce3
commit ac3ad39439
2 changed files with 16 additions and 3 deletions

View File

@ -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/

View File

@ -1 +1,14 @@
vision-strategy.md
# 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.