feat(agent-bff): fork the permission evaluator with a drift gate - #1802
Open
Tonours wants to merge 2 commits into
Open
feat(agent-bff): fork the permission evaluator with a drift gate#1802Tonours wants to merge 2 commits into
Tonours wants to merge 2 commits into
Conversation
2 new issues
|
|
Coverage Impact This PR will not change total coverage. Modified Files with Diff Coverage (2)
馃洘 Help
|
Tonours
force-pushed
the
feature/prd-682-fork-the-forestadmin-client-permission-evaluator-into-the
branch
from
August 5, 2026 10:21
92beb7b to
5a846a5
Compare
4 tasks
Tonours
force-pushed
the
feature/prd-682-fork-the-forestadmin-client-permission-evaluator-into-the
branch
2 times, most recently
from
August 6, 2026 13:59
29c3bb4 to
dd27c33
Compare
Tonours
force-pushed
the
feature/prd-682-fork-the-forestadmin-client-permission-evaluator-into-the
branch
from
August 6, 2026 15:25
dd27c33 to
acd8894
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.

fixes PRD-682
Problem
The BFF needs its own permission evaluator for PRD-683, but the evaluator in
forestadmin-clientis private. A local fork is required, with a guard against semantic drift.Fix
agent-bff.forestadmin-clienttransformations and verdicts.SelfApproveand malformed permission descriptors.Scope and safety
packages/agent-bff.forestadmin-client.How to test
yarn workspace @forestadmin/forestadmin-client build yarn workspace @forestadmin/agent-bff testVerified: 737 tests passing across 56 suites, including a deliberate
SelfApprovedrift mutation that fails the gate.Definition of Done
General
Security