feat(web): add authenticated Habit BFF - #225
Draft
seonghobae wants to merge 4 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 |
seonghobae
changed the base branch from
feat/web-task-bff-v1
to
feat/web-task-bff-v2
September 2, 2026 13:51
Open
14 tasks
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 as a dependency-ordered child of the canonical Task BFF successor #238 (
feat/web-task-bff-v2@2d14b19d349348bc84e12165bdfc079a6848c7cd). The previous base #224 was fully transferred to #238 without changing the Task-BFF tree; this PR was retargeted non-destructively and its exact head remains3246929a9fef8362e28352ffa825f33be7e2b129. No predecessor check/review evidence transfers across the base-state change.This bounded slice adds first-party authenticated Habit create/list browser boundaries. The web boundary derives workspace authority from Identity, signs the existing Habit
life-os.workspace.v1context with the Habit-owned gateway secret, forwards no browser credential to Habit service, validates returned tenant/schema/recurrence evidence, rejects authority-bearing browser input, and exposes only browser-safe Habit records.Test-first RED starts at
4326062de6643ce0578a9068329c16431851b85a, which deliberately wireshabit-client.test.tsinto the web test command before the production module exists.Keep Draft until #238 and its prerequisites integrate/restack through normal policy and the unchanged exact head satisfies focused/full repository CI, central security/review workflows, review-thread resolution and live-base compatibility. This slice adds no Habit workspace UI and does not close #209.