[codex] Add Huly agent review panel#10917
Closed
ndaxio wants to merge 1 commit into
Closed
Conversation
|
Connected to Huly®: UBERF-16521 |
e833ec6 to
0a54665
Compare
Signed-off-by: ndaxio <bilal.hammoud@ndax.io>
0a54665 to
e6c1c29
Compare
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
Adds a Huly document sidebar panel for NDAX agent review packets. The panel appears only for NDAX agent document IDs, loads review packet/context data, shows readiness/publishing/claims/next-step context, and lets reviewers approve or request revisions on the linked Huly gate issue.
Update after PR #155
Rebased onto current
origin/developand removed unrelated local dev config churn from the original branch. The adapter transport was updated for the merged PR #155 hardening: the panel now calls same-origin/ndax-agent-review, and webpack proxies that path tohttp://127.0.0.1:8787withchangeOriginso the sidecar Host/CORS allowlist accepts it.Validation
PATH=/opt/homebrew/opt/node@22/bin:$PATH node ../../common/scripts/install-run-rushx.js buildfromplugins/document-resourcespassed (Nothing to compile to UI).svelte-check --workspace . --no-tsconfig --threshold errorfromplugins/document-resourcespassed with 0 errors.rushx _phase:svelte-checkis blocked by existing unrelatedcontact-resourcesEmployee.timezone errors.Notes
The lockfile delta is intentionally limited to the four new
document-resourcesworkspace dependencies used by the panel.