mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Track datasetRefs against the live draft so manual edits and extract link immediately
This commit is contained in:
+3
-1
@@ -40,7 +40,9 @@ export interface Snippet {
|
||||
comment: string;
|
||||
/** User-assigned labels. */
|
||||
tags: string[];
|
||||
/** Names of datasets referenced by this spec (maintained on publish). */
|
||||
/** Names of datasets referenced by the draft spec; mirrors the version being
|
||||
* edited, recomputed on every draft change (create/auto-save/extract/revert)
|
||||
* and on publish (docs/architecture/07 §3). */
|
||||
datasetRefs: string[];
|
||||
/** Free-form, extensible metadata bag. */
|
||||
meta: Record<string, unknown>;
|
||||
|
||||
Reference in New Issue
Block a user