Skip to content

Commit b1d02ec

Browse files
os-zhuangclaude
andauthored
docs(grid): point the boolean-token retirement note at objectstack#4173 (#3045)
framework#3786 is the closed pattern-sweep umbrella; the concrete tracking item for exporting BOOL_TRUE/BOOL_FALSE from the spec — the one condition that lets these local sets and their pinned inventory be deleted — is objectstack#4173. Comment-only. Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 3a6cf24 commit b1d02ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/plugin-grid/src/importCoercionContract.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* `REFERENCE_IMPORT_TYPES` is derived from the same spec constant the server
1414
* derives from, so the two ends share one source. The boolean token table has
15-
* no spec export yet (framework#3786), so it cannot be derived — the pinned
15+
* no spec export yet (objectstack#4173), so it cannot be derived — the pinned
1616
* inventory below is the tripwire that makes edits deliberate instead of
1717
* silent. When the spec starts publishing the table, replace the local sets
1818
* with the import and delete the inventory.

packages/plugin-grid/src/importCoercionContract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { REFERENCE_VALUE_TYPES } from '@objectstack/spec/data';
2323
*
2424
* The spec does not publish this table yet, so it cannot be derived — the
2525
* paired inventory in the test is the tripwire that keeps edits deliberate
26-
* (framework#3786 tracks exporting it from the source of truth).
26+
* (objectstack#4173 tracks exporting it from the source of truth).
2727
*/
2828
export const BOOLEAN_TRUE_IMPORT_TOKENS: ReadonlySet<string> = new Set([
2929
'true', 't', 'yes', 'y', '1', 'on', '是', '对', '✓', '√',

0 commit comments

Comments
 (0)