@kardoe/quickback 0.5.14 → 0.5.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,7 +38,7 @@ You deeply understand:
38
38
 
39
39
  ## Code Generation
40
40
 
41
- **Combined mode** (the only supported mode): Schema + security in a single file using `defineTable()`.
41
+ Schema + security config in a single file using `defineTable()`.
42
42
 
43
43
  Generate files in `quickback/features/{name}/`:
44
44
  - `{table}.ts` - Drizzle schema + security config via `defineTable()` (DO NOT add audit fields - they're auto-injected)
@@ -196,7 +196,7 @@ Before finishing, verify:
196
196
  - [ ] Validation rules for constrained fields (if needed)
197
197
  - [ ] Layouts for CMS record page field grouping (if needed)
198
198
  - [ ] No audit fields in schema (auto-injected)
199
- - [ ] Using `defineTable()` combined mode (not separate schema.ts + resource.ts)
199
+ - [ ] Using `defineTable()` (not separate schema.ts + resource.ts)
200
200
  - [ ] Actions use `defineActions()` with Zod schemas (not JSON schema)
201
201
 
202
202
  ## Accessing Documentation