Skip to content

docs(contest): add Cursor backfill support to Q9 and Q11 - #647

Open
yanxingyu17 wants to merge 1 commit into
open-vela:dev-ai-contest-2026from
yanxingyu17:docs-cursor-backfill
Open

docs(contest): add Cursor backfill support to Q9 and Q11#647
yanxingyu17 wants to merge 1 commit into
open-vela:dev-ai-contest-2026from
yanxingyu17:docs-cursor-backfill

Conversation

@yanxingyu17

Copy link
Copy Markdown
Collaborator

Context

Follow-up to .claude PR #44 which added Cursor IDE support to the contest log collector (backfill-only, via --source cursor).

Change

Q9 (supported tools) — split into 'real-time hook' and 'backfill only' groups. Adds Cursor with limitations:

  • Backfill-only (no real-time hook available for Cursor)
  • Current Composer format only (2025+); legacy formats not supported
  • SHA256 + mtime integrity fingerprint written to manifest for audit
  • Recommends daily --backfill --source cursor for Cursor users
  • Recommends combining Cursor with a hook-based tool for full coverage

Q11 (backfill history) — extends the command list with per-source options:

--source claude     # Claude Code
--source opencode   # OpenCode SQLite
--source mimocode   # MiMo Code SQLite
--source cursor     # Cursor state.vscdb

Verification

  • grep for 'Cursor' shows all references are consistent between Q9 supported list and Q11 backfill flags
  • Markdown syntax unchanged; only content additions

Signed-off-by: v-yanxingyu v-yanxingyu@xiaomi.com

Reflects .claude PR open-vela#44 which added Cursor as a backfill-only source.

- Q9: adds Cursor to supported list with 'backfill only' distinction
  from real-time hook tools; documents SHA256/mtime integrity field;
  recommends daily backfill for Cursor users
- Q11: extends the backfill command list with per-source options
  (--source claude/opencode/mimocode/cursor)

Signed-off-by: v-yanxingyu <v-yanxingyu@xiaomi.com>
@yanxingyu17
yanxingyu17 requested review from a team as code owners August 24, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant