📌 Technical
Software Asset Folder Pattern
Each software asset should live in its own top-level folder inside Software.
Prefer single-source documentation for shared rules.
README Naming Pattern
Use 📌README.md for documentation folders under Technical.
Keep plain README.md only at the repository root.
- Use:
Software/<asset-name>/ - Avoid category folders like
packages/andapps/for new assets - Keep each asset self-contained with its own
package.jsonand📌README.md - Avoid duplicating shared organizational guidance in individual asset docs; link back to this technical document instead
Example: Software/engine for @reasontracker/engine.