docs: design Go management backend - #481
Open
FenjuFu wants to merge 3 commits into
Open
Conversation
Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
jeff-r2026
self-requested a review
September 10, 2026 07:28
Collaborator
|
Thanks for the detailed design and the bilingual write-up. This is a large change of scope (Git-free onboarding, multi-project, identity, versioned sync, reviewed publication, and recovery/idempotency), so we need a careful review and that will take more time than a typical docs PR. |
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
The current HTTP local agent does not cover the complete resource editing, review, publication and team-data lifecycle available through Git. Add the two design documents requested by #341 for a Go management backend, covering Git-free onboarding, multiple projects, enterprise identity, versioned synchronization and reviewed publication.
This is the issue's design-only first phase. It adds no backend service, Web console, CLI behavior change or usage-guide update.
Type of Change
Test Plan
c130ab2d8d8a95ee6e74b4f7d4dc1c16a14e4428, including all four Node 20/22 Ubuntu/macOS matrices and Build with OpenCode recall E2E. Tencent CodeCC also passed.git diff --checkpassed.The validation commit
28e85c3f080332c2abe840bddb4998342c8dcfddderives from PR headc130ab2d8d8a95ee6e74b4f7d4dc1c16a14e4428. Only the existing CI push branch filter differs; source, tests, jobs and permissions are unchanged.The separate GitHub-provider full-surface E2E job was skipped in both the fork and upstream runs; it is not included in the passing E2E coverage above. The fork has no configured fixture repository variable.
Related Issues
Refs #341
Notes for Reviewers
The design separates role/project resource selection from authorization and the current ClawPro protocol from the proposed API. It defines exact-digest review, conditional/idempotent writes, atomic cross-project publication, ownership-safe cleanup, revocation/offline bounds and staged acceptance.
Downloaded and applied revisions are distinct. A durable per-target journal and visible PARTIAL state cover interrupted application. Client-generated operation IDs support reconciliation beyond response-cache expiry; telemetry has a separate deduplication retention contract. The bilingual examples and acceptance criteria include these rules.
Storage, policy and operational limits remain proposed decisions for maintainer review. The documented API and backend acceptance scenarios are design requirements, not implemented backend tests.