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
fix: strip XBRL role suffixes from labels on the holon/store path
The JSON-LD adapter passed skos:prefLabel through raw, so file-mode
reports showed the standard label's structural role tags — 'Common
Stock [Member]', 'Statement [Table]', 'Increase (Decrease) in
Stockholders' Equity [Roll Forward]'. The SEC adapter already stripped
these; hoist its stripRoleSuffix into constants, extend the tag set
(Roll Forward/Up, Text Block variants, Extensible Enumeration, Flag),
and apply it to element and block labels in parseStore.
0 commit comments