Skip to content

Commit 175474e

Browse files
Update docs/spec/unified_module_system_v2.1_spec.md
Add 'ComponentMetadata" changes Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 2328d87 commit 175474e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/unified_module_system_v2.1_spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
### Simplified Structures
1515

16-
- **Component interfaces**: Removed nested duplication. Components now have flat structure with direct property access.
16+
- **Component interfaces**: Removed nested duplication and `ComponentMetadata`. Components now have a flat structure with direct property access.
1717
- Before: `instruction: { type: ..., instruction: { purpose: ... } }`
1818
- After: `instruction: { type?: ..., purpose: ... }`
1919
- Applies to all three component types: Instruction, Knowledge, Data

0 commit comments

Comments
 (0)