feat(web): add authenticated goal creation BFF - #214
Draft
seonghobae wants to merge 15 commits into
Draft
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Sep 2, 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.
Advances #209 with one bounded first-party authenticated Goal browser boundary. The web BFF authenticates through Identity, derives workspace authority server-side, signs the exact Planning method/path, forwards no browser credential to Planning, validates returned ownership/schema evidence, rejects duplicate/oversized collections, and exposes only browser-safe Goal evidence.
The feature history is test-first and retains the bounded media-type/duplicate-identity regressions. Protected
mainlater advanced from the recorded branch-pointf8559bf31dc098bdd58473747805a229bf860cc7to232a53fce43291ce19414c56e0ab5e46e653eaf7through two commits whose resulting tree is identical to that branch point. Rather than force-rebase or transfer predecessor evidence, the branch was non-force advanced with merge commit6dbd0ae72ffc952eca18d798d01c99c88d952275, whose parents are the prior exact feature head82f39cff2aa5a1f105ad13588dc7f7e2920a1f04and current protected main232a53fce43291ce19414c56e0ab5e46e653eaf7; the feature tree remains unchanged.Fresh exact-head CI, Security Scan, SAST Semgrep, AppGuardrail, and Commercial Readiness runs were dispatched for
6dbd0ae72ffc952eca18d798d01c99c88d952275and are queued. No predecessor run is treated as passing evidence. The prior Security Scan failure was isolated to the central dependency-review support boundary while Scorecard/OSV/Trivy succeeded, but the new exact head must reacquire that evidence independently.Keep Draft until the unchanged exact head has terminal required repository/security/commercial evidence, current review/thread requirements are satisfied, and live-base compatibility remains true. This slice does not add the Goals workspace UI and does not close #209.