Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
15b73d4
docs: sequence echo contract hosting backlog
flyingrobots May 4, 2026
4915d40
docs: define echo contract hosting doctrine
flyingrobots May 4, 2026
06e79a7
docs: align contract backlog with existing echo substrate
flyingrobots May 4, 2026
7e9fc84
docs: inventory echo intent registry observation boundary
flyingrobots May 4, 2026
70bbcb3
docs: decide registry host boundary
flyingrobots May 4, 2026
776f687
test: prove Wesley toy contract bridge missing
flyingrobots May 4, 2026
6c391ee
docs: track relocated Wesley schema reconciliation
flyingrobots May 4, 2026
8cef2fe
feat: emit Wesley EINT observation helpers
flyingrobots May 4, 2026
dbb9019
test: compile Wesley toy consumer bridge
flyingrobots May 4, 2026
80c1207
fix: canonicalize Wesley generated vars helpers
flyingrobots May 4, 2026
340af96
docs: explain application contract hosting
flyingrobots May 4, 2026
0c5f580
test: extract Wesley toy counter fixture
flyingrobots May 4, 2026
51c047d
fix: harden Wesley generated helper output
flyingrobots May 4, 2026
4a05c20
docs: render Mermaid diagrams in VitePress
flyingrobots May 4, 2026
0879522
docs: define authenticated Wesley intent admission posture
flyingrobots May 4, 2026
1baa426
fix: namespace Wesley generated helper types
flyingrobots May 4, 2026
dced3e7
docs: address contract hosting review feedback
flyingrobots May 4, 2026
721e0ef
docs: update changelog for PR feedback
flyingrobots May 4, 2026
0e3aa81
test: cover no-std Wesley helper output
flyingrobots May 4, 2026
2d6b3ea
docs: clarify generated query helper scope
flyingrobots May 4, 2026
e45463b
docs: update changelog for follow-up review
flyingrobots May 4, 2026
c02a906
Merge branch 'main' of github.com:flyingrobots/echo into backlog/echo…
flyingrobots May 4, 2026
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@

### Changed

### Fixed (PR #326 follow-up)

- Fixed Wesley-generated helper output so helper-only vars and intent error
types live in a generated namespace instead of colliding with user contract
types, while preserving top-level helper function re-exports, and added
no-std smoke coverage for op-bearing generated helpers.
- Fixed contract-hosting docs to describe synchronous `KernelPort` dispatch
accurately, treat `ObservationRequest` as the read boundary, keep artifact
identity separate from trust posture, hash canonical submitted intent bytes,
and require codec/hash metadata for future Continuum artifact interchange.

### Fixed (PR #313 follow-up)

- The adaptive parallel-policy experiment follow-ups so benchmark/report rows
Expand Down
Loading
Loading