docs: overhaul drasi-context.yaml (v0.7.0) with current architecture …#246
Merged
Conversation
…and change-driven framework Rewrite and substantially expand the authoritative AI-agent context file so it accurately reflects the current Drasi codebase, products, and positioning. Architecture & catalog (v0.6.0): - Correct product versions (drasi-lib 0.8.6, drasi-core 0.5.4, Drasi Server 0.1.6, Drasi for Kubernetes 0.10.0) and document the per-component independent versioning model. - Add a component_model section: plugin architecture (Source/Reaction/Bootstrap), static builtin vs dynamic cdylib loading, drasi-plugin-sdk/drasi-host-sdk, FFI vtables, panic-safety, version validation, and OCI distribution. - Expand and verify the source/reaction/bootstrapper catalogs against descriptor code (lowercase lib/server kinds vs PascalCase Kubernetes kinds; documented vs available tiers); add SQL Server/Oracle/SQLite/Kafka/neo4j sources, MCP/dashboard/rabbitmq/storedproc/loki reactions, and infrastructure components (state/index/wal/secret/identity). - Add drasi_lib embedding API and Drasi Server plugin/OCI management (cosign, plugins.lock). - Fixes: GQL is ISO/IEC 39075:2024; drasi.* temporal functions; SignalR clients @drasi/signalr-react|vue; unified HTTP reaction with optional adaptive batching. Change-driven paradigm (v0.7.0): - Add change_driven_paradigm section distilled from the "Designing and Building Change-Driven Solutions" series: definition, four defining properties, the complementary relationship to event-driven, six recognition diagnostics, four design questions, the three solution tiers, the ownership seam, the hand-assembled-pipeline contrast, canonical examples, and authoring guidance. - Correct drasi.trueLater semantics (a deadline derived from source data with a single re-evaluation, not a free-running wall clock) and add the absence-of-change pattern. - Note event-driven as a complementary paradigm; add five FAQ entries. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR rewrites and expands docs/static/drasi-context.yaml, the authoritative high-density context file consumed by AI agents, to reflect Drasi’s current positioning (change-driven), architecture (plugin model), and component catalog, and to add a formal “change-driven paradigm” framework.
Changes:
- Updates project/product positioning and versioning model, including independent component versioning and per-product conventions.
- Adds a comprehensive
change_driven_paradigmsection (recognition + design framework, tiers, examples, guidance, FAQ). - Expands/normalizes architecture and catalog sections (plugin/FFI model, sources/reactions/bootstrappers/infra components, config conventions).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # blog posts, or answers about Drasi. | ||
| # Version: 0.5.1 | ||
| # Updated: 2026-05-31 | ||
| # Purpose: A high density, single source of truth for AI agents generating code, docs, |
Comment on lines
+422
to
+426
| kind: dataverse / Dataverse | ||
| products: [drasi-lib, Drasi Server, Drasi for Kubernetes] | ||
| crate: drasi-source-dataverse | ||
| description: "Poll Microsoft Dataverse OData change tracking." | ||
| properties_lib: [environment_url, tenant_id, client_id, client_secret, entities, entity_columns, min_interval_ms, max_interval_seconds] |
ruokun-niu
approved these changes
Jun 17, 2026
danielgerlag
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…and change-driven framework
Rewrite and substantially expand the authoritative AI-agent context file so it accurately reflects the current Drasi codebase, products, and positioning.
Architecture & catalog (v0.6.0):
Change-driven paradigm (v0.7.0):