adding improvements
This commit is contained in:
parent
472f08bce3
commit
ac3ad39439
|
|
@ -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)
|
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
|
system.md \ map of how the knowledge layer connects to the code, how data flows, how AI should reason about the repo
|
||||||
|
|
||||||
### src/
|
### 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*
|
*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/
|
app/
|
||||||
models/
|
models/
|
||||||
scripts/
|
scripts/
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user