Skip to content

Commit d27b8cf

Browse files
build(itmux): repoint agent_recipe git-dep to merged APSS main (#89 -> caef354)
#89 (recipe-directory standard) merged to APSS main. Move the pin off the pre-merge branch rev (ce786bc, orphaned once that branch is deleted) to the merge commit caef354, which carries the full standard incl. the Copilot fixes. itmux builds + all tests pass against the merged recipe crate. Claude-Session: https://claude.ai/code/session_019TtekhJft4s2qBGRGgxToG
1 parent d193f1a commit d27b8cf

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

providers/workspaces/interactive-tmux/driver-rs/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

providers/workspaces/interactive-tmux/driver-rs/Cargo.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ name = "itmux"
1616
path = "src/lib.rs"
1717

1818
[dependencies]
19-
# Recipe-directory schema/loader (EXP-0005). Pinned to the tip of APSS PR #89
20-
# (branch feat/recipe-directory-standard), which carries the
21-
# `fix(workspace): exclude template skeletons` commit. That exclude makes
22-
# cargo's git-source workspace RESOLUTION SUCCEED. Note: cargo still PRINTS
23-
# non-fatal `invalid character '{' in package name: '{{slug}}'` diagnostics
24-
# for the excluded template Cargo.tomls while scanning the workspace - they
25-
# are printed-but-non-fatal (the build and tests succeed). Repoint this to an
26-
# APSS `main` rev once #89 merges.
27-
agent_recipe = { git = "https://github.com/AgentParadise/agent-paradise-standards-system", rev = "ce786bc6b43311c8bb650a4a96652bbfa831d2e4", package = "apss-v1-0005-agent-recipe" }
19+
# Recipe-directory schema/loader (EXP-0005). Pinned to APSS `main` at the #89
20+
# merge commit (caef354), which carries the full recipe-directory standard
21+
# incl. the Copilot-review fixes. Cargo still PRINTS non-fatal
22+
# `invalid character '{' in package name: '{{slug}}'` diagnostics for the
23+
# excluded template Cargo.tomls while scanning the git-source workspace - they
24+
# are printed-but-non-fatal (the build and tests succeed).
25+
agent_recipe = { git = "https://github.com/AgentParadise/agent-paradise-standards-system", rev = "caef354dd3782ae4f485c5ef875d7ceb647f0f97", package = "apss-v1-0005-agent-recipe" }
2826
clap = { version = "4", features = ["derive"] }
2927
regex = "1"
3028
schemars = "0.8"

0 commit comments

Comments
 (0)