@@ -6,8 +6,8 @@ The Towlion GitHub organization serves as a catalog of deployable applications.
66
77```
88towlion/
9- platform # Architecture docs and platform tools
10- app-template # Template for bootstrapping new apps
9+ platform # Architecture docs and platform tools (github.com/towlion/platform)
10+ app-template # Template for bootstrapping new apps (github.com/towlion/app-template)
1111 uku-companion # Music practice companion
1212 fretboard-trainer # Guitar fretboard learning tool
1313 chord-transposer # Chord transposition utility
@@ -25,9 +25,9 @@ The meta repository for the ecosystem. Contains:
2525- Deployment guides
2626- Roadmap
2727
28- ### Application Template (` towlion/app-template ` )
28+ ### Application Template ([ ` towlion/app-template ` ] ( https://github.com/towlion/app-template ) )
2929
30- A template repository for creating new applications. Includes:
30+ A [ GitHub Template Repository ] ( https://github.com/towlion/app-template ) for creating new applications. Includes:
3131
3232- FastAPI backend scaffold
3333- Next.js frontend scaffold
@@ -37,7 +37,7 @@ A template repository for creating new applications. Includes:
3737
3838New apps are created by:
3939
40- 1 . Use the template to create a new repo
40+ 1 . Click [ " Use this template" ] ( https://github.com/towlion/app-template/generate ) to create a new repo
41412 . Customize the application code
42423 . Push — deploys automatically
4343
@@ -49,6 +49,7 @@ Each application is a **separate GitHub repository** under the `towlion` organiz
4949- Contains its own Docker configuration and deployment workflow
5050- Can be forked and self-hosted independently
5151- Follows the [ application specification] ( spec.md )
52+ - Follows the platform's [ governance policies] ( governance.md ) , including branch protection, PR requirements, and commit conventions
5253
5354## Multi-Application Runtime
5455
0 commit comments