Revert "fix: Foundry E2E quick-wins (#118)"#119
Merged
Conversation
This reverts merge commit 72b457e (PR #118). PR #108 (AgentOps 1.0 revamp) supersedes most of these fixes: - bundle templates that #118 modified are deleted under 1.0 - the `config validate` command #118 implemented is removed in 1.0 - the conversational/agent-workflow tutorial sections that #118 edited are rewritten end-to-end in #108 Only the agent_id versioning docs (issue #111) survive intact under the new schema. Re-opening #115/#116/#117 against the 1.0 schema is the right path; landing #118 first creates merge churn for #108 and leaves stale docs in tree. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Apr 29, 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.
Reverts #118.
Why
PR #108 (AgentOps 1.0 revamp,
feature/revamp-1.0→main) supersedes most of #118 by deleting the systems #118 patched:templates/bundles/*.yamltemplates/bundles/directoryagentops config validate -c <path>configsub-command entirely; newagentops eval run -c <path>already takes a config pathtutorial-conversational-agent.mdandtutorial-agent-workflow.mdend-to-endOnly the #111 agent_id versioning docs survive intact under the new schema. Rather than land partial fixes that mostly become merge churn for #108, we revert and re-scope.
Plan after this lands
agentops.yaml) schema — the defects still apply, just to different files.Validation
python3 -m pytest tests/ -x -q→ 282 passed (baseline restored).Branches retained
fix/foundry-eval-quick-winsis not deleted so we can cherry-pick the surviving Document agent_id resolution when version is omitted #111 hunks once 1.0 lands.