Skip to content

Update base44-cli skill with new schema capabilities#52

Merged
ozsay merged 1 commit intomainfrom
adjust-resources-to-new-schemas
Feb 1, 2026
Merged

Update base44-cli skill with new schema capabilities#52
ozsay merged 1 commit intomainfrom
adjust-resources-to-new-schemas

Conversation

@ozsay
Copy link
Collaborator

@ozsay ozsay commented Jan 30, 2026

Summary

  • Add new field types (integer, binary) and string formats (time, hostname, ipv4, ipv6, uuid, file, regex)
  • Document field-level security (FLS) which is now available
  • Add RLS operators: logical ($or, $and, $nor) and field operators ($in, $nin, $ne, $all) for data.* fields
  • Clarify user_condition only supports equality (no MongoDB operators)
  • Add stricter agent validation rules (lowercase names 1-100 chars, required description and instructions)
  • Add function name validation pattern (no dots allowed)
  • Document configurable directory names (entitiesDir, functionsDir, agentsDir) in project config

Test plan

  • Review entities-create.md for new field types and FLS documentation
  • Review rls-examples.md for operator examples
  • Review agents-push.md for validation rules
  • Review functions-create.md for naming rules
  • Review SKILL.md quick reference updates

@claude
Copy link
Contributor

claude bot commented Jan 30, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

- Add new field types (integer, binary) and string formats (time, hostname, ipv4, ipv6, uuid, file, regex)
- Document field-level security (FLS) which is now available
- Add RLS operators: logical ($or, $and, $nor) and field operators ($in, $nin, $ne, $all) for data.* fields
- Clarify user_condition only supports equality
- Add stricter agent validation rules (lowercase names 1-100 chars, required fields)
- Add function name validation pattern (no dots)
- Document configurable directory names in project config
@ozsay ozsay force-pushed the adjust-resources-to-new-schemas branch from cf1b6df to 90c54e9 Compare February 1, 2026 05:51
@ozsay ozsay merged commit cc1e445 into main Feb 1, 2026
1 check passed
@ozsay ozsay deleted the adjust-resources-to-new-schemas branch February 1, 2026 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant