docs: add OAuth/route lifecycle design notes, add AGENTS.md - #78
Open
timcharper wants to merge 1 commit into
Open
docs: add OAuth/route lifecycle design notes, add AGENTS.md#78timcharper wants to merge 1 commit into
timcharper wants to merge 1 commit into
Conversation
Documents current mount-at-startup-only behavior, the resulting restart-to-reauthorize gap, and the target design for closing it (always mount, fail fast locally with no credential, single-flight connect, disk as sole source of truth) as a stack of small incremental changes rather than one large rewrite. Also adds AGENTS.md (none existed) indexing the docs and pointing at build/format/test commands. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
Author
|
@tbxark would love your thoughts on this direction; basically, I want to remove the need to restart the server when I run |
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.
Adds
docs/OAUTH_LIFECYCLE.md: a design doc covering how OAuth-authorized routes behave today (the known 404-until-restart failure mode after running-authorize), and a target design for closing it without introducing new failure modes. Also adds a repoAGENTS.mdpointing at it and the other docs.This is the first commit of a larger proposed series - see the draft #77 for the full 4-commit stack (extract connect/mount, always-mount + fail-fast 503, lazy connect-on-request with no restart needed) that implements the design described here. Submitting this piece on its own, non-draft, since it's a complete, independently useful change (a reference doc) and is meant to establish direction for the rest of the series before those follow-on commits are split into their own PRs.
🤖 Generated with Claude Code