docs(contest): update AI Coding log guide for workspace-gated auto-export#602
Merged
tanghao-xiaomi merged 1 commit intoJun 18, 2026
Conversation
…port The collector behavior has changed (see open-vela/.claude PR open-vela#27): * Privacy gate is now workspace-based: the collector only activates inside an openvela workspace (detected by .repo/ directory), and does not collect anything outside it (not even to staging). * Sessions inside the workspace auto-export into the contest repo's logs/ at session end; the manual contest-snapshot --confirm is no longer required for the normal path. * The tool only writes files; it never git commits or pushes. This commit updates the contestant-facing guide to match: * Opening paragraph and flow overview: describe the new model. * Key terms: add "workspace gate" concept; reframe staging/export. * Section II: sessions now auto-write to repo logs/ (not just staging). * Section III: auto-export is the primary path; manual tool is optional. * Section IV (privacy): the boundary is the workspace gate, not manual confirm. Personal projects outside the workspace are never collected. * FAQ Q1-Q4, Q7: answers updated to reflect workspace-gated model. * Appendix: logs/ directory now appears automatically after first in-workspace AI session, not only after manual --confirm. Signed-off-by: v-yanxingyu <v-yanxingyu@xiaomi.com>
tanghao-xiaomi
approved these changes
Jun 18, 2026
0739e4a
into
open-vela:dev-ai-contest-2026
4 checks passed
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.
What this PR does
Updates the contestant-facing "AI Coding 日志归集与提交手册" to match
the new collector behavior shipped in open-vela/.claude PR #27:
The collector now only activates inside an openvela workspace
(detected by
.repo/directory). Sessions outside the workspace(personal projects, random dirs) are not collected at all.
automatically written into
logs/<github_login>/when they end; nocontest-snapshot --confirmneeded for the normal path.contestant decides when to push.
Sections changed
Verification
commit -sapplied