Problem
gc init still emits the legacy city-first scaffold instead of the Pack/City v2 transitional shape we are actively documenting and trying to dogfood for 0.13.6.
Today it still writes old-style city.toml content and legacy prompt/formula scaffolding via DefaultCity, WizardCity, and GastownCity.
Why this is release-blocking
gc init is the first real entry point after install for most users.
Right now we have the worst possible combination:
gc init teaches/emits the old shape
gc register rejects a real schema = 2 city
That means new users are pushed onto the wrong path, while the intended path is blocked.
Desired outcome for 0.13.6
gc init should emit an honest transitional v2 city shape, even if runtime still enters through city.toml today.
At minimum that means:
- root
pack.toml
- root
city.toml
- convention-based directories such as
agents/, commands/, doctor/, formulas/, orders/, template-fragments/, overlays/, assets/
.template.md prompt naming where prompt templates are created
- no teaching of the fully old city-root scaffold as the main path
Notes
This does not need to solve the entire future-perfect Pack/City model in one shot. A truthful transitional scaffold is enough for 0.13.6.
Problem
gc initstill emits the legacy city-first scaffold instead of the Pack/City v2 transitional shape we are actively documenting and trying to dogfood for 0.13.6.Today it still writes old-style
city.tomlcontent and legacy prompt/formula scaffolding viaDefaultCity,WizardCity, andGastownCity.Why this is release-blocking
gc initis the first real entry point after install for most users.Right now we have the worst possible combination:
gc initteaches/emits the old shapegc registerrejects a realschema = 2cityThat means new users are pushed onto the wrong path, while the intended path is blocked.
Desired outcome for 0.13.6
gc initshould emit an honest transitional v2 city shape, even if runtime still enters throughcity.tomltoday.At minimum that means:
pack.tomlcity.tomlagents/,commands/,doctor/,formulas/,orders/,template-fragments/,overlays/,assets/.template.mdprompt naming where prompt templates are createdNotes
This does not need to solve the entire future-perfect Pack/City model in one shot. A truthful transitional scaffold is enough for 0.13.6.