Commit 65b910d
Bump to 0.7.0 (#109)
* chore: align intent pipeline lifecycle and comments
Signed-off-by: Quanyi Ma <eli@patch.sh>
* docs: add agent and protocol documentation set
Signed-off-by: Quanyi Ma <eli@patch.sh>
* refactor: replace plan fwindow with iframes and update docs
Signed-off-by: Quanyi Ma <eli@patch.sh>
* docs: expand agent object documentation
Signed-off-by: Quanyi Ma <eli@patch.sh>
* feat: add agent event objects
Signed-off-by: Quanyi Ma <eli@patch.sh>
* refactor: address review feedback on object model
- Remove clone-on-copy in intent_event.rs
- Delegate ObjectTrait::object_hash to ObjectHash::from_type_and_data
- Add ObjectType round-trip tests for variant coverage
- Include mismatched intent IDs in Plan error message
- Replace ParentLike trait with direct &[Uuid] parameter
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Quanyi Ma <eli@patch.sh>
* Document and refine intent workflow model
Signed-off-by: Quanyi Ma <eli@patch.sh>
* ci: add crates.io publish workflow on tag push
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Quanyi Ma <eli@patch.sh>
* ci: add least-privilege permissions to publish workflow
Signed-off-by: Quanyi Ma <eli@patch.sh>
---------
Signed-off-by: Quanyi Ma <eli@patch.sh>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 258677f commit 65b910d
29 files changed
Lines changed: 3315 additions & 3996 deletions
File tree
- .github/workflows
- docs
- src
- internal/object
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments