feat: [ENG-2136] add section 11 for query and curate history#445
feat: [ENG-2136] add section 11 for query and curate history#445bao-byterover merged 3 commits intomainfrom
Conversation
Moves curate history content from section 3 into a dedicated section 11 (Query and Curate History) alongside query-log history. Adds standard Overview, Use/Do-NOT-use blocks to match the rest of SKILL.md's format.
|
Claude finished @DatPham-6996's task in 57s —— View job PR Review: feat/ENG-2136 — Add section 11 for query and curate history
SummaryScore: 4/5 — Clean, well-structured documentation improvement with one copy-paste error. What the PR does:
Issues Found
|
| brv curate view --help | ||
| ``` | ||
|
|
||
| **View query history:** to check past curations |
There was a problem hiding this comment.
issue: Copy-paste error — the description says "to check past curations" but this is the query history section, not curate. Should match the analogous label used for curate history.
| **View query history:** to check past curations | |
| **View query history:** to check past queries |
|
Claude finished @DatPham-6996's task in 1m 12s —— View job PR Review: feat/ENG-2136 — Add section 11 for query and curate history
SummaryScore: 5/5 — All issues from the previous review have been resolved. The new commit also adds a well-structured What changed since last reviewPrevious issue fixed:
New content added (commit Bonus fix included (not called out in previous review)The old section 3 had a subtly broken command: brv curate view detail # ← missing --Section 11 correctly uses: brv curate view --detail # ✅ matches Flags.boolean in view.tsPositives
This PR is ready to merge. |
|
Claude finished @DatPham-6996's task in 1m 17s —— View job PR Review: feat/ENG-2136 — Add section 11 for query and curate history
SummaryScore: 5/5 — All prior review issues resolved; content verified accurate against implementation. VerificationAll flags and examples in section 11 were checked against their CLI implementations:
Tier descriptions (
Positives
This PR is ready to merge. |
Moves curate history content from section 3 into a dedicated section 11 (Query and Curate History) alongside query-log history. Adds standard Overview, Use/Do-NOT-use blocks to match the rest of SKILL.md's format.
Summary
brv curate viewandbrv query-log viewcommand references. Removed the curate history block from section 3.Type of change
Scope (select all touched areas)
Linked issues
Root cause (bug fixes only, otherwise write
N/A)N/A
Test plan
User-visible changes
Agents using the
byteroverskill will now find history inspection commands under a dedicated section 11 instead of embedded in section 3.Evidence
Checklist
npm test)npm run lint)npm run typecheck)npm run build)mainRisks and mitigations
None — documentation-only change with no runtime impact.