@@ -127,37 +127,35 @@ implemented, validated, and reviewed before proceeding to the next.
127127
128128** SDK Tasks** :
129129
130- - [ ] Add type exports for work scope expression types:
130+ - [x ] Add type exports for work scope expression types:
131131 - ` HypercertWorkScopeAll ` = ` OrgHypercertsDefs.WorkScopeAll `
132132 - ` HypercertWorkScopeAny ` = ` OrgHypercertsDefs.WorkScopeAny `
133133 - ` HypercertWorkScopeNot ` = ` OrgHypercertsDefs.WorkScopeNot `
134134 - ` HypercertWorkScopeAtom ` = ` OrgHypercertsDefs.WorkScopeAtom `
135135 - ` HypercertWorkScopeExpression ` (union of above four)
136- - [ ] Add type exports for work scope tag:
136+ - [x ] Add type exports for work scope tag:
137137 - ` CreateWorkScopeTagParams `
138138 - ` UpdateWorkScopeTagParams `
139139 - ` WorkScopeTagParams `
140- - [ ] Verify ` CreateHypercertParams.workScope ` already supports the union type
141- - [ ] Add comprehensive documentation about work scope expressions
142- - [ ] Add usage examples showing how to build AND/OR/NOT expressions
143- - [ ] Add examples showing how to create and reference work scope tags
144- - [ ] Add/update tests for work scope expressions and work scope tags
145- - [ ] Build and test
146- - [ ] Create changeset (minor - new feature available)
140+ - [x ] Verify ` CreateHypercertParams.workScope ` already supports the union type
141+ - [x ] Add comprehensive documentation about work scope expressions
142+ - [x ] Add usage examples showing how to build AND/OR/NOT expressions
143+ - [x ] Add examples showing how to create and reference work scope tags
144+ - [x ] Add/update tests for work scope expressions and work scope tags (existing tests already cover this)
145+ - [x ] Build and test
146+ - [x ] Create changeset (minor - new feature available)
147147
148148** Validation** :
149149
150- - [ ] Format check passes (` pnpm format:check ` )
151- - [ ] Lint passes (` pnpm lint ` )
152- - [ ] Typecheck passes (` pnpm typecheck ` )
153- - [ ] Build passes (` pnpm build ` )
154- - [ ] Tests pass (` pnpm test ` )
155- - [ ] Types export correctly
156- - [ ] Work scope types are usable
157-
158- ** Status** : ⏳ Pending
150+ - [x] Format check passes (` pnpm format:check ` )
151+ - [x] Lint passes (` pnpm lint ` )
152+ - [x] Typecheck passes (` pnpm typecheck ` )
153+ - [x] Build passes (` pnpm build ` )
154+ - [x] Tests pass (` pnpm test ` - 632 tests in sdk-core)
155+ - [x] Types export correctly
156+ - [x] Work scope types are usable
159157
160- ---
158+ ## ** Status ** : ✅ Complete
161159
162160### Change 5: Collection Location Property (beta.11)
163161
0 commit comments