Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions ARCHITECTURE.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,6 +13,7 @@
5. [Plugin System](#plugin-system)
6. [Dependency Graph](#dependency-graph)
7. [Design Decisions](#design-decisions)
8. [Additional Resources](#additional-resources)

---

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

---

## Additional Resources

### Architecture Decision Records (ADRs)

Important architectural decisions are documented as ADRs in `docs/adr/`:

- [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

### Component-Specific Documentation

- [Metadata Flow Documentation](docs/METADATA_FLOW.md) - Detailed explanation of how metadata flows from definition to runtime, including configuration examples and troubleshooting

---

## Future Considerations

### Planned Enhancements
Expand Down
Loading
Loading