Skip to content

Commit e6e70a9

Browse files
Copilothotlong
andcommitted
Update GitHub prompt files with current field type count
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 5145ae1 commit e6e70a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/prompts/data-protocol.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export type Main = z.infer<typeof MainSchema>;
345345
## Interaction Commands
346346

347347
When user says:
348-
- **"Create Field Protocol"** → Implement complete `field.zod.ts` with all 23+ field types
348+
- **"Create Field Protocol"** → Implement complete `field.zod.ts` with all 35 field types
349349
- **"Create Object Protocol"** → Implement `object.zod.ts` with fields, capabilities, indexes
350350
- **"Create Validation Rules"** → Implement `validation.zod.ts` with rule engine
351351
- **"Create Permission System"** → Implement `permission.zod.ts` with CRUD + field-level security

.github/prompts/documentation-writer.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ a single property or column in an Object (table).
8080

8181
## Field Types
8282

83-
ObjectStack supports 23+ field types, organized into categories:
83+
ObjectStack supports 35 field types, organized into categories:
8484

8585
### Text Fields
8686
- **text**: Single-line text (max 255 characters)

0 commit comments

Comments
 (0)