You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,10 @@ ObjectQL is organized as a Monorepo to ensure modularity and universal compatibi
41
41
|**[`@objectql/plugin-security`](./packages/foundation/plugin-security)**| Universal |**Security Plugin.** Comprehensive RBAC, Field-Level Security (FLS), and Row-Level Security (RLS) with AST-level enforcement. |
42
42
|**[`@objectql/plugin-validator`](./packages/foundation/plugin-validator)**| Universal |**Validation Plugin.** 5-type validation engine: field, cross-field, state machine, unique, and business rule. |
43
43
|**[`@objectql/plugin-formula`](./packages/foundation/plugin-formula)**| Universal |**Formula Plugin.** Computed fields with JavaScript expressions in a sandboxed evaluator. |
44
+
|**[`@objectql/plugin-workflow`](./packages/foundation/plugin-workflow)**| Universal |**Workflow Plugin.** State machine executor with guards, actions, and compound states. |
***Full PostgreSQL in the browser** via PGlite (~3MB gzip)
172
176
* JSONB, full-text search, arrays, range types
@@ -333,14 +337,23 @@ ObjectQL has **mature, production-ready implementations** of core features:
333
337
> **📄 See [Protocol Compliance Report](./PROTOCOL_COMPLIANCE_REPORT.md) for comprehensive analysis**
334
338
> **🗺️ See [Protocol Development Plan](./PROTOCOL_DEVELOPMENT_PLAN_ZH.md) for detailed roadmap (中文)**
335
339
336
-
### Features Requiring Application Layer Implementation ⚠️
340
+
### Plugin Ecosystem 🧩
337
341
338
-
These features have type definitions but require implementation in your application:
342
+
| Plugin | Status | Description |
343
+
|--------|--------|-------------|
344
+
|**[`@objectql/plugin-workflow`](./packages/foundation/plugin-workflow)**| ✅ Implemented | Full state machine executor with guards, actions, compound states |
0 commit comments