From 90d4d181a19f8456802979707a819474b49ce5c5 Mon Sep 17 00:00:00 2001 From: Eddie Soehnel Date: Mon, 16 Mar 2026 12:48:27 -0600 Subject: [PATCH] Added structure for files section in produict-dev-os md --- PRODUCT-DEV-OS.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/PRODUCT-DEV-OS.md b/PRODUCT-DEV-OS.md index 51ed978..7634662 100644 --- a/PRODUCT-DEV-OS.md +++ b/PRODUCT-DEV-OS.md @@ -22,10 +22,15 @@ The most valuable stack is: 2. Product layer → takes the knowledge layer and executes it: develop code, develop the product, produce the product 3. Data layer → what the system observes, stores, and learns from based on production. The data validates reality, that leads to iterate above to improve -# ## Structure For Git Repo +### Structure For Git Repo -Changes and commits always tracked. -Branch strategy: main (production), dev (active development), feature branches (experimental). Flow: feature>>dev>>main +- Changes and commits always tracked. +- Branch strategy: main (production), dev (active development), feature branches (experimental). Flow: feature>>dev>>main + +### Structure For Files + +- Use consistent headings +- Keep sections predictable. If every file has a predictable structure, AI navigation improves dramatically. ### repo/