Skip to content

docs(lark-task): clarify list task search routing#846

Draft
BytedanceSearch wants to merge 1 commit into
mainfrom
eval-search-task-routing-docs-a970
Draft

docs(lark-task): clarify list task search routing#846
BytedanceSearch wants to merge 1 commit into
mainfrom
eval-search-task-routing-docs-a970

Conversation

@BytedanceSearch
Copy link
Copy Markdown
Collaborator

@BytedanceSearch BytedanceSearch commented May 12, 2026

Summary

  • Clarify when task list-style requests should use task +get-my-tasks or task +get-related-tasks instead of keyword search.
  • Document that task +get-my-tasks has an implicit assignee/负责人 filter for the current login user.
  • Clarify that another person's assignee list should resolve that person to open_id and use task +search --assignee.
  • Keep this PR scoped to skills/lark-task/** only.

Eval Signal

Runs:

  • tests/eval-search/runs/2026-05-12T06-14Z-multientity-sandbox-a970
  • tests/eval-search/runs/2026-05-13Tfull-critical-info-sandbox

Observed:

  • Task cases 002/003 need list-style task handling and field-based validation instead of relying on search ranking alone.
  • Task summaries should validate owner/assignee/follower, completion state, due time, and task GUID before computing priority or completion-rate summaries.

Validation

  • git diff --check
  • PR diff is scoped to skills/lark-task/**.

Docs-only change; no unit tests were run.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions github-actions Bot added domain/im PR touches the im domain domain/task PR touches the task domain domain/vc PR touches the vc domain size/L Large or sensitive change across domains or core paths labels May 12, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 12, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f82c99e4-bb2d-4e25-93e2-b621bf0533ff

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch eval-search-task-routing-docs-a970

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.90%. Comparing base (b0c9a4d) to head (69bfa02).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #846   +/-   ##
=======================================
  Coverage   65.90%   65.90%           
=======================================
  Files         518      518           
  Lines       48830    48830           
=======================================
  Hits        32181    32181           
  Misses      13882    13882           
  Partials     2767     2767           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread skills/lark-drive/references/lark-drive-search.md Outdated
Use:

- `task +get-related-tasks` for "我关注的", "我创建的", or "与我相关的" task lists, then apply completion / due-time filtering as needed.
- `task +get-my-tasks` for "分配给我的" or "我负责的" task lists, with `--complete`, `--due-start`, and `--due-end` filters.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为什么 分配给我的 对应附带 --complete(对应 完成状态)和 --due(对应 截止时间),用 负责人 也许更合适?

@BytedanceSearch BytedanceSearch force-pushed the eval-search-task-routing-docs-a970 branch from 31c99f2 to 49a38f0 Compare May 13, 2026 07:44
Change-Id: I5973d9798382cb6525339eb7c4d863e52f326ba0
@BytedanceSearch BytedanceSearch force-pushed the eval-search-task-routing-docs-a970 branch from 49a38f0 to 69bfa02 Compare May 13, 2026 09:11
@github-actions github-actions Bot added size/M Single-domain feat or fix with limited business impact and removed domain/im PR touches the im domain domain/vc PR touches the vc domain size/L Large or sensitive change across domains or core paths labels May 13, 2026
@BytedanceSearch BytedanceSearch changed the title docs(search): clarify list-style query routing docs(lark-task): clarify list task search routing May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain/task PR touches the task domain size/M Single-domain feat or fix with limited business impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants