@@ -8,9 +8,9 @@ The format follows semantic versioning principles.
88
99### Added
1010
11- - Framework-agnostic shared packages: ` @arcstack/contract ` , ` @arcstack/common ` , ` @arcstack/console ` , ` @arcstack/database ` .
12- - Dedicated runtime drivers: ` @arcstack/driver-express ` and ` @arcstack/driver-h3 ` .
13- - Shared console base commands in ` @arcstack/console ` : ` route:list ` , ` make:controller ` , ` make:resource ` , ` make:full-resource ` , ` dev ` , ` build ` .
11+ - Framework-agnostic shared packages: ` @arcstack-hq /contract ` , ` @arcstack-hq /common ` , ` @arcstack-hq /console ` , ` @arcstack-hq /database ` .
12+ - Dedicated runtime drivers: ` @arcstack-hq /driver-express ` and ` @arcstack-hq /driver-h3 ` .
13+ - Shared console base commands in ` @arcstack-hq /console ` : ` route:list ` , ` make:controller ` , ` make:resource ` , ` make:full-resource ` , ` dev ` , ` build ` .
1414- Lean starter profiles in scaffolding: ` express-lean ` and ` h3-lean ` .
1515- Root-level tests for shared command surface and integration behavior.
1616
@@ -19,7 +19,7 @@ The format follows semantic versioning principles.
1919- Moved duplicated console logic from kit-local implementations into shared console package architecture.
2020- Standardized router contract usage for route binding/listing across runtimes.
2121- Lean kit generation now strips app/api/database scaffolding by removing ` src/app ` , ` src/routes/api.ts ` , Prisma/database files, and DB dependencies.
22- - Added root script ` publish:packages ` to publish ` @arcstack/* ` packages.
22+ - Added root script ` publish:packages ` to publish ` @arcstack-hq /* ` packages.
2323
2424### Docs
2525
0 commit comments