This commit is contained in:
2026-08-12 06:16:00 +08:00
parent a672f37fae
commit 42392bbb7e
10 changed files with 246 additions and 10 deletions
+5
View File
@@ -326,6 +326,11 @@ Core currently defines:
## Current extension metadata
`type_metadata(...)` attaches extension-owned Attributes directly to a described C++ type.
It uses the same Attribute protocol as property metadata while remaining separate from
property defaults. Consumers query or traverse these attributes through the type's
`Object_Schema`; Core does not interpret their domain semantics.
The presentation extension defines:
- `presentation::label<"...">`