Conversation
Deploying agentv with
|
| Latest commit: |
d96c88d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d889a161.agentv.pages.dev |
| Branch Preview URL: | https://feat-1354.agentv.pages.dev |
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.
Summary
Closes #1354.
$AGENTV_HOME/config.yamlproject entries to the new GitHub owner/name schema:repository,ref,results.repository,results.local_path, andresults.sync.auto_pushsourceand projectresults.mode/repo/path/auto_pushfields, with validation errors that point to the new fieldshttps://github.com/<owner>/<name>.gitTesting
bun test packages/core/test/projects.test.ts packages/core/test/project-sync.test.ts packages/core/test/evaluation/validation/config-validator.test.tsbun test apps/cli/test/commands/results/serve.test.tsbun run buildbun run lintbun run typecheckbun run testRed / Green UAT Evidence
results.mode,results.repo,results.path, andresults.auto_push; project sync tests expectedsource.url/source.ref.validateConfigFilenow rejects each removed project legacy field with migration guidance, and the new project schema round-trips through registry load/save whilesyncProjectresolvesEntityProcess/agentvtohttps://github.com/EntityProcess/agentv.git.Review Notes
ce-code-reviewrunner/subagent executable is installed in this harness. No actionable findings found.bd wherereported no active beads workspace / noBEADS_DIR), so tracker comments could not be recorded.Post-Deploy Monitoring & Validation
source was removed,results.repo was removed,results.path was removed,results.auto_push was removed,no repository defined,no ref defined.https://github.com/<owner>/<name>.git; remote result status remainsconfigured: truefor projects withresults.repository.configured: false, or git clone failures from malformed GitHub URLs.$AGENTV_HOME/config.yamlentries using the docs before/after mapping; rollback by reverting this PR if new-schema configs fail unexpectedly.