What was found (2026-07-22 README audit, part of the template-ranking diagnosis)
- README License section says MIT and
pyproject.toml has license = \"MIT\"; the LICENSE file in this repo is Apache-2.0, which is the stated policy for templates.
- The opening line does not identify the repo as a GitHub template for the Apso CLI, and the README links neither docs.apso.ai nor apso.ai.
- Repo settings: no homepage URL, no topics, not template-flagged (tracked with the org metadata pass; noted for completeness).
Proposed fix
Align the README license section and pyproject.toml license field with the Apache-2.0 LICENSE file, rework the opening to answer "apso template" queries (FastAPI, SQLAlchemy 2 async, Alembic, PostgreSQL), and add a links section (docs quickstart, apso.ai/templates). The pyproject license field is the only non-README line touched.
Filed by apso-growth under the issue-first policy. Fix will sit on a branch for apso-build review before any push.
What was found (2026-07-22 README audit, part of the template-ranking diagnosis)
pyproject.tomlhaslicense = \"MIT\"; the LICENSE file in this repo is Apache-2.0, which is the stated policy for templates.Proposed fix
Align the README license section and pyproject.toml license field with the Apache-2.0 LICENSE file, rework the opening to answer "apso template" queries (FastAPI, SQLAlchemy 2 async, Alembic, PostgreSQL), and add a links section (docs quickstart, apso.ai/templates). The pyproject license field is the only non-README line touched.
Filed by apso-growth under the issue-first policy. Fix will sit on a branch for apso-build review before any push.