Skip to content

Commit 62562b1

Browse files
authored
Merge pull request #585 from objectstack-ai/copilot/start-implementation
2 parents e00c489 + 6650309 commit 62562b1

10 files changed

Lines changed: 1958 additions & 34 deletions

File tree

ARCHITECTURE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
5. [Plugin System](#plugin-system)
1414
6. [Dependency Graph](#dependency-graph)
1515
7. [Design Decisions](#design-decisions)
16+
8. [Additional Resources](#additional-resources)
1617

1718
---
1819

@@ -639,6 +640,20 @@ export type Field = z.infer<typeof FieldSchema>;
639640

640641
---
641642

643+
## Additional Resources
644+
645+
### Architecture Decision Records (ADRs)
646+
647+
Important architectural decisions are documented as ADRs in `docs/adr/`:
648+
649+
- [ADR-0001: Metadata Service Architecture](docs/adr/0001-metadata-service-architecture.md) - Explains why both ObjectQL and MetadataPlugin can provide metadata service and how they work together
650+
651+
### Component-Specific Documentation
652+
653+
- [Metadata Flow Documentation](docs/METADATA_FLOW.md) - Detailed explanation of how metadata flows from definition to runtime, including configuration examples and troubleshooting
654+
655+
---
656+
642657
## Future Considerations
643658

644659
### Planned Enhancements

0 commit comments

Comments
 (0)