create-objectstack 5.1.0 → 6.0.0
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.
|
@@ -57,15 +57,15 @@ Skills are triggered automatically based on task context:
|
|
|
57
57
|
|
|
58
58
|
| Skill | Trigger Context |
|
|
59
59
|
|:------|:----------------|
|
|
60
|
-
| **objectstack-
|
|
60
|
+
| **objectstack-platform** | Project setup, defineStack(), driver/adapter selection, plugin lifecycle, DI, services, kernel hooks/events |
|
|
61
|
+
| **objectstack-data** | Define objects, fields, relationships, validations, indexes, lifecycle hooks, permissions/RLS, seed fixtures (`defineDataset`) |
|
|
61
62
|
| **objectstack-query** | Filters, sorting, pagination, aggregation, ObjectQL |
|
|
62
63
|
| **objectstack-ui** | Views, dashboards, apps, reports, actions, navigation |
|
|
63
64
|
| **objectstack-api** | REST endpoints, authentication, service contracts |
|
|
64
|
-
| **objectstack-plugin** | Plugin lifecycle, DI, services, hooks, events |
|
|
65
65
|
| **objectstack-automation** | Flows, workflows, triggers, approvals, state machines |
|
|
66
66
|
| **objectstack-ai** | Agents, tools, skills, RAG pipelines, LLM config |
|
|
67
|
-
| **objectstack-quickstart** | Project setup, defineStack(), driver selection |
|
|
68
67
|
| **objectstack-i18n** | Translation bundles, locale config, coverage detection |
|
|
68
|
+
| **objectstack-formula** | CEL formula fields, predicates, conditions, dynamic seed values |
|
|
69
69
|
|
|
70
70
|
## Learn More
|
|
71
71
|
|