feishu-cli-work

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

飞书工作管理

Feishu Work Management

加载工作流后,将其中
references/
scripts/
templates/
examples/
相对路径按该
workflow.md
所在目录解析;执行脚本时使用解析后的实际路径,不要依赖当前 shell 目录。
After loading the workflow, resolve the relative paths of
references/
,
scripts/
,
templates/
, and
examples/
according to the directory where this
workflow.md
is located; use the resolved actual path when executing scripts, and do not rely on the current shell directory.

路由

Routing

意图读取文件
日历 CRUD、agenda、忙闲、智能时段、会议室、RSVP
references/workflows/calendar/workflow.md
任务、子任务、成员、提醒、评论、附件、任务清单
references/workflows/task/workflow.md
审批定义、实例、任务、抄送和审批动作
references/workflows/approval/workflow.md
打卡任务和考勤统计
references/workflows/attendance/workflow.md
OKR 周期、进展记录、创建 O/KR 与量化指标(api 透传)
references/workflows/okr/workflow.md
IntentFile to Read
Calendar CRUD, agenda, freebusy, smart time slots, meeting rooms, RSVP
references/workflows/calendar/workflow.md
Tasks, subtasks, members, reminders, comments, attachments, task checklists
references/workflows/task/workflow.md
Approval definitions, instances, tasks, cc and approval actions
references/workflows/approval/workflow.md
Clock-in tasks and attendance statistics
references/workflows/attendance/workflow.md
OKR cycles, progress records, creating O/KR and quantitative indicators (API pass-through)
references/workflows/okr/workflow.md

执行规则

Execution Rules

  1. 创建、修改、删除、审批通过/拒绝等操作会影响他人,执行前展示目标和关键参数。
  2. task my
    task search
    、审批任务动作与查询(
    approval task query
    /
    approval instance get
    )和
    calendar rsvp
    必须使用 User Token;其他命令按各工作流说明选择身份。
  3. 时间统一使用带时区的 RFC3339;不要把全天事件和具体时段混用。
  4. 任务清单添加/移除任务使用
    task-add
    /
    task-remove
    ,不存在
    add-task
    /
    remove-task
  1. Operations such as creation, modification, deletion, approval/rejection will affect others; display the target and key parameters before execution.
  2. task my
    ,
    task search
    , approval task actions and queries (
    approval task query
    /
    approval instance get
    ), and
    calendar rsvp
    must use User Token; select the identity for other commands according to the instructions of each workflow.
  3. Use RFC3339 with time zone uniformly; do not mix all-day events with specific time slots.
  4. Use
    task-add
    /
    task-remove
    to add/remove tasks from task checklists;
    add-task
    /
    remove-task
    do not exist.