-
Notifications
You must be signed in to change notification settings - Fork 1
Echo contract hosting roadmap #326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 15 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
15b73d4
docs: sequence echo contract hosting backlog
flyingrobots 4915d40
docs: define echo contract hosting doctrine
flyingrobots 06e79a7
docs: align contract backlog with existing echo substrate
flyingrobots 7e9fc84
docs: inventory echo intent registry observation boundary
flyingrobots 70bbcb3
docs: decide registry host boundary
flyingrobots 776f687
test: prove Wesley toy contract bridge missing
flyingrobots 6c391ee
docs: track relocated Wesley schema reconciliation
flyingrobots 8cef2fe
feat: emit Wesley EINT observation helpers
flyingrobots dbb9019
test: compile Wesley toy consumer bridge
flyingrobots 80c1207
fix: canonicalize Wesley generated vars helpers
flyingrobots 340af96
docs: explain application contract hosting
flyingrobots 0c5f580
test: extract Wesley toy counter fixture
flyingrobots 51c047d
fix: harden Wesley generated helper output
flyingrobots 4a05c20
docs: render Mermaid diagrams in VitePress
flyingrobots 0879522
docs: define authenticated Wesley intent admission posture
flyingrobots 1baa426
fix: namespace Wesley generated helper types
flyingrobots dced3e7
docs: address contract hosting review feedback
flyingrobots 721e0ef
docs: update changelog for PR feedback
flyingrobots 0e3aa81
test: cover no-std Wesley helper output
flyingrobots 2d6b3ea
docs: clarify generated query helper scope
flyingrobots e45463b
docs: update changelog for follow-up review
flyingrobots c02a906
Merge branch 'main' of github.com:flyingrobots/echo into backlog/echo…
flyingrobots File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
29 changes: 29 additions & 0 deletions
29
crates/echo-wesley-gen/tests/fixtures/toy-counter/README.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| <!-- SPDX-License-Identifier: Apache-2.0 OR LicenseRef-MIND-UCAL-1.0 --> | ||
| <!-- © James Ross Ω FLYING•ROBOTS <https://github.com/flyingrobots> --> | ||
|
|
||
| # Toy Counter Fixture | ||
|
|
||
| This is the smallest shared Echo/Wesley contract-hosting fixture. | ||
|
|
||
| It exists to prove: | ||
|
|
||
| - generated operation ids and registry metadata; | ||
| - typed operation variable generation; | ||
| - canonical operation variable encoding; | ||
| - EINT v1 packing; | ||
| - observation request generation; | ||
| - generated output compilation in a standalone consumer crate; | ||
| - future installed-host contract smoke tests. | ||
|
|
||
| It is not: | ||
|
|
||
| - a `jedit` fixture; | ||
| - a dynamic loading fixture; | ||
| - a GraphQL execution fixture; | ||
| - a host-side registry validation fixture; | ||
| - a text-editing or product-domain fixture. | ||
|
|
||
| Tests should consume `echo-ir-v1.json` through `include_str!(...)`. Do not copy | ||
| the toy counter IR into new tests. If the fixture needs to change, update this | ||
| single source and make the contract boundary change explicit in the test that | ||
| requires it. |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.