Documentation Reference · 06

MCP Server, CLI & API Reference

Connect any MCP-compatible agent — or use the CLI directly from your terminal. One platform, two interfaces, 60+ tools across every domain in the workspace.

เริ่มต้นใช้งานด่วน

hosted MCP ใช้ OAuth ผ่าน Streamable HTTP เริ่มต้นใช้งานด้วย URL ของ Siftable โดยไม่จำเป็นต้องคัดลอกและวางโทเค็น

1. เพิ่ม URL ของ hosted MCP

เพิ่ม https://siftable.io/api/v1/mcp เป็นเซิร์ฟเวอร์หรือตัวเชื่อมต่อ MCP ระยะไกล และห้ามใช้เอ็นด์พอยต์ /sse ที่เลิกใช้งานแล้ว

2. ดำเนินการ OAuth ให้เสร็จสิ้น

เลือก Connect, Authenticate หรือ Login ในไคลเอนต์ของคุณ และอนุมัติการเข้าถึงบนหน้าจอความยินยอมของ Siftable ทั้งนี้ ห้ามใส่ส่วนหัว Authorization ในการกำหนดค่านี้

claude_code_config.json
{
  "mcpServers": {
    "siftable": {
      "type": "http",
      "url": "https://siftable.io/api/v1/mcp"
    }
  }
}

3. ตรวจสอบการเชื่อมต่อ

เรียกใช้งาน context_current จากนั้นแสดงรายการโปรเจกต์หรือรายการงาน และใช้ find_capability เมื่อคุณต้องการดำเนินการอื่น

Example agent interaction
# Agent calls:
project_list()
task_list(status: "in_progress")
calendar_list_events(startDate: "2026-02-17", endDate: "2026-02-23")

# Agent now has your full operational context.

CLI Installation

Siftable CLI มอบความสามารถในการควบคุมผ่านเทอร์มินัลได้อย่างเต็มที่พร้อมด้วยโคพายลอตแบบโต้ตอบ โดยจะใช้ข้อมูลชุดเดียวกับ MCP แบบโฮสต์ พร้อมการยืนยันตัวตนเฉพาะสำหรับ CLI และความสามารถในการทำงานแบบโลคัล ตัวไบนารีจะติดตั้งในชื่อ sift (พร้อมนามแฝงเพื่อความเข้ากันได้อย่าง siftable และ exf)

1. Install

Terminal
npm install  -g @siftable/cli     # npm
bun  install -g @siftable/cli     # bun
pnpm add     -g @siftable/cli     # pnpm

# or run without installing
npx @siftable/cli <command>

2. Authenticate

The CLI uses device flow authentication — it opens your browser, you approve, and a token is stored locally.

Terminal
$ sift auth login

  Your verification code: ZFMV-SBGJ

  Opening browser...
  If the browser didn't open, visit: https://siftable.io/app/device?code=ZFMV-SBGJ

  Waiting for authorization...
  Logged in successfully!

3. Run your first command

Terminal
$ sift projects list

 NAME                STATUS    TASKS
 Siftable            active    12
 Marketing Site      active    4
 Mobile App          planning  0

$ sift projects context <id>

# Full project context: tasks, signals, notes, members.

Every CLI command supports --json for machine-readable output. Pipe it into jq, feed it to scripts, or let agents parse it directly.

การยืนยันตัวตน

ใช้ OAuth สำหรับ hosted MCP, device flow สำหรับเซสชัน CLI แบบโต้ตอบ และ Personal Access Tokens สำหรับระบบอัตโนมัติแบบไม่โต้ตอบ หรือไคลเอนต์ MCP แบบโลคัล

โฟลว์อุปกรณ์ (CLI)

รัน sift auth login CLI จะเปิดเบราว์เซอร์ของคุณ ให้คุณลงชื่อเข้าใช้ด้วย Google และอนุมัติรหัสอุปกรณ์ PAT จะถูกสร้างขึ้นและจัดเก็บไว้ใน ~/.config/siftable/ โดยอัตโนมัติ ไม่ต้องคัดลอกและวางโทเค็น

Personal Access Token (ระบบอัตโนมัติและ MCP แบบโลคัล)

สำหรับการทำงานอัตโนมัติแบบไม่โต้ตอบหรือไคลเอนต์ MCP แบบโลคัล ให้สร้างโทเค็นใน Settings → Integrations → Developer / AI Clients และส่งค่าในส่วนหัว Authorization ทั้งนี้ โทเค็นแบบคงที่ (static token) จะไม่สามารถใช้การยกระดับขอบเขต OAuth ได้

HTTP Header
Authorization: Bearer sift_pat_your_token_here

โทเค็นจะถูกจำกัดขอบเขตตามโดเมนเฉพาะ (เฉพาะงาน, เฉพาะปฏิทิน, การเข้าถึงแบบเต็มรูปแบบ ฯลฯ) สำหรับ CI pipeline ให้ตั้งค่า SIFT_TOKEN เป็นตัวแปรสภาพแวดล้อม

Auth Commands
$ sift auth login
$ sift auth status
$ sift auth logout

ขอบเขตของโทเค็นและการดำเนินการเขียนที่ใช้งานได้จะขึ้นอยู่กับการตั้งค่าพื้นที่ทำงานและแพ็กเกจของคุณ ตรวจสอบ Settings → Integrations → Developer / AI Clients และ Pricing เพื่อดูขีดจำกัดปัจจุบันในบัญชีของคุณ

การเชื่อมต่อ MCP

Siftable hosted MCP ใช้ Streamable HTTP ร่วมกับ OAuth โดยเอ็นด์พอยต์คือ:

MCP Endpoint
https://siftable.io/api/v1/mcp

ใช้ URL นี้กับไคลเอนต์ระยะไกลที่รองรับ OAuth ซึ่งรวมถึง ChatGPT, Codex, Cursor, Claude, Grok และการนำ MCP SDK ที่เข้ากันได้ไปใช้งาน คู่มือการตั้งค่า MCP แบบโฮสต์มีขั้นตอนเฉพาะสำหรับแต่ละไคลเอนต์

งาน

Task Domain 6 tools
MCP ToolCLIAccessDescription
task_list sift tasks list READ List tasks with filters: status (inbox, next_action, in_progress, waiting_for, completed, archived), phase, project, limit.
task_get sift tasks get READ Get a single task with full details: description, due date, priority, project, linked code.
task_create sift tasks create WRITE Create a task. Accepts title, description, priority (do_now, schedule, delegate, someday), project, due date.
task_update sift tasks update WRITE Update task fields: title, description, status, priority, due date, project assignment.
task_complete sift tasks complete WRITE Mark a task as completed.
task_delete sift tasks delete DELETE Permanently delete a task.
CLI Examples
$ sift tasks list --status in_progress

 TITLE                     STATUS        PRIORITY   DUE
 Ship CLI docs             in_progress   do_now     2026-02-27
 Fix device flow auth      in_progress   do_now     -

$ sift tasks create --title "Review PR #312" --priority do_now --json
{"id":"abc-123","title":"Review PR #312","status":"inbox","priority":"do_now"}

ปฏิทิน

Calendar Domain 4 tools
MCP ToolCLIAccessDescription
calendar_list_events sift calendar list READ List events in a date range. Returns title, start/end times, location, description. Supports limit.
calendar_create_event sift calendar create WRITE Create a calendar event. Requires title, startTime, endTime (ISO 8601). Optional: description, location.
calendar_update_event sift calendar update WRITE Update an existing event's title, times, description, or location.
calendar_delete_event sift calendar delete DELETE Remove an event from the calendar.
CLI Examples
$ sift calendar list --start 2026-02-24 --end 2026-02-28

 TITLE                  START              END                LOCATION
 Team standup           Feb 25 09:00       Feb 25 09:30       Zoom
 Product review         Feb 26 14:00       Feb 26 15:00       Conf Room B

$ sift calendar create --title "Ship CLI v0.3" \
    --start 2026-02-27T10:00:00Z --end 2026-02-27T10:30:00Z

โปรเจกต์

Project Domain 5 tools
MCP ToolCLIAccessDescription
project_list sift projects list READ List projects. Filter by status (planning, active, on_hold, blocked, completed). Include archived.
project_get_context sift projects context READ Full project context: tasks, notes, members, signals. The richest single call for understanding a project.
project_create sift projects create WRITE Create a project with name, summary, status, and emoji.
project_update sift projects update WRITE Update project name, summary, status, or emoji.
project_archive sift projects archive WRITE Archive a completed or inactive project.

ความรู้

Knowledge Domain 6 tools
MCP ToolCLIAccessDescription
note_search sift notes search READ Semantic + full-text search across notes. Filter by project.
note_list sift notes list READ List notes. Filter by type (note, concept, meeting, reference, daily, dataset) and project.
note_get sift notes get READ Get full note content by ID.
note_create sift notes create WRITE Create a note with title, markdown content, type, and optional project.
note_update sift notes update WRITE Update note title, content, or type.
note_delete sift notes delete DELETE Delete a note.

Datasets

Dataset Domain 19 commands

Structured datasets support grounded summaries, grouped analysis, ranking, bucketing, time-series work, import/export, schema changes, and record mutations from the same CLI and MCP-backed platform.

CapabilityCLIAccessDescription
Browse and inspect sift datasets list, get, query, summarize READ List datasets, inspect schema, query records, and get row-count and sample summaries.
Grounded analysis sift datasets analyze, aggregate, compare READ Generate natural-language insights, grouped metrics, and side-by-side segment comparisons.
Ranking and bucketing sift datasets rank, bucket READ Sort or score records, then bucket numeric or date fields into ranges with metrics per bucket.
Time series and plots sift datasets timeseries, plot READ Compute lag, pct-change, rolling windows, drawdown, or normalize plotting payloads from derived results.
Import and export sift datasets import, export WRITE Bring CSVs in, append to existing datasets, or export filtered results back to CSV.
Create and materialize sift datasets create, materialize WRITE Create datasets directly or turn a derived result into a new scratch dataset.
Schema and records sift datasets schema, add, update-record, delete-record WRITE Modify field definitions, add rows, update rows, and delete rows with explicit commands.
Derived workflows sift datasets join, compute READ Join dataset slices and compute derived fields before materializing or plotting the result.
CLI Examples
$ sift datasets list
$ sift datasets summarize <dataset-id>
$ sift datasets analyze <dataset-id> --focus-fields BMI,Outcome
$ sift datasets aggregate <dataset-id> --group-by Outcome \
    --metrics '[{"operation":"count","as":"rows"},{"operation":"avg","field":"BMI","as":"avg_bmi"}]'
$ sift datasets compare <dataset-id> --segment-field Outcome \
    --metrics '[{"operation":"avg","field":"Glucose","as":"avg_glucose"}]'
$ sift datasets rank <dataset-id> --sorts '[{"field":"BMI","direction":"desc"}]' --limit 10
$ sift datasets bucket <dataset-id> --field Age --bucket-count 5 \
    --metrics '[{"operation":"count","as":"rows"}]'

คน

People Domain 5 tools
MCP ToolCLIAccessDescription
people_search sift people search READ Search contacts by name. Returns relationship type, company, contact info, interaction history.
sift people list READ List all contacts. CLI-only convenience wrapper.
person_create sift people create WRITE Create a contact with name, relationship, company, and contact details.
person_update sift people update WRITE Update a contact's details, relationship, or company.
person_delete sift people delete DELETE Delete a contact.

Code Memory

Code Memory Domain 4 tools

จัดเก็บและเรียกใช้ข้อมูลที่คัดสรรเกี่ยวกับโค้ดเบสของคุณ ตรวจสอบซอร์สโค้ดในเครื่องได้ด้วย Git, rg หรือเอดิเตอร์ของคุณ Siftable ไม่ได้ให้บริการโฮสต์สำหรับทำดัชนีหรือค้นหาซอร์สโค้ด

MCP ToolCLIAccessDescription
code_memory_store sift code memory store WRITE Store a fact. Categories: architecture, integration, convention, entrypoint, gotcha, ownership. Optional: file path, repository.
code_memory_search sift code memory search READ Semantic search over stored code facts. Filter by category or repository.
code_memory_list sift code memory list READ List all stored code memories. Filter by repository.
code_memory_delete sift code memory delete DELETE Delete a stored code memory by ID.

เอกสาร

Document Domain 1 command
MCP ToolCLIAccessDescription
upload_document sift documents upload WRITE Upload a PDF, Markdown, or text file into Knowledge. Set by file path or inline content. Auto-detects type.

Vault

Vault Domain 5 tools

Encrypted secret storage. Store API keys, credentials, OAuth tokens, SSH keys, and sensitive notes. Values are encrypted at rest and audit-logged on read.

MCP ToolCLIAccessDescription
vault_create sift vault create WRITE Store a new encrypted secret. Types: env_var, credential, oauth_token, ssh_key, certificate, note.
vault_list sift vault list READ List vault entries (metadata only — never decrypted values). Filter by type or category.
vault_search sift vault search READ Search vault entries by name, slug, or description. Returns metadata only.
vault_update sift vault update WRITE Update vault entry metadata: name, tags, category, description.
CLI Examples
$ sift vault create --name "Stripe API Key" --json
# Interactive prompt for sensitive payload values

$ sift vault list

 NAME                TYPE         CATEGORY     CREATED
 Stripe API Key      env_var      payments     2026-02-25
 GitHub PAT          credential   devtools     2026-02-20

$ sift vault materialize run --help
# Approved plaintext goes only to the exact local destination.

$ sift env pull --help
# Pull an approved .sift/environment.yaml bundle.

Workflows

Cross-domain recipes that combine multiple tools. These patterns work identically via MCP or CLI.

Link Code to Tasks

Connect implementation work to the task that motivated it. Agents and teammates can trace why code changed.

MCP
task_create(title: "Implement device flow auth", priority: "do_now")
# ... implement the feature ...
task_link_code(taskId: "abc-123", repositoryId: "repo-456",
  commitSha: "5cf5f22", filePath: "src/services/deviceAuthService.ts",
  notes: "Fixed verification_uri to use /app/device")
task_complete(taskId: "abc-123")
CLI
$ sift tasks create --title "Implement device flow auth" --priority do_now
$ sift code link abc-123 --repo repo-456 \
    --commit 5cf5f22 --file src/services/deviceAuthService.ts
$ sift tasks complete abc-123

Project Onboarding

New to a project? Pull the full context in three commands.

CLI
# 1. Get the big picture
$ sift projects context <id>

# 2. See what's in flight
$ sift tasks list --project <id> --status in_progress

# 3. Check code conventions
$ sift code memory search "architecture and conventions"

End-of-Day Review

Summarize what happened today. Works great as an agent prompt or a manual check.

MCP (agent prompt)
# Agent calls:
calendar_list_events(startDate: "2026-02-26", endDate: "2026-02-26")
task_list(status: "completed", limit: 20)
task_list(status: "in_progress")

# Agent now has: today's meetings, completed tasks, and remaining work.
# It can draft a standup summary, update project status, or flag blockers.
CLI
$ sift calendar list --start 2026-02-26 --end 2026-02-26
$ sift tasks list --status completed --limit 20 --json | jq '.tasks[] | .title'
$ sift tasks list --status in_progress

Store a Debug Discovery

Found a gotcha? Store it so your future self (or your agent) doesn't rediscover it the hard way.

CLI
$ sift code memory store \
    --fact "Device flow verification_uri must use /app/device (SPA path), not /device (marketing homepage)" \
    --category gotcha \
    --file src/services/deviceAuthService.ts

Idempotency

การเขียน (task_create, note_create, calendar_create_event ฯลฯ) รับ parameter idempotencyKey แบบ optional ถ้าคุณส่ง request ซ้ำด้วย key เดิม Siftable จะส่งผลลัพธ์เดิมกลับมาแทนที่จะสร้างซ้ำ

Idempotent task creation
task_create(
  title: "Review PR #247",
  priority: "do_now",
  idempotencyKey: "agent-run-42-task-pr247"
)

# Safe to retry. Same key = same result.

สิทธิ์

Token ถูก scope ตามโดเมน Token สำหรับปฏิทินอย่างเดียวอ่านงานหรือคนไม่ได้ scope token ของคุณให้เข้าถึงน้อยที่สุดเท่าที่ agent ต้องการ

Scope ที่ใช้ได้:

  • tasks:read / tasks:write — Task listing, CRUD, and completion
  • calendar:read / calendar:write — Event listing and creation
  • projects:read / projects:write — Project management and context
  • knowledge:read / knowledge:write — Notes, search, document upload
  • people:read / people:write — Contact search and CRM updates
  • work:read / work:write — Agent work queue items
  • org:read — Workspace org metadata
  • mcp:* — All MCP operations (recommended for IDE and agent use)

การดำเนินการเขียนที่ใช้ได้ขึ้นอยู่กับขอบเขต Token ของคุณและแพ็กเกจเวิร์กสเปซปัจจุบัน ตรวจสอบ Token ที่คุณออกและหน้าราคาปัจจุบันก่อนที่จะพึ่งพาการเขียนในระบบโปรดักชัน

ข้อมูลอ้างอิงคำสั่ง CLI

All 169 commands from @siftable/cli@0.5.29, generated from the oclif manifest so this page cannot drift from sift --help. Every command also accepts the global flags (--json, --token, --api-url, --workspace, --no-input).

ทุกคำสั่งรองรับ global flags ต่อไปนี้: --json (เอาต์พุต JSON แบบดิบ), --token / SIFT_TOKEN, --api-url / SIFT_API_URL (ค่าเริ่มต้นคือ https://siftable.io), --workspace / SIFT_WORKSPACE_ID และ --no-input (ปิดการถามตอบ) สำหรับคำสั่งที่มีการลบข้อมูล จำเป็นต้องใช้ --confirm หรือ -y

ทั่วไป

คำสั่งหลักและการวินิจฉัย

5 คำสั่ง
Shellsift
sift capabilities

แสดงความสามารถและสถานะความพร้อมของ Siftable CLI

Shellsift
sift commands

แสดงหัวข้อคำสั่งและจุดเริ่มต้นเวิร์กโฟลว์สำหรับเอเจนต์

Shellsift
sift doctor

วินิจฉัยการตั้งค่า Siftable CLI ในเครื่องโดยไม่แสดงข้อมูลลับ

Shellsift
sift interactive

เปิดใช้งาน Siftable terminal copilot (sift interactive) — ผู้ช่วย AI ในตัวสำหรับจัดการงาน ปฏิทิน โปรเจกต์ และผู้คน

Flags
--connected-models — List eligible connected models and exit
--connection <value> needs model — Select a Model Connection UUID for a gateway invocation
--max-output-tokens <value> needs prompt — Maximum connected-model output tokens (1-32768)
--model <value> — Select an eligible connected model for a gateway invocation
--prompt <value> needs model — Invoke the selected connected model once and exit
--stream needs prompt — Consume selected connected-model output incrementally
Shellsift
sift mermaid

แสดงไดอะแกรม Mermaid ในเทอร์มินัล (flowchart, sequence, state, class, ER, C4, architecture, mindmap) โดยอ่านจากไฟล์ .mmd หรือ stdin

Arguments
file — Path to a .mmd file (omit to read stdin)
Flags
--ascii — Use ASCII glyphs instead of Unicode box drawing
--color <none|truecolor> default: "truecolor" — Color mode
--height <value> — Fit into an exact N-row pane (pads/clips)
--max-height <value> — Bound the diagram to N rows (no padding)
--max-width <value> — Bound the diagram to N columns (no padding)
--overflow <allow|clip|error> default: "clip" — What to do when the diagram exceeds the bounds
--unicode — Use Unicode box drawing (default)
--width <value> — Fit into an exact N-column pane (pads/clips)

เอเจนท์

นามแฝงเอเจนท์

6 คำสั่ง
Shellsift
sift agents create

สร้างนามแฝงเอเจนท์

Flags
--alias <value> required — Stable alias slug, e.g. codex
--capabilities <value> — Capabilities JSON object
--hidden — Hide from normal user-visible lists
--name <value> — Display name
--operator <value> — Linked daemon/operator ID
--permissions <value> — Default permissions JSON object
--type <value> default: "custom" — Agent type
Shellsift
sift agents disable

ปิดใช้งานนามแฝงเอเจนท์

Arguments
alias required — Agent alias or ID
Shellsift
sift agents get

เรียกดูนามแฝงเอเจนท์

Arguments
alias required — Agent alias or ID
Shellsift
sift agents list

แสดงรายการนามแฝงเอเจนท์

Flags
--include-disabled — Include disabled aliases
Shellsift
sift agents update

อัปเดตนามแฝงเอเจนท์

Arguments
alias required — Agent alias or ID
Flags
--capabilities <value> — Capabilities JSON object
--hidden — Hide from normal user-visible lists
--name <value> — Display name
--operator <value> — Linked daemon/operator ID
--permissions <value> — Default permissions JSON object
--status <active|disabled> — Alias status
--type <value> — Agent type
--visible — Show in normal user-visible lists
Shellsift
sift agents work

แสดงรายการงานที่มอบหมายให้นามแฝงเอเจนท์

Arguments
alias required — Agent alias or ID
Flags
--limit <value> — Maximum results
--status <value> — Work item status

Ai

5 commands
Shellsift
sift ai connect

Show the secure browser flow for adding a non-exportable Model Connection

Flags
--url <value> default: "https://siftable.io/settings/model-connections" — Siftable Model Connections settings URL
Shellsift
sift ai invoke

Invoke an eligible connected model (requires ai:invoke and ai:connections:use)

Flags
--connection <value> required — Model Connection UUID returned by sift ai list
--max-output-tokens <value> — Maximum output tokens (1-32768)
--model <value> required — Eligible model ID returned by sift ai list
--prompt <value> required — Prompt text
--stream — Consume and print incremental connected-model output
Shellsift
sift ai list

List eligible connected models (requires ai:models:read)

Shellsift
sift ai status

Show non-secret Model Connection status (requires ai:connections:use)

Arguments
connection — Optional Model Connection UUID
Shellsift
sift ai usage

Show connected-model usage totals (requires ai:usage:read)

Flags
--from <value> — ISO-8601 period start
--to <value> — ISO-8601 period end

Approvals

2 commands
Shellsift
sift approvals request

Request a governed action approval; this command cannot approve or consume it

Flags
--action <value> required — Governed action identifier
--destination <value> default: "{}" — Destination binding JSON object
--expires-in <value> — Approval lifetime in seconds (30-600)
--operation <value> required — Operation identifier
--purpose <value> required — Human-readable non-secret purpose
--resource-id <value> required — Resource identifier
--resource-type <value> required — Resource type identifier
Shellsift
sift approvals status

Inspect a governed approval requested by this CLI identity

Arguments
id required — Approval ID

ยืนยันตัวตน

คำสั่งยืนยันตัวตน

3 คำสั่ง
Shellsift
sift auth login

ยืนยันตัวตนกับ Siftable

Flags
--scope <ai:models:read|ai:invoke|ai:usage:read|ai:connections:use|vault:metadata:read|vault:manage|vault:audit:read> repeatable — Incremental AI invocation or Vault scope to request (repeatable; management AI scopes and plaintext reveal are unavailable)
Shellsift
sift auth logout

ลบข้อมูลการยืนยันตัวตน

Shellsift
sift auth status

แสดงสถานะการยืนยันตัวตน

Billing

4 commands
Shellsift
sift billing fallback decide

Allow, deny, or always allow personal funding for a quoted workspace operation

Flags
--decision <allow|deny|always_allow> required
--monthly-cap-micros <value> — Monthly micro-USD cap for always_allow
--quote <value> required — Server-issued operation quote ID
Shellsift
sift billing fallback policy

Read or update the workspace personal-fallback policy

Flags
--disabled — Disable and revoke personal fallback
--enabled — Enable personal fallback
Shellsift
sift billing fallback revoke

Revoke one of your active personal-fallback consents

Arguments
consentId required
Shellsift
sift billing fallback status

Show your active personal-fallback decisions for a workspace

ปฏิทิน

กิจกรรมในปฏิทิน

4 คำสั่ง
Shellsift
sift calendar create

สร้างกิจกรรมในปฏิทิน

Flags
--description <value> — Event description
--end <value> required — End time (ISO 8601)
--location <value> — Event location
--start <value> required — Start time (ISO 8601)
--title <value> required — Event title
Shellsift
sift calendar delete

ลบกิจกรรมในปฏิทิน

Arguments
id required — Event ID
Flags
-y, --yes — Skip confirmation
Shellsift
sift calendar list

แสดงรายการกิจกรรมในปฏิทิน

Flags
--end <value> — End date (ISO 8601)
--limit <value> — Maximum number of results
--start <value> — Start date (ISO 8601)
Shellsift
sift calendar update

อัปเดตกิจกรรมในปฏิทิน

Arguments
id required — Event ID
Flags
--description <value> — Event description
--end <value> — End time (ISO 8601)
--location <value> — Event location
--start <value> — Start time (ISO 8601)
--title <value> — Event title

Capabilities

5 commands
Shellsift
sift capabilities create

Create a reviewed server-brokered Vault capability

Flags
--adapter <value> required — Reviewed static adapter ID
--expires-in <value> — Lifetime in seconds (300-2592000)
--field <value> default: "value" — Credential payload field
--operation <value> required — Comma-separated allowlisted operations
--provider <value> required — Provider ID
--purpose <value> required — Non-secret human-readable purpose
--vault-entry <value> required — Vault entry UUID
Shellsift
sift capabilities describe

Describe safe metadata for one Vault capability

Arguments
id required — Capability metadata ID
Shellsift
sift capabilities execute

Execute one typed operation through a Vault capability handle

Flags
--approval <value> — Governed approval UUID when required
--handle <value> required — Opaque vcap_ capability handle
--idempotency-key <value> — Stable 8-128 character key for safe retries
--input <value> default: "{}" — Typed operation input JSON object
--operation <value> required — Allowlisted operation
Shellsift
sift capabilities list

List safe metadata for Vault capability handles

Shellsift
sift capabilities revoke

Revoke a Vault capability

Arguments
id required — Capability metadata ID

โค้ด

เครื่องมือจัดการโค้ด

13 คำสั่ง
Shellsift
sift code blame

Git blame สำหรับไฟล์

Arguments
file required — Relative file path
Flags
--root <value> default: "." — Repository root path
Shellsift
sift code memory confirm

ยืนยันความจำโค้ดที่เสนอพร้อมเหตุผลที่ตรวจสอบได้

Arguments
id required — Memory ID
Flags
--reason <value> required — Audit reason
Shellsift
sift code memory delete

ลบข้อมูลโค้ดเบสที่บันทึกไว้

Arguments
id required — Memory ID
Flags
-y, --yes — Skip confirmation
Shellsift
sift code memory detect-stale

ตรวจจับความจำโค้ดที่น่าจะล้าสมัยและทำเครื่องหมายว่า needs_review (ไม่มีการลบ)

Flags
--limit <value> — Maximum memories to scan
--repo <value> — Repository ID
Shellsift
sift code memory edit

แก้ไขความจำโค้ด เนื้อหาก่อนหน้าจะยังคงอยู่ในบันทึกการตรวจสอบ

Arguments
id required — Memory ID
Flags
--confidence <value> — Confidence 0-1
--fact <value> required — Updated fact
--reason <value> required — Audit reason
Shellsift
sift code memory events

แสดงรายการเหตุการณ์การจัดการ/ที่มาของความจำโค้ดแบบ append-only

Arguments
id required — Memory ID
Flags
--limit <value> — Maximum number of events
Shellsift
sift code memory get

แสดงหนึ่งความจำโค้ดพร้อมที่มา หลักฐาน และวงจรชีวิต

Arguments
id required — Memory ID
Shellsift
sift code memory list

แสดงรายการข้อมูลโค้ดเบสที่บันทึกไว้

Flags
--include-inactive — Include rejected and superseded lineage memories
--lifecycle <unreviewed|confirmed|rejected|superseded|needs_review> — Filter by lifecycle state
--limit <value> — Maximum number of results
--repo <value> — Repository ID
Shellsift
sift code memory needs-review

ทำเครื่องหมายความจำโค้ดว่า needs_review เนื่องจากอาจล้าสมัย/ขัดแย้ง (ไม่มีการลบ)

Arguments
id required — Memory ID
Flags
--reason <value> required — Audit reason
--signal <value> repeatable — Staleness signal (repeatable)
Shellsift
sift code memory reject

ปฏิเสธความจำโค้ดพร้อมเหตุผลที่ตรวจสอบได้ (เป็นการปฏิเสธแบบ soft-reject ไม่มีการลบ)

Arguments
id required — Memory ID
Flags
--reason <value> required — Audit reason
Shellsift
sift code memory search

ค้นหาข้อมูลโค้ดเบสที่บันทึกไว้

Arguments
query required — Search query
Flags
--category <architecture|integration|convention|entrypoint|gotcha|ownership> — Filter by category
--include-inactive — Include rejected and superseded lineage memories
--lifecycle <unreviewed|confirmed|rejected|superseded|needs_review> — Filter by lifecycle state
--limit <value> — Maximum number of results
--repo <value> — Repository ID
Shellsift
sift code memory store

บันทึกข้อมูลโค้ดเบส

Flags
--agent <value> — Authoring agent (marks memory as agent-authored)
--category <architecture|integration|convention|entrypoint|gotcha|ownership> required — Fact category
--commit <value> — Source commit SHA
--confidence <value> — Confidence 0-1
--evidence-chunk <value> repeatable — Historical indexed chunk ID supporting the fact
--fact <value> required — Fact to store (1-2 sentences)
--file <value> — Related file path
--path <value> repeatable — Additional related path (repeatable)
--reason <value> — Capture reason (required with --agent)
--repo <value> — Repository ID
--work-item <value> — Related agent work item ID
Shellsift
sift code memory supersede

แทนที่ความจำโค้ดด้วยข้อมูลใหม่ โดยความจำเก่าจะถูกเก็บไว้เป็นที่มา

Arguments
id required — Memory ID to supersede
Flags
--category <architecture|integration|convention|entrypoint|gotcha|ownership> — Fact category (defaults to previous)
--commit <value> — Source commit SHA
--confidence <value> — Confidence 0-1
--evidence-chunk <value> repeatable — Evidence chunk ID (repeatable)
--fact <value> required — Replacement fact
--file <value> — Related file path
--path <value> repeatable — Additional related path (repeatable)
--reason <value> required — Audit reason

Codex

เครื่องมือช่วยจัดการระบบอัตโนมัติใน Codex

1 คำสั่ง
Shellsift
sift codex daily-review collect

รวบรวมบริบท Siftable แบบอ่านอย่างเดียวและ git ในเครื่องสำหรับการรีวิวงานรายวันของ Codex

Flags
--calendar-days <value> default: 7 — Calendar lookahead days
--limit <value> default: 20 — Maximum records per source
--skip-git — Skip local git summary

Context

1 คำสั่ง
Shellsift
sift context current

อธิบายข้อมูล principal, owner, โปรเจกต์ และ local checkout ปัจจุบัน

Flags
--workspace-root <value> — Absolute local checkout root to describe (never sent as a workspace tenant ID)

Crm

6 คำสั่ง
Shellsift
sift crm import apply

ใช้เฉพาะรายการที่อนุมัติแล้วจากแผนการนำเข้า CRM การเรียกใช้ซ้ำปลอดภัย

Arguments
planId required — Durable CRM import plan UUID
Flags
--yes — Confirm canonical CRM writes without prompting
Shellsift
sift crm import approve

อนุมัติรายการที่รอดำเนินการทั้งหมดหรือบางส่วนในแผนการนำเข้า CRM

Arguments
planId required — Durable CRM import plan UUID
Flags
--operation-id <value> repeatable — Stable operation ID to approve; repeat to approve a subset
--reason <value> required — Human approval reason recorded on the plan
--yes — Confirm the approval without prompting
Shellsift
sift crm import get

เรียกดูและตรวจสอบแผนการนำเข้า CRM จาก ID ของแผน

Arguments
planId required — Durable CRM import plan UUID
Shellsift
sift crm import plan

สร้างหรือใช้ซ้ำแผนการนำเข้า CRM จากไฟล์ CSV, TSV, XLS หรือ XLSX โดยไม่เขียนข้อมูลหลักลงใน CRM

Arguments
file required — Local CSV, TSV, XLS, or XLSX source (8 MiB maximum)
Flags
--mapping-mode <manual|workspace_auto> default: "manual" — Manual mapping or approved workspace mapping profile
--provider <generic|salesforce> default: "generic" — Source provider mapping
Shellsift
sift crm organizations convert

อธิบายขอบเขตที่มีการควบคุมระหว่างองค์กร CRM และพื้นที่ทำงาน

Arguments
id required — CRM organization ID
Shellsift
sift crm organizations list

แสดงรายชื่อองค์กร CRM เท่านั้น ไม่รวมพื้นที่ทำงานร่วมกัน

Flags
--limit <value> default: 100 — Maximum number of CRM results
--search <value> — Optional fuzzy search query

ชุดข้อมูล

ชุดข้อมูลที่มีโครงสร้าง

43 คำสั่ง
Shellsift
sift datasets add

เพิ่มข้อมูลลงในชุดข้อมูล

Arguments
id required — Dataset ID
Flags
--idempotency-key <value> required — Caller-owned stable key for replaying this exact dataset mutation
--record <value> repeatable — Record as JSON object, e.g. '{"name":"Alice","age":"30"}'
--records <value> — Multiple records as JSON array
Shellsift
sift datasets aggregate

สรุปผลข้อมูลในชุดข้อมูลด้วยตัวชี้วัดแบบกลุ่ม (count, avg, sum, min, max, median, stddev, percentile, ratio)

Arguments
id required — Dataset ID
Flags
--filters <value> — JSON array of filters
--group-by <value> — Comma-separated field names to group by
--having <value> — JSON array of having clauses [{metric, operator, value}]
--limit <value> default: 100 — Max rows
--metrics <value> — JSON array of metrics [{operation, field, as}]
--sorts <value> — JSON array of sorts
Shellsift
sift datasets analyze

สร้างข้อมูลเชิงลึกด้วยภาษาธรรมชาติที่อ้างอิงข้อมูลจริงจากชุดข้อมูล

Arguments
id required — Dataset ID
Flags
--filters <value> — JSON array of filters
--focus-fields <value> — Comma-separated field names to focus analysis on
--max-insights <value> default: 5 — Max insights to generate
--mode <descriptive|operational> — Analysis mode
--signal-limit <value> — Max decision signals to return
Shellsift
sift datasets apply-diff

ใช้แผนการเปรียบเทียบความต่าง (diff) ของชุดข้อมูลที่บันทึกไว้

Arguments
plan required — Path to a local diff plan or persisted diff plan ID
Flags
--yes — Confirm applying the saved diff plan without prompting
Shellsift
sift datasets archive

เก็บถาวรชุดข้อมูลโดยไม่ลบตารางจริง

Arguments
id required — Dataset ID
Flags
-y, --yes — Confirm dataset archival without prompting
Shellsift
sift datasets bucket

จัดกลุ่มฟิลด์ตัวเลขหรือวันที่เป็นช่วง พร้อมแสดงเมทริกซ์สรุปผลรายกลุ่ม

Arguments
id required — Dataset ID
Flags
--boundaries <value> — Comma-separated boundary values (omit for auto-bucketing)
--bucket-count <value> — Number of auto-buckets (default: 5)
--field <value> required — Field to bucket
--filters <value> — JSON array of filters
--metrics <value> — JSON array of metrics
Shellsift
sift datasets cleanup

วางแผนหรือดำเนินการล้างชุดข้อมูลชั่วคราวที่ติดแท็กวงจรชีวิต

Flags
--dry-run — Return a deterministic cleanup plan without deleting datasets
--lifecycle <value> — Lifecycle kind to clean, e.g. scratch, benchmark, research-run
--limit <value> default: 100 — Maximum lifecycle datasets to inspect
--now <value> — Deterministic timestamp for tests and scheduled cleanup
--older-than <value> — Only include datasets older than this duration, e.g. 12h, 7d
--orphaned — Include stale dataset notes that no longer have a backing dataset row
--tag <value> — Lifecycle tag to clean, e.g. benchmark
-y, --yes — Confirm deletion when applying cleanup with --no-dry-run
Shellsift
sift datasets compare

เปรียบเทียบเมทริกซ์ตามหมวดหมู่แบบเคียงข้างกัน

Arguments
id required — Dataset ID
Flags
--filters <value> — JSON array of filters
--limit <value> default: 10 — Max segment values to compare
--metrics <value> — JSON array of metrics
--segment-field <value> required — Categorical field to segment by
--segment-values <value> — Comma-separated segment values (auto-discovers if omitted)
Shellsift
sift datasets compute

คำนวณฟิลด์ที่ดัดแปลงมาจากชุดข้อมูลหรือผลลัพธ์ก่อนหน้า

Arguments
id — Dataset ID
Flags
--computed-fields <value> required — JSON array of computed fields, e.g. '[{"as":"spread","expression":"right.Close-left.Close"}]'
--filters <value> — JSON array of filters
--limit <value> default: 50 — Maximum rows
--order-by <value> — JSON array of order clauses
--select <value> — Comma-separated fields to include
--sorts <value> — JSON array of output sorts
--source-result <value> — Inline JSON for a prior derived result
--source-result-file <value> — Path to a JSON file containing a prior derived result
Shellsift
sift datasets contract

แสดงสกีมาและข้อกำหนดความสามารถของชุดข้อมูลที่ AI อ่านได้

Arguments
id required — Dataset ID
Flags
--resolve <value> — Comma-separated semantic field references to resolve
--template <value> — Validate contract against a built-in template
Shellsift
sift datasets create

สร้างชุดข้อมูล

Flags
--description <value> — Dataset description
--fields <value> — Field definitions as JSON array, e.g. '[{"name":"age","type":"number"}]'
--idempotency-key <value> required — Caller-owned stable key for replaying this exact dataset mutation
--lifecycle <value> — Lifecycle kind for generated datasets, e.g. scratch, benchmark, research-run
--metadata <value> — Dataset metadata as JSON object
--note-id <value> — Link to an existing note
--run-id <value> — Lifecycle run identifier
--scratch — Shortcut for --lifecycle scratch --tags scratch
--tags <value> — Comma-separated lifecycle tags
--title <value> required — Dataset title
--ttl <value> — Lifecycle TTL duration, e.g. 12h, 7d, 30d
Shellsift
sift datasets dedupe

ค้นหารายการที่ซ้ำใน dataset ตาม key โดยไม่แก้ไขข้อมูล

Arguments
id required — Dataset ID
Flags
--key <value> required — Field name used to group duplicates
--limit <value> default: 500 — Maximum records to scan in one bounded pass
Shellsift
sift datasets delete

ลบ dataset อย่างถาวรและลบ physical table

Arguments
id required — Dataset ID
Flags
-y, --yes — Confirm dataset deletion without prompting
Shellsift
sift datasets delete-record

ลบรายการออกจาก dataset

Arguments
id required — Dataset ID
record-id required — Record ID
Flags
--idempotency-key <value> required — Caller-owned stable key for replaying this exact dataset mutation
-y, --yes — Skip confirmation
Shellsift
sift datasets diff

ดูตัวอย่างการเปลี่ยนแปลงข้อมูลใน dataset จากไฟล์ CSV, JSON หรือ JSONL

Arguments
id required — Dataset ID
Flags
--batch-size <value> default: 100 — Records per backend batch
--from-file <value> required — Path to CSV, JSON, or JSONL rows to compare
--persist — Persist the diff plan in Siftable for later review/apply
--save-plan <value> — Write an applyable diff plan JSON file
--template <sources|people|events|claims|evidence_sources|evidence_source_fragments|evidence_claims|evidence_people|evidence_organizations|evidence_places|evidence_artifacts|evidence_events|evidence_relationships|evidence_contradictions> — Built-in template name
--upsert-by <value> — Field name used to match existing rows
Shellsift
sift datasets diff-plans list

แสดงรายการ dataset diff plan ที่บันทึกไว้

Flags
--dataset-id <value> — Filter by dataset ID
--limit <value> default: 50 — Maximum plans to return
--status <draft|validated|applied|rejected|expired> — Filter by plan status
Shellsift
sift datasets diff-plans show

แสดง dataset diff plan ที่บันทึกไว้

Arguments
id required — Diff plan ID
Shellsift
sift datasets export

ส่งออกรายการใน dataset เป็นไฟล์ CSV, JSON, JSONL หรือ Markdown

Arguments
id required — Dataset ID
Flags
--filters <value> — JSON array of filters
--format <csv|json|jsonl|markdown> default: "csv" — Export format
--limit <value> default: 500 — Max rows to export
-o, --output <value> — Output file path (writes to stdout if omitted)
--sorts <value> — JSON array of sorts
Shellsift
sift datasets facets

แสดงข้อมูลสรุป facet ของฟิลด์ใน dataset

Arguments
id required — Dataset ID
Flags
--fields <value> — Comma-separated field names to facet
--limit <value> default: 20 — Maximum values per facet
Shellsift
sift datasets formula-plan

คำนวณฟิลด์สูตรและดูตัวอย่างการอัปเดต dataset

Arguments
id required — Dataset ID
Flags
--computed-fields <value> required — JSON array of computed fields, e.g. '[{"as":"score","expression":"confidence * reliability"}]'
--filters <value> — JSON array of filters for compute source
--limit <value> default: 100 — Maximum rows to compute and plan
--order-by <value> — JSON array of order clauses
--save-plan <value> — Write an applyable diff plan JSON file
--select <value> — Comma-separated fields to include in compute source
--sorts <value> — JSON array of output sorts
--target-fields <value> — Comma-separated computed field names to write; defaults to every computed field alias
--template <sources|people|events|claims> — Built-in template name for validation
--upsert-by <value> required — Field used to match rows for update
Shellsift
sift datasets get

เรียกดูรายละเอียดและ schema ของ dataset

Arguments
id required — Dataset ID
Shellsift
sift datasets impact

อธิบายผลกระทบของสูตร กราฟ มุมมอง คุณภาพ และ materialization ของชุดข้อมูล

Arguments
id required — Dataset ID
Flags
--from-plan <value> — Persisted diff plan ID to inspect
--operation <value> — Committed dataset operation ID to inspect
Shellsift
sift datasets import

นำเข้าแถวข้อมูล CSV, JSON หรือ JSONL ไปยังชุดข้อมูลใหม่หรือที่มีอยู่เดิม

Arguments
file required — Path to CSV, JSON, or JSONL file
Flags
--batch-size <value> default: 100 — Records per backend batch
--dataset-id <value> — Import into existing dataset instead of creating a new one
--description <value> — Dataset description
--dry-run — Validate and plan the import without writing
--lifecycle <value> — Lifecycle kind for generated datasets, e.g. scratch, benchmark, research-run
--metadata <value> — Dataset metadata as JSON object when creating a new dataset
--run-id <value> — Lifecycle run identifier
--scratch — Shortcut for --lifecycle scratch --tags scratch
--tags <value> — Comma-separated lifecycle tags
--template <sources|people|events|claims|evidence_sources|evidence_source_fragments|evidence_claims|evidence_people|evidence_organizations|evidence_places|evidence_artifacts|evidence_events|evidence_relationships|evidence_contradictions> — Built-in template name
--title <value> — Dataset title (defaults to filename)
--ttl <value> — Lifecycle TTL duration, e.g. 12h, 7d, 30d
--upsert-by <value> — Field name used to update matching rows instead of creating duplicates
--yes — Confirm mutating imports without prompting
Shellsift
sift datasets inspect-file

ตรวจสอบโครงสร้างของไฟล์ CSV, TSV, XLS หรือ XLSX ในเครื่อง โดยไม่สร้างหรือเปลี่ยนแปลงชุดข้อมูล

Arguments
file required — Path to a local CSV, TSV, XLS, or XLSX file
Flags
--delimiter <value> — Single-byte delimiter override for CSV/TSV
--format <csv|tsv|xls|xlsx> — Format override when the extension is absent or wrong
--header-row <value> — Zero-based header row index within the sheet grid
--max-bytes <value> — Refuse files larger than this many bytes
--max-cols <value> — Maximum columns returned per sheet
--max-rows <value> — Maximum data rows returned per sheet
--max-sheets <value> — Maximum sheets returned
--sheet <value> — Inspect only this sheet; the full sheet inventory is still reported
Shellsift
sift datasets join

Join ชุดข้อมูลกับตัวเองโดยใช้ฟิลด์ที่ระบุ alias เช่น left.Close และ right.Close

Arguments
id required — Dataset ID
Flags
--join-keys <value> required — JSON array of join keys, e.g. '[{"leftField":"Date","rightField":"Date"}]'
--join-type <inner|left|right> default: "inner" — Join type
--left-alias <value> default: "left" — Left alias
--left-filters <value> — JSON array of left-side filters
--limit <value> default: 50 — Maximum joined rows
--right-alias <value> default: "right" — Right alias
--right-filters <value> — JSON array of right-side filters
--select <value> — Comma-separated alias-scoped fields to return
--sorts <value> — JSON array of sorts
Shellsift
sift datasets list

แสดงรายการชุดข้อมูล

Flags
--limit <value> default: 50 — Maximum number of results
Shellsift
sift datasets lookup

ค้นหาเรคคอร์ดในชุดข้อมูลด้วยการจับคู่ key/value ที่ตรงกัน

Arguments
id required — Dataset ID
Flags
--key <value> required — Field name to match
--limit <value> default: 25 — Maximum matching records
--value <value> required — Exact value to match
Shellsift
sift datasets materialize

Materialize ผลลัพธ์ที่ได้ไปยังชุดข้อมูล scratch ใหม่

Flags
--description <value> — Dataset description
--idempotency-key <value> required — Caller-owned stable key for replaying this exact dataset mutation
--source-result <value> — Inline JSON for a derived result
--source-result-file <value> — Path to a JSON file containing a derived result
--title <value> required — Title of the new dataset
Shellsift
sift datasets pivot

สร้างสรุปแบบ pivot จาก metrics ของชุดข้อมูลที่จัดกลุ่มไว้

Arguments
id required — Dataset ID
Flags
--cols <value> required — Column field
--filters <value> — JSON array of filters
--limit <value> default: 500 — Maximum grouped cells to request
--metrics <value> — JSON metrics array; defaults to count
--rows <value> required — Row field
Shellsift
sift datasets plot

ตรวจสอบและ normalize payload ของพล็อตขนาดเล็กจากผลลัพธ์ที่ได้

Flags
--chart-type <line|bar|scatter> required — Chart type
--series-field <value> — Optional series field
--source-result <value> — Inline JSON for a derived result
--source-result-file <value> — Path to a JSON file containing a derived result
--x-field <value> required — X-axis field
--y-fields <value> required — Comma-separated Y-axis fields
Shellsift
sift datasets profile

แสดงข้อมูลโปรไฟล์แบบจำกัดขอบเขตของชุดข้อมูล

Arguments
id required — Dataset ID
Flags
--sample-limit <value> default: 10 — Number of sample rows to include
Shellsift
sift datasets quality

ตรวจสอบคุณภาพชุดข้อมูล ด้วยการวัดค่าที่ขาดหายและค่าที่ซ้ำซ้อน

Arguments
id required — Dataset ID
Flags
--fields <value> — Comma-separated field names to check
--repeat-threshold <value> default: 3 — Minimum occurrences for a repeated value to be reported
Shellsift
sift datasets query

คิวรีข้อมูลจากชุดข้อมูล

Arguments
id required — Dataset ID
Flags
--cursor <value> — Pagination cursor from previous query
--filters <value> — Filter conditions as JSON array, e.g. '[{"field":"status","value":"active"}]'
--include-deleted — Include soft-deleted records
--limit <value> default: 25 — Maximum number of records
--sorts <value> — Sort spec as JSON array, e.g. '[{"field":"name","direction":"asc"}]'
Shellsift
sift datasets rank

จัดลำดับข้อมูลในชุดข้อมูลด้วยการเรียงลำดับหรือสูตรคำนวณแบบถ่วงน้ำหนัก

Arguments
id required — Dataset ID
Flags
--filters <value> — JSON array of filters
--formula <value> — JSON formula object {weights: [{field, weight}]}
--limit <value> default: 25 — Max rows
--sorts <value> — JSON array of sorts
Shellsift
sift datasets reconcile

เปรียบเทียบชุดข้อมูลสองชุดด้วยคีย์โดยไม่เปลี่ยนแปลงข้อมูลเดิม

Arguments
left required — Left dataset ID
right required — Right dataset ID
Flags
--left-key <value> required — Left dataset key field
--limit <value> default: 500 — Maximum rows to scan from each dataset
--right-key <value> — Right dataset key field; defaults to --left-key
Shellsift
sift datasets schema

แก้ไข schema ของชุดข้อมูล (เพิ่ม อัปเดต หรือลบฟิลด์)

Arguments
id required — Dataset ID
Flags
--field <value> — Field definition as JSON, e.g. '{"name":"email","type":"text"}'
--field-id <value> — Field ID (required for update/delete)
--idempotency-key <value> required — Caller-owned stable key for replaying this exact dataset mutation
--operation <add_field|update_field|delete_field> required — Schema operation
Shellsift
sift datasets search

ค้นหาข้อมูลในชุดข้อมูลจากฟิลด์ประเภทข้อความที่เลือก

Arguments
id required — Dataset ID
query required — Search text
Flags
--fields <value> — Comma-separated fields to search; defaults to profile columns
--filters <value> — JSON array of base filters applied to every field search
--limit <value> default: 25 — Maximum merged records
--per-field-limit <value> default: 25 — Maximum records to request per searched field
Shellsift
sift datasets summarize

ดูสรุปข้อมูลของชุดข้อมูล (จำนวนแถว ฟิลด์ และตัวอย่างข้อมูล)

Arguments
id required — Dataset ID
Shellsift
sift datasets templates list

แสดงรายการเทมเพลตชุดข้อมูลที่มีให้

Shellsift
sift datasets templates show

แสดง schema ของเทมเพลตชุดข้อมูล

Arguments
template required — Template name
Shellsift
sift datasets timeseries

วิเคราะห์ข้อมูลอนุกรมเวลาในชุดข้อมูลด้วย lag, pct_change, rolling windows, drawdown, volatility และ correlation

Arguments
id required — Dataset ID
Flags
--date-field <value> required — Date field name
--filters <value> — JSON array of filters
--limit <value> default: 100 — Maximum output rows
--metrics <value> — JSON array of metric definitions
--order-direction <asc|desc> default: "asc" — Time ordering
--pivot — Emit explicit pivoted output
--segment-field <value> — Optional segment field
--segment-values <value> — Comma-separated segment values
--transforms <value> — JSON array of transform definitions
Shellsift
sift datasets update-record

อัปเดตเรคคอร์ดในชุดข้อมูล

Arguments
id required — Dataset ID
record-id required — Record ID
Flags
--fields <value> required — Field updates as JSON object, e.g. '{"status":"done"}'
--idempotency-key <value> required — Caller-owned stable key for replaying this exact dataset mutation
Shellsift
sift datasets validate

ตรวจสอบชุดข้อมูลเทียบกับเทมเพลตมาตรฐาน

Arguments
id required — Dataset ID
Flags
--template <sources|people|events|claims|evidence_sources|evidence_source_fragments|evidence_claims|evidence_people|evidence_organizations|evidence_places|evidence_artifacts|evidence_events|evidence_relationships|evidence_contradictions> required — Built-in template name

เอกสาร

การอัปโหลดเอกสาร

1 คำสั่ง
Shellsift
sift documents upload

อัปโหลดเอกสาร (PDF, Markdown หรือข้อความ) เป็นโน้ต

Arguments
file required — Path to file
Flags
--project <value> — Project ID
--title <value> — Note title (defaults to filename)
--type <note|concept|meeting|reference|daily|dataset> — Note type

Env

สัญญาสำหรับสภาพแวดล้อมแบบประกาศ และการสร้างชุดข้อมูล Vault ภายใต้การควบคุม

11 คำสั่ง
Shellsift
sift env check

ตรวจสอบความถูกต้องของ environment contract สำหรับการใช้งาน local หรือ CI

Flags
--checkout-root <value> — Exact Git checkout root containing .sift/environment.yaml
--ci — Fail non-zero when contract, example, Git, or checkout safety findings exist
Shellsift
sift env diff

แสดงการเปลี่ยนแปลงของ environment contract โดยไม่แสดงค่า

Flags
--checkout-root <value> — Exact Git checkout root containing .sift/environment.yaml
Shellsift
sift env endpoint enroll

ลงทะเบียน public endpoint identity โดยไม่ให้สิทธิ์เข้าถึง Vault

Flags
--dedicated — Endpoint is a dedicated runner
--endpoint-class <interactive_desktop|remote_vm|noninteractive_runner|shared_host|ci_runner|production_host|multi_tenant> required — Explicit endpoint policy class
--kill-switch — Runner has an enforced kill switch
--owner <value> default: "personal" — personal or workspace:<uuid>
--storage-tier <hardware_host_bound|systemd_managed|convenience_keyring|none> required — Actual endpoint key storage tier; convenience_keyring is not hardware-backed
Shellsift
sift env example

สร้างตัวอย่างแบบ deterministic ที่มีเฉพาะชื่อและตัวยึดตำแหน่งเท่านั้น

Flags
--checkout-root <value> — Exact Git checkout root containing .sift/environment.yaml
--write — Write the deterministic output to .env.example instead of displaying it
Shellsift
sift env import apply

ปรับใช้แผนการนำเข้า dotenv ที่ตรวจสอบแล้วหนึ่งรายการในครั้งเดียว

Flags
--checkout-root <value> — Checkout used only to reject Sift-managed source files
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
--plan-file <value> required — Reviewed value-free plan artifact
--source <value> required — Same explicit dotenv source used to create the plan
Shellsift
sift env import plan

สร้างแผนการนำเข้าสำหรับ dotenv source ที่ระบุ โดยไม่รวมค่าและกำหนดขอบเขตตามเจ้าของ

Flags
--checkout-root <value> — Checkout used only to reject Sift-managed source files
--decision <value> repeatable — Explicit per-index decision: INDEX:keep-existing|overwrite|skip|rename=NAME
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
--plan-file <value> required — New local value-free plan artifact to create
--project <value> — Exact owner-scoped project UUID
--source <value> required — Explicit dotenv source file
Shellsift
sift env pull

ดึงชุดข้อมูล Vault ที่ถูกควบคุมหนึ่งชุดมายังไฟล์สภาพแวดล้อมการพัฒนาที่ Sift จัดการ

Flags
--approval-timeout <value> default: 600
--checkout-root <value> — Checkout containing .sift/environment.yaml
--destination <value> — Exact relative destination when the manifest declares more than one bundle
--endpoint-class <development|production|ci|shared_host|policy_ineligible> required — Explicit endpoint policy class; managed pulls accept development only
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
--purpose <value> required
--replace — Replace a changed Sift-managed file using its exact observed precondition
Shellsift
sift env push apply

ปรับใช้แผนการนำเข้า dotenv ที่ตรวจสอบแล้วหนึ่งรายการในครั้งเดียว

Flags
--checkout-root <value> — Checkout used only to reject Sift-managed source files
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
--plan-file <value> required — Reviewed value-free plan artifact
--source <value> required — Same explicit dotenv source used to create the plan
Shellsift
sift env push plan

สร้างแผนการนำเข้าสำหรับ dotenv source ที่ระบุ โดยไม่รวมค่าและกำหนดขอบเขตตามเจ้าของ

Flags
--checkout-root <value> — Checkout used only to reject Sift-managed source files
--decision <value> repeatable — Explicit per-index decision: INDEX:keep-existing|overwrite|skip|rename=NAME
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
--plan-file <value> required — New local value-free plan artifact to create
--project <value> — Exact owner-scoped project UUID
--source <value> required — Explicit dotenv source file
Shellsift
sift env rm

ลบไฟล์สภาพแวดล้อมในเครื่องที่ Sift จัดการ

Flags
--checkout-root <value> — Exact Git checkout root containing .sift/environment.yaml
--destination <value> — Exact relative destination when the manifest declares more than one bundle
--yes required — Confirm removal of the exact recognized managed file
Shellsift
sift env status

รายงานสถานะสภาพแวดล้อมในเครื่องโดยไม่รวมค่า

Flags
--checkout-root <value> — Exact Git checkout root containing .sift/environment.yaml

เหตุการณ์

เหตุการณ์การวิจัยที่อ้างอิงจากข้อมูลไทม์ไลน์

3 คำสั่ง
Shellsift
sift events attach-person

เพิ่มผู้เข้าร่วมในเหตุการณ์การวิจัยที่มีอยู่

Arguments
event required — Existing temporal fact ID
person required — Person UUID to attach
Flags
--role <value> default: "subject" — Participant role
--yes — Confirm participant attachment without prompting
Shellsift
sift events create

สร้างข้อมูลไทม์ไลน์เหตุการณ์การวิจัยพร้อมผู้เข้าร่วม

Flags
--body <value> — Event notes/body
--confidence <low|medium|high> — Confidence level
--entity <value> repeatable — Participant/entity as type:uuid or type:uuid:role; repeatable
--org <value> repeatable — Organization UUID participant; repeatable
--person <value> repeatable — Person UUID participant; repeatable
--precision <millisecond|minute|hour|day|month|year|decade|century|millennium|mega_year|era> default: "year" — Temporal precision
--source <value> repeatable — Source entity as type:uuid or type:uuid:role; repeatable
--source-label <value> — Source/provenance label
--source-note <value> — Source/provenance note
--source-url <value> — Source/provenance URL
--timestamp <value> — ISO timestamp
--title <value> required — Event title
--visibility <org_public|private|restricted> — Timeline visibility
--year <value> — Historical year CE
--year-end <value> — Historical end year CE
Shellsift
sift events list

แสดงรายการข้อเท็จจริงในไทม์ไลน์เหตุการณ์การวิจัย

Flags
--cursor <value> — Pagination cursor
--end <value> — End boundary
--entity <value> — Filter by entity ref type:uuid
--limit <value> default: 50 — Maximum events
--order <asc|desc> default: "asc" — Sort order
--person <value> — Filter by person UUID
--q <value> — Text search query
--start <value> — Start boundary

Evidence

การตั้งค่า Evidence Graph และการจัดการเวิร์กโฟลว์การพิสูจน์

11 คำสั่ง
Shellsift
sift evidence diff apply

ปรับใช้แผน diff ของ Evidence Graph ที่ตรวจสอบแล้ว

Arguments
id required — Persisted diff plan ID
Flags
--yes — Confirm applying the reviewed diff plan without prompting
Shellsift
sift evidence diff impact

อธิบายผลกระทบต่อ Evidence Graph จากแผน diff ที่บันทึกไว้

Arguments
id required — Persisted diff plan ID, or local when using --from-file
Flags
--from-file <value> — Local diff plan JSON file to explain without API access
Shellsift
sift evidence diff list

แสดงรายการแผน diff ของ Evidence Graph ที่บันทึกไว้

Flags
--dataset-id <value> — Filter by evidence dataset ID
--limit <value> default: 50 — Maximum plans to return
--project <value> — Filter locally by Evidence Graph project ID when present on plans
--status <draft|validated|applied|rejected|expired> — Filter by plan status
Shellsift
sift evidence diff show

แสดงแผน diff ของ Evidence Graph พร้อมสรุปข้อมูลตามบริบทโดเมน

Arguments
id required — Persisted diff plan ID
Shellsift
sift evidence extract

สร้างงานเอเจนต์แบบ no-apply เพื่อดึงข้อมูล candidate ของ Evidence Graph

Flags
--agent <value> default: "researcher" — Assigned agent alias
--context <value> — Additional input context JSON object
--context-file <value> — Additional input context JSON file
--dry-run — Preview work item payload without writing
--no-apply — Keep extraction in proposed/diff-first mode
--pack <company-origin|family-history|investigation|compliance-evidence|account-history|codebase-history> default: "company-origin" — Evidence workflow pack
--project <value> — Project ID
--source-dataset <value> required — Evidence sources dataset ID
--targets <value> — Comma-separated extraction targets
--yes — Confirm work item creation without prompting
Shellsift
sift evidence init

สร้างโปรเจกต์ Evidence Graph และตารางงานที่เชื่อมกับชุดข้อมูล

Arguments
name required — Evidence Graph project name
Flags
--dry-run — Preview project/dataset creation without writing
--pack <company-origin|family-history|investigation|compliance-evidence|account-history|codebase-history> default: "company-origin" — Evidence workflow pack
--yes — Confirm creation without prompting
Shellsift
sift evidence plan

วางแผนเวิร์กโฟลว์ Evidence Graph ก่อนบันทึก trusted state

Arguments
goal required — Evidence Graph goal
Flags
--pack <company-origin|family-history|investigation|compliance-evidence|account-history|codebase-history> default: "company-origin" — Evidence workflow pack
--project <value> — Existing project ID
--source-dataset <value> — Existing evidence sources dataset ID
Shellsift
sift evidence project

จำลองไทม์ไลน์และการคาดการณ์ความสัมพันธ์ของ Evidence Graph

Flags
--dry-run — Preview projection without writing
--from-file <value> — Local diff plan JSON file to project from without API access
--from-plan <value> — Persisted diff plan ID to project from
--pack <company-origin|family-history|investigation|compliance-evidence|account-history|codebase-history> default: "company-origin" — Evidence workflow pack
--project <value> — Evidence Graph project ID
Shellsift
sift evidence proof report

สร้างรายงานการพิสูจน์ Evidence Graph จากแพ็กเกจหลักฐานที่อ้างอิงชุดข้อมูล

Flags
--format <json|markdown> default: "markdown" — Report format
--from-file <value> required — Evidence packet JSON file to report on
--project <value> — Evidence Graph project ID for report metadata
Shellsift
sift evidence sources import

นำเข้าแถวข้อมูลจากบัญชีแหล่งที่มาของ Evidence Graph ไปยังตารางต้นทาง

Arguments
file required — Path to CSV, JSON, or JSONL source ledger rows
Flags
--batch-size <value> default: 100 — Records per backend batch
--dataset-id <value> — Evidence sources dataset ID
--dry-run — Validate and plan source import without writing
--upsert-by <value> default: "source_id" — Field name used to update matching source rows
--yes — Confirm mutating imports without prompting
Shellsift
sift evidence verify

ตรวจสอบความถูกต้องของแหล่งที่มา การรีวิว การคาดการณ์ และการอ้างอิงของ Evidence Graph

Flags
--from-file <value> required — Evidence packet JSON file to verify
--project <value> — Evidence Graph project ID for report metadata

Grants

4 commands
Shellsift
sift grants adapters

List reviewed local execution adapters and honest containment tiers

Shellsift
sift grants request

Request a human-approved grant for a pre-registered trusted local runner

Flags
--adapter <value> required
--audience <value> required
--credential-field <value> required
--cwd <value>
--executable <value> required — Resolved reviewed executable path
--executable-digest <value> required
--issuer <value> required
--operation <value> required
--purpose <value> required
--runner-fingerprint <value> required
--runner-public-key <value> required — PEM public-key file from the trusted local runner
--scope <value> required — Provider scope JSON with string values
--vault-entry <value> required
Shellsift
sift grants run

Request approval, redeem in memory, and run exactly one reviewed child process

Flags
--adapter <github_gh|github_publish_pr|terraform_apply> required
--approval-timeout <value> default: 600
--audience <value> required
--body-file <value> — PR body file for github_publish_pr
--credential-field <value> required
--cwd <value>
--issuer <value> required
--operation <value> required
--purpose <value> required
--scope <value> required
--vault-entry <value> required
Shellsift
sift grants status

Inspect safe status for an ephemeral local execution grant

Arguments
id required

กราฟ

การค้นหากราฟเอนทิตีและความเชื่อมโยงรอบข้าง

5 คำสั่ง
Shellsift
sift graph between

อธิบายเส้นทางในกราฟระหว่างสองเอนทิตี

Arguments
source required — Source entity reference as type:uuid
target required — Target entity reference as type:uuid
Flags
--depth <value> default: 4 — Maximum path depth, backend clamps to 1-5
--frontier-limit <value> default: 500 — Maximum links to inspect per path expansion, backend clamps to 1-1000
Shellsift
sift graph explain

อธิบายเส้นทางในกราฟระหว่างสองเอนทิตี

Arguments
source required — Source entity reference as type:uuid
target required — Target entity reference as type:uuid
Flags
--depth <value> default: 4 — Maximum path depth, backend clamps to 1-5
--frontier-limit <value> default: 500 — Maximum links to inspect per path expansion, backend clamps to 1-1000
Shellsift
sift graph neighbors

แสดงเอนทิตีที่เชื่อมโยงรอบข้าง

Arguments
entity required — Entity reference as type:uuid
Flags
--depth <value> default: 1 — Graph depth, backend clamps to 1-3
--limit <value> default: 80 — Maximum graph items, backend clamps to 1-200
Shellsift
sift graph preview

ดูตัวอย่างเอนทิตีกราฟ

Arguments
entity required — Entity reference as type:uuid
Shellsift
sift graph search

ค้นหาเอนทิตีที่เชื่อมโยงได้สำหรับงานกราฟ

Arguments
query required — Search query
Flags
--limit <value> default: 20 — Maximum results
--types <value> — Comma-separated entity types

โน้ต

บันทึกความรู้

7 คำสั่ง
Shellsift
sift notes bulk-delete

ดูตัวอย่างหรือลบบันทึกแบบกลุ่ม

Flags
--archived — Filter by archived state
--confirm — Execute deletion instead of preview
--ids <value> — Comma-separated note IDs
--title-contains <value> — Title substring filter
--title-equals <value> — Exact title filter
--title-starts-with <value> — Title prefix filter
--type <note|concept|meeting|reference|daily|dataset>
Shellsift
sift notes create

สร้างบันทึก

Flags
--content <value> — Note content (markdown)
--metadata <value> — Note metadata as JSON
--metadata-file <value> — Read note metadata JSON from a file
--project <value> — Project ID
--title <value> required — Note title
--type <note|concept|meeting|reference|daily|dataset> — Note type
Shellsift
sift notes delete

ลบบันทึก

Arguments
id required — Note ID
Flags
-y, --yes — Skip confirmation
Shellsift
sift notes get

ดึงข้อมูลบันทึกพร้อมเนื้อหาทั้งหมด

Arguments
id required — Note ID
Shellsift
sift notes list

แสดงรายการบันทึก

Flags
--archived — Filter by archived state
--limit <value> — Maximum number of results
--project <value> — Filter by project ID
--title-contains <value> — Title substring filter
--title-equals <value> — Exact title filter
--title-starts-with <value> — Title prefix filter
--type <note|concept|meeting|reference|daily|dataset> — Filter by note type
Shellsift
sift notes search

ค้นหาโน้ต

Arguments
query required — Search query
Flags
--limit <value> — Maximum number of results
--project <value> — Filter by project ID
Shellsift
sift notes update

อัปเดตโน้ต

Arguments
id required — Note ID
Flags
--content <value> — Note content (markdown)
--metadata <value> — Replace note metadata with this JSON object
--metadata-file <value> — Read replacement note metadata JSON from a file
--title <value> — Note title
--type <note|concept|meeting|reference|daily|dataset> — Note type

องค์กร

องค์กรและบริษัท

5 คำสั่ง
Shellsift
sift organizations bulk-delete

ดูตัวอย่างหรือลบองค์กรแบบกลุ่ม

Flags
--confirm — Execute deletion instead of preview
--contains <value> — Name substring filter
--equals <value> — Exact name filter
--ids <value> — Comma-separated organization IDs
--relationship <value> — Filter by relationship status
--starts-with <value> — Name prefix filter
--type <value> — Filter by organization type
Shellsift
sift organizations create

สร้างองค์กร

Flags
--domain <value> — Domain (e.g. acme.com)
--industry <value> — Industry
--linkedin-url <value> — LinkedIn page URL
--location <value> — Location
--name <value> required — Organization name
--notes <value> — Notes
--relationship-status <value> — Relationship status (e.g. prospect, customer, partner, vendor)
--type <value> — Organization type (e.g. company, nonprofit, government, school)
--website <value> — Website URL
Shellsift
sift organizations delete

ลบองค์กร

Arguments
id required — Organization ID
Flags
-y, --yes — Skip confirmation
Shellsift
sift organizations search

ค้นหาองค์กร

Arguments
query — Optional fuzzy search query
Flags
--contains <value> — Name substring filter
--equals <value> — Exact name filter
--limit <value> — Maximum number of results
--relationship <value> — Filter by relationship status
--starts-with <value> — Name prefix filter
--type <value> — Filter by organization type
Shellsift
sift organizations update

อัปเดตองค์กร

Arguments
id required — Organization ID
Flags
--domain <value> — Domain (e.g. acme.com)
--industry <value> — Industry
--linkedin-url <value> — LinkedIn page URL
--location <value> — Location
--name <value> — Organization name
--notes <value> — Notes
--relationship-status <value> — Relationship status
--type <value> — Organization type
--website <value> — Website URL

บุคคล

บุคคลและผู้ติดต่อ

15 คำสั่ง
Shellsift
sift people bulk-delete

ดูตัวอย่างหรือลบผู้ติดต่อแบบกลุ่ม

Flags
--confirm — Execute deletion instead of preview
--contains <value> — Name substring filter
--equals <value> — Exact name filter
--has-no-email — Only contacts without an email
--ids <value> — Comma-separated person IDs
--relationship <value> — Filter by relationshipToUser
--starts-with <value> — Name prefix filter
Shellsift
sift people context add

เพิ่มความสัมพันธ์ (ส่วนตัว/ที่ทำงาน) ที่อิงตามเจ้าของ

Arguments
personId required — Person ID
Flags
--basis <value> — Why this relationship is recorded
--confidence <value> — Evidence confidence from 0 to 1
--context <personal|work> required — Relationship context
--primary — Make this the primary relationship in its context
--relationship <value> required — Relationship type, e.g. friend, client, mentor
Shellsift
sift people context list

แสดงรายการว่าเจ้าของปัจจุบันรู้จักบุคคลนั้นอย่างไร

Arguments
personId required — Person ID
Shellsift
sift people context remove

ลบบริบทความสัมพันธ์ที่อิงตามเจ้าของ

Arguments
personId required — Person ID
relationshipId required — Context relationship ID
Flags
--dry-run — Show what would be removed without writing
-y, --yes — Remove without prompting
Shellsift
sift people create

สร้างผู้ติดต่อ

Flags
--birth-year <value> — Birth year
--birthday <value> — Birthday (YYYY-MM-DD)
--company <value> — Company name (auto-links to organization if exists)
--context <personal|work> repeatable — How you know this person; repeat for both contexts
--email <value> — Email address
--estimated-age <value> — Estimated age
--job-title <value> — Job title
--linkedin-url <value> — LinkedIn profile URL
--location <value> — Location
--mbti <value> — MBTI type (e.g. INTJ, ENFP)
--name <value> required — Full name
--notes <value> — Notes about this person
--phone <value> — Phone number
--relationship <value> — Relationship to user (e.g. friend, colleague, client, mentor)
--website <value> — Personal website
Shellsift
sift people delete

ลบผู้ติดต่อ

Arguments
id required — Person ID
Flags
-y, --yes — Skip confirmation
Shellsift
sift people enrich

ค้นหาข้อมูลสาธารณะเกี่ยวกับบุคคล ด้วยการดำเนินการที่ปลอดภัยแม้รันซ้ำ

Arguments
id required — Person ID
Flags
--dataset <value> — Optional dataset ID for a reviewable reconciliation plan
--dataset-upsert-by <value> — Preferred dataset identity field
--idempotency-key <value> required — Stable 8-128 character key for exact retries
--mode <standard|ultra> default: "standard" — Research depth
Shellsift
sift people get

ดึงข้อมูลโปรไฟล์พร้อมคุณลักษณะและความสัมพันธ์

Arguments
id required — Person ID
Shellsift
sift people graph

แสดงกราฟความสัมพันธ์โดยเน้นที่บุคคล

Arguments
id required — Person ID
Flags
--depth <value> default: 2 — Relationship graph depth
--include-inactive — Include inactive relationship edges
Shellsift
sift people kinship

อธิบายลำดับญาติหรือระยะห่างความสัมพันธ์ระหว่างบุคคลสองคน

Arguments
egoPersonId required — Ego/source person ID
targetPersonId required — Target person ID
Flags
--max-depth <value> default: 6 — Maximum relationship depth
Shellsift
sift people list

แสดงรายการผู้ติดต่อ

Flags
--category <family|romantic|professional|social> — Relationship category
--contains <value> — Name substring filter
--context <all|personal|work> default: "all" — Relationship context
--equals <value> — Exact name filter
--has-no-email — Only contacts without an email
--limit <value> — Maximum number of results
--relationship <value> — Filter by relationshipToUser
--starts-with <value> — Name prefix filter
Shellsift
sift people relate

สร้างหรืออัปเดตความสัมพันธ์ระหว่างบุคคล

Arguments
personAId required — First person ID
personBId required — Second person ID
Flags
--dry-run — Preview the relationship payload without writing
--notes <value> — Relationship notes
--type <value> required — Relationship type, e.g. colleague, sibling, spouse, collaborator
-y, --yes — Apply without prompting
Shellsift
sift people search

ค้นหารายชื่อติดต่อ

Arguments
query required — Search query
Flags
--contains <value> — Name substring filter
--equals <value> — Exact name filter
--has-no-email — Only contacts without an email
--limit <value> — Maximum number of results
--relationship <value> — Filter by relationshipToUser
--starts-with <value> — Name prefix filter
Shellsift
sift people timeline

แสดงรายการข้อมูลไทม์ไลน์ที่เชื่อมโยงกับบุคคล

Arguments
id required — Person ID
Flags
--limit <value> default: 50 — Maximum facts to return
--order <asc|desc> default: "asc" — Sort order
--role <value> — Filter by entity role, comma-separated
Shellsift
sift people update

อัปเดตรายชื่อติดต่อ

Arguments
id required — Person ID
Flags
--birth-year <value> — Birth year
--birthday <value> — Birthday (YYYY-MM-DD)
--company <value> — Company name
--email <value> — Email address
--estimated-age <value> — Estimated age
--job-title <value> — Job title
--linkedin-url <value> — LinkedIn profile URL
--location <value> — Location
--mbti <value> — MBTI type (e.g. INTJ, ENFP)
--name <value> — Full name
--notes <value> — Notes about this person
--phone <value> — Phone number
--relationship <value> — Relationship to user
--website <value> — Personal website

โปรเจกต์

การจัดการโปรเจกต์

7 คำสั่ง
Shellsift
sift projects archive

เก็บถาวรโปรเจกต์

Arguments
id required — Project ID
Flags
-y, --yes — Skip confirmation
Shellsift
sift projects context

ดึงบริบทของโปรเจกต์ (งาน, บันทึก, สัญญาณ)

Arguments
id required — Project ID
Shellsift
sift projects create

สร้างโปรเจกต์

Flags
--emoji <value> — Single emoji
--name <value> required — Project name
--status <planning|active|on_hold|blocked|completed> — Project status
--summary <value> — Project summary
Shellsift
sift projects list

แสดงรายการโปรเจกต์

Flags
--include-archived — Include archived projects
--status <planning|active|on_hold|blocked|completed> — Filter by status
Shellsift
sift projects planning

ดึงข้อมูลสแนปชอตการวางแผน CSN หลักของโปรเจกต์

Arguments
id required — Project ID
Shellsift
sift projects planning-recompute

คำนวณสแนปชอตการวางแผน CSN หลักของโปรเจกต์ใหม่

Arguments
id required — Project ID
Shellsift
sift projects update

อัปเดตโปรเจกต์

Arguments
id required — Project ID
Flags
--emoji <value> — Single emoji
--name <value> — Project name
--status <planning|active|on_hold|blocked|completed> — Project status
--summary <value> — Project summary

สูตร

สูตรเวิร์กโฟลว์การวิจัยที่มีมาให้ในตัว

2 คำสั่ง
Shellsift
sift recipes list

แสดงรายการสูตรเวิร์กโฟลว์การวิจัยที่มีมาให้ในตัว

Shellsift
sift recipes show

แสดงรายละเอียดสูตรเวิร์กโฟลว์การวิจัยที่มีมาให้ในตัว

Arguments
id required — Recipe ID

Relationships

79 commands
Shellsift
sift relationships actions dry-run

Preview a relationship action on the server without committing it

Arguments
id required — Relationship action ID
entity — Relationship entity as opportunity:<uuid> or prospect:<uuid>
Flags
--entity <value> — Target as prospect:uuid or opportunity:uuid
--idempotency-key <value> required — Stable 8-128 character key for reproducible server-side previews
--input <value> — Action input JSON object
--input-file <value> — Path to action input JSON
Shellsift
sift relationships actions list

List registered relationship actions and their commitment policies

Flags
--approval-policy <value> — Filter by approval policy
--commitment <value> — Filter by commitment class
--limit <value> — Maximum results
Shellsift
sift relationships actions run

Run any canonical relationship action with replay-safe caller identity

Arguments
id required — Canonical action ID from relationships actions list
entity — Relationship entity as opportunity:<uuid> or prospect:<uuid>
Flags
--entity <value> — Target as prospect:uuid or opportunity:uuid
--expected-version <value> — Current collaboration version
--idempotency-key <value> required — Stable 8-128 character key for exact retries
--input <value> — Action input JSON object
--input-file <value> — Path to an action input JSON file
--yes — Confirm action execution
Shellsift
sift relationships actions show

Show one registered relationship action

Arguments
id required — Relationship action ID
Shellsift
sift relationships brief

Compose an exact, evidence-grounded relationship brief

Arguments
subject required — Subject as prospect:uuid or opportunity:uuid
Flags
--lens <value> default: "relationship" — Relationship lens identifier
Shellsift
sift relationships composer approver-edit

สร้างฉบับแก้ไขพร้อมระบุผู้ตรวจสอบ และเปิดรีวิวการโค้ชอีกครั้ง

Arguments
id required — Composer session UUID
Flags
--body <value> required
--expected-version <value> required
--reason <value> required
--subject <value> required
--yes — Confirm the attributed edit
Shellsift
sift relationships composer bind-sender

ผูกบัญชีอีเมลที่ใช้งานอยู่เข้ากับร่างฉบับถาวร

Arguments
id required — Composer session UUID
Flags
--expected-version <value> required — Current optimistic session version
--sender <value> required — Connected email account UUID
Shellsift
sift relationships composer confirm

ยืนยันบรีฟที่ผูกไว้และสร้างร่างฉบับถาวรเวอร์ชันแรก

Arguments
id required — Composer session UUID
Flags
--expected-version <value> required — Current optimistic session version
--yes — Confirm brief and create draft
Shellsift
sift relationships composer create

สร้างหรือทำต่อเซสชันจากบรีฟสู่ร่างฉบับถาวร

Arguments
subject required — Subject as prospect:uuid or opportunity:uuid
Flags
--file <value> required — JSON file with source, recommendation, brief, and ranked evidence
Shellsift
sift relationships composer dispatch

ส่งข้อความสำหรับความสัมพันธ์ที่อยู่ภายใต้การควบคุม: คงการอนุมัติไว้, ส่งทันที, หรือตั้งเวลาส่ง

Arguments
id required — Composer session UUID
Flags
--at <value> — ISO-8601 time required for send_later
--choice <approve_only|send_now|send_later> required — Dispatch outcome
--expected-version <value> required — Current optimistic session version
--idempotency-key <value> required — Stable retry key for this exact choice and time
--yes — Confirm this governed dispatch choice
Shellsift
sift relationships composer evaluate

ประเมินร่างฉบับถาวรปัจจุบัน และเพิ่มผลการโค้ชที่อ้างอิงตามวลี

Arguments
id required — Composer session UUID
Flags
--expected-version <value> required — Current optimistic session version
Shellsift
sift relationships composer finding-action

อธิบาย, ดูตัวอย่าง, ยอมรับ, ปฏิเสธ, หรือเลิกทำ ผลการโค้ชที่ระบุแหล่งที่มาได้

Arguments
id required — Composer session UUID
finding required — Coaching finding UUID
Flags
--action <explain|preview|accept|reject|undo> required
--expected-version <value> required — Current optimistic session version
--yes — Confirm a mutating coaching decision
Shellsift
sift relationships composer history

แสดงประวัติการโค้ชและการตัดสินใจฉบับร่างที่เพิ่มได้อย่างเดียวตามลำดับที่บันทึกไว้

Arguments
id required — Composer session UUID
Shellsift
sift relationships composer request-approval

ขอหรือดำเนินการอนุมัติต่อสำหรับการรีวิว composer ที่ระบุ การอนุมัติยังคงทำได้เฉพาะในเบราว์เซอร์

Arguments
id required — Composer session UUID
Flags
--expected-version <value> required — Current optimistic session version
--idempotency-key <value> required — Stable approval-request retry key
--yes — Confirm the approval request
Shellsift
sift relationships composer request-changes

ส่งคืนรีวิวฉบับนั้นไปยังผู้เขียนโดยไม่แก้ไขข้อความ

Arguments
id required — Composer session UUID
Flags
--expected-version <value> required
--reason <value> required
--yes — Confirm the review interruption
Shellsift
sift relationships composer resolve-identity

แก้ไขหรือกำหนดเส้นทาง plausible-duplicate gate ในบรรทัดสำหรับข้อความที่รีวิวแล้ว

Arguments
id required — Composer session UUID
Flags
--candidate <value> required — Candidate person UUID
--decision <same_person|different_people|route_to_owner> required
--expected-version <value> required
--yes — Confirm the identity decision
Shellsift
sift relationships composer review

ส่งร่างถาวรที่ผ่านการโค้ชแล้วไปยังการรีวิวที่มีการควบคุม

Arguments
id required — Composer session UUID
Flags
--approver-user-id <value> — Optional active internal workspace member who will approve the exact message
--expected-version <value> required — Current optimistic session version
--yes — Confirm the transition to review
Shellsift
sift relationships composer save-draft

บันทึกร่างความสัมพันธ์ฉบับแก้ไขใหม่แบบถาวร

Arguments
id required — Composer session UUID
Flags
--file <value> required — JSON file with expectedVersion, subject, and bodyText
Shellsift
sift relationships composer show

แสดงเซสชัน composer ความสัมพันธ์แบบถาวร

Arguments
id required — Composer session UUID
Shellsift
sift relationships composer update

อัปเดตเจตนาที่กำหนดและหลักฐานที่จัดลำดับไว้ก่อนสร้างฉบับร่าง

Arguments
id required — Composer session UUID
Flags
--file <value> required — JSON file with expectedVersion, brief, and evidence
Shellsift
sift relationships contact-plan inspect

ตรวจสอบแผนการติดต่อบุคคลฉบับหลักโดยไม่แก้ไขวงจรชีวิตของแหล่งที่มา

Arguments
person required — Canonical person UUID
Flags
--from <value> — Inclusive ISO-8601 inspection window start
--limit <value> default: 100 — Maximum projected items
--timezone <value> — IANA display timezone
--to <value> — Inclusive ISO-8601 inspection window end
Shellsift
sift relationships diagnoses create

สร้างสแนปชอตการวินิจฉัยความสัมพันธ์ที่เปลี่ยนแปลงไม่ได้และอิงตามหลักฐาน

Flags
--file <value> required — Diagnosis JSON file
--yes — Confirm immutable diagnosis creation
Shellsift
sift relationships diagnoses list

แสดงรายการสแนปชอตการวินิจฉัยความสัมพันธ์ที่เปลี่ยนแปลงไม่ได้

Flags
--limit <value>
--subject-id <value>
--subject-type <prospect|opportunity>
Shellsift
sift relationships email-accounts list

แสดงรายการบัญชีผู้ส่งที่ใช้ได้สำหรับร่างความสัมพันธ์และการส่งที่มีการควบคุม

Shellsift
sift relationships generated-assets draft

สร้างข้อเสนอการสื่อสารส่วนตัวจากแอสเซทสำหรับติดต่อภายนอกที่ได้รับอนุมัติ (ยังไม่ส่ง)

Arguments
id required — Generated outreach/follow-up asset UUID
Flags
--file <value> required — Exact senderAccountId, destination, optional edits, and idempotency JSON file
--yes — Confirm proposal creation
Shellsift
sift relationships generated-assets generate

สร้างแอสเซทที่มีข้อมูลอ้างอิงจาก playbook ฉบับสมบูรณ์และเวอร์ชันแอสเซทต้นทางที่ได้รับการอนุมัติแล้ว

Flags
--file <value> required — Generation request JSON file
--yes — Confirm immutable asset generation
Shellsift
sift relationships generated-assets list

แสดงรายการแอสเซทความสัมพันธ์ที่สร้างขึ้น พร้อม manifest และการรีวิว artifact ล่าสุด

Flags
--limit <value>
--subject-id <value>
--subject-type <prospect|opportunity>
Shellsift
sift relationships generated-assets review

เพิ่มการตัดสินใจอนุมัติโดยผู้ใช้ไปยัง artifact ที่สร้างขึ้น

Arguments
id required — Generated asset UUID
Flags
--decision <approved|rejected|needs_changes> required
--reason <value> required
--yes — Confirm append-only review
Shellsift
sift relationships generated-assets review-history

แสดงประวัติการรีวิว (เพิ่มได้อย่างเดียว) สำหรับแอสเซทที่สร้างขึ้น

Arguments
id required — Generated asset UUID
Shellsift
sift relationships generated-assets show

แสดงแอสเซทที่สร้างขึ้นหนึ่งรายการ, manifest ฉบับสมบูรณ์ และการอนุมัติ artifact ล่าสุด

Arguments
id required — Generated asset UUID
Shellsift
sift relationships generated-assets usage-list

แสดงรายการการใช้งานและลิงก์ผลลัพธ์ (เพิ่มได้อย่างเดียว) สำหรับแอสเซทที่สร้างขึ้น

Arguments
id required — Generated asset UUID
Shellsift
sift relationships generated-assets usage-record

เพิ่มบันทึกการส่งออก, การแชร์ภายใน หรือลิงก์ผลลัพธ์ไปยังแอสเซทที่สร้างขึ้น

Arguments
id required — Generated asset UUID
Flags
--idempotency-key <value> required — Stable 8-128 character retry key
--kind <exported|shared_internally|outcome_linked> required
--outcome <value> — Stable outcome reference; required for outcome_linked
--yes — Confirm append-only usage record
Shellsift
sift relationships handoffs list

List immutable relationship outcome receipts in the onboarding queue

Flags
--limit <value> default: 100 — Maximum receipts
Shellsift
sift relationships handoffs show

Show one immutable relationship outcome handoff receipt

Arguments
id required — Outcome handoff receipt UUID
Shellsift
sift relationships meetings brief create

สร้างสรุปการประชุมพร้อมอ้างอิงจากหลักฐานความสัมพันธ์ที่อนุมัติแล้ว

Flags
--input <value> — Exact meeting brief input JSON
--input-file <value> — Path to exact meeting brief input JSON
Shellsift
sift relationships meetings brief show

อ่านสรุปการประชุมฉบับปัจจุบันพร้อมอ้างอิง โดยการสร้างขึ้นใหม่จากอินพุตเดิมทั้งหมด

Flags
--input <value> — Exact owner, subject, approved asset, and optional meeting JSON
--input-file <value> — Path to exact meeting brief input JSON
Shellsift
sift relationships meetings evidence capture

จัดเก็บหลักฐานจากบันทึกการสนทนาที่ต้องได้รับความยินยอม หรือโน้ตที่เพิ่มเข้ามาเอง

Flags
--idempotency-key <value> required — Caller-owned stable key for exact retries
--input <value> — Exact meeting evidence input JSON
--input-file <value> — Path to exact meeting evidence input JSON
--yes — Confirm canonical evidence capture
Shellsift
sift relationships meetings evidence show

ตรวจสอบเหตุการณ์หลักฐานการประชุมที่เป็น Canonical หนึ่งรายการและตัวระบุตำแหน่งต้นทาง

Arguments
id required — Relationship meeting evidence event UUID
Shellsift
sift relationships meetings proposals apply

นำข้อเสนอการประชุมที่อนุมัติแล้วไปใช้แบบ Atomically หลังจากการตรวจสอบเงื่อนไขเบื้องต้นอีกครั้ง

Arguments
id required — Approved meeting proposal UUID
Flags
--expected-proposal-digest <value> required — Exact reviewed proposal digest
--yes — Confirm the persistent internal relationship-state change
Shellsift
sift relationships meetings proposals create

สร้างข้อเสนอที่เปลี่ยนแปลงไม่ได้และมีการอ้างอิงหลักฐาน สำหรับการดำเนินการความสัมพันธ์ที่ลงทะเบียนไว้หนึ่งรายการ

Flags
--idempotency-key <value> required — Caller-owned stable key for exact retries
--input <value> — Exact meeting proposal input JSON
--input-file <value> — Path to exact meeting proposal input JSON
--yes — Confirm immutable proposal creation
Shellsift
sift relationships meetings proposals list

แสดงรายการข้อเสนอด้านความสัมพันธ์ที่มาจากการประชุมและวงจรการตรวจสอบ

Flags
--status <pending|approved|rejected|committed|failed|stale> — Filter by lifecycle status
--subject-id <value> — Filter by subject UUID
--subject-kind <prospect|opportunity> — Filter by subject kind
Shellsift
sift relationships meetings proposals review

เพิ่มการอนุมัติหรือการปฏิเสธที่ระบุแหล่งที่มาได้ ไปยังข้อเสนอการประชุมที่ไม่มีการเปลี่ยนแปลง

Arguments
id required — Meeting proposal UUID
Flags
--input <value> — Exact decision, reason, and expectedProposalDigest JSON
--input-file <value> — Path to exact proposal review input JSON
--yes — Confirm attributable proposal review
Shellsift
sift relationships meetings proposals show

ตรวจสอบข้อเสนอด้านความสัมพันธ์ที่มาจากการประชุม, หลักฐาน, ส่วนต่าง ๆ และแผนการกู้คืน

Arguments
id required — Meeting proposal UUID
Shellsift
sift relationships outcomes describe

อธิบายข้อตกลงผลลัพธ์ความสัมพันธ์ขณะรันไทม์และขอบเขตด้านความปลอดภัย

Shellsift
sift relationships outcomes inspect

ตรวจสอบผลลัพธ์ความสัมพันธ์ที่ประกาศไว้ในโหมด Answer/C0 โดยไม่มีการบันทึกข้อมูล

Flags
--input <value> — Exact InspectRelationshipOutcomeInput JSON
--input-file <value> — Path to exact inspection input JSON
Shellsift
sift relationships outcomes interventions

แสดงชุดการแก้ไขที่มีขอบเขตและตรวจสอบได้สำหรับสแนปช็อต

Arguments
snapshotId required — Relationship-outcome snapshot ID
Shellsift
sift relationships outcomes list

แสดงรายการสแนปช็อตผลลัพธ์ความสัมพันธ์พร้อมการแบ่งหน้าด้วยเคอร์เซอร์ที่มีขอบเขต

Flags
--cursor <value> — Opaque cursor from the previous page
--limit <value> default: 50 — Maximum snapshots to return
--projection <sales_forecast|onboarding_handoff> — Filter by projection
--scope-anchor-id <value> — Filter by declared scope anchor ID
--scope-anchor-kind <value> — Filter by declared scope anchor kind
Shellsift
sift relationships outcomes records

แสดงรายการบันทึกสแนปช็อตที่แน่นอนพร้อมการแบ่งหน้าด้วยเคอร์เซอร์ที่มีขอบเขต

Arguments
snapshotId required — Relationship-outcome snapshot ID
Flags
--cursor <value> — Opaque cursor from the previous page
--limit <value> default: 50 — Maximum records to return
--posture <value> — Filter by the declared record posture
--risk <value> — Filter by low, moderate, high, or unknown operational risk
Shellsift
sift relationships outcomes review

บันทึกการตรวจสอบสแนปช็อตแบบ idempotent โดยไม่ดำเนินการใด ๆ ที่ลงทะเบียนและเสนอไว้

Arguments
snapshotId required — Relationship-outcome snapshot ID
Flags
--dry-run — Validate authority and selected interventions without recording a review
--idempotency-key <value> required — Caller-owned stable key for this exact review
--input <value> — Exact ReviewRelationshipOutcomeSnapshotInput JSON (idempotency is injected)
--input-file <value> — Path to exact snapshot review input JSON
--yes — Confirm append-only review recording
Shellsift
sift relationships outcomes run

สร้างหรือทดลองรันสแนปช็อตผลลัพธ์ความสัมพันธ์แบบ C2 โดยไม่ดำเนินการใดๆ ตามที่เสนอ

Flags
--dry-run — Validate and project without persisting a snapshot
--idempotency-key <value> required — Caller-owned stable key for this exact snapshot request
--input <value> — Exact CreateRelationshipOutcomeSnapshotInput JSON (idempotency is injected)
--input-file <value> — Path to exact snapshot input JSON
--yes — Confirm C2 snapshot persistence
Shellsift
sift relationships outcomes show

แสดงสแนปช็อตผลลัพธ์ความสัมพันธ์ที่เปลี่ยนแปลงไม่ได้หนึ่งรายการ

Arguments
snapshotId required — Relationship-outcome snapshot ID
Shellsift
sift relationships playbook-recommendations create

บันทึกคำแนะนำที่ส่งผลกระทบพร้อมทางเลือกที่เป็นไปได้อย่างน้อยสามทาง

Flags
--file <value> required — Recommendation JSON file
--yes — Confirm immutable recommendation creation
Shellsift
sift relationships playbook-recommendations list

แสดงรายการคำแนะนำ playbook ความสัมพันธ์ที่บันทึกไว้พร้อมทางเลือกอื่น

Flags
--limit <value>
--subject-id <value>
--subject-type <prospect|opportunity>
Shellsift
sift relationships playbooks create

สร้าง playbook ความสัมพันธ์เวอร์ชันที่เปลี่ยนแปลงไม่ได้และยังไม่ได้รับอนุมัติจาก JSON ของข้อตกลงขณะรันไทม์

Flags
--file <value> required — Playbook version JSON file
--yes — Confirm immutable version creation
Shellsift
sift relationships playbooks list

แสดงเวอร์ชัน playbook ความสัมพันธ์ที่ไม่เปลี่ยนรูปและการตัดสินใจอนุมัติล่าสุด

Flags
--limit <value> — Maximum versions
--stable-key <value> — Filter by stable playbook key
Shellsift
sift relationships playbooks review

เพิ่มการตัดสินใจอนุมัติโดยมนุษย์ต่อท้ายเวอร์ชัน playbook

Arguments
id required — Playbook version UUID
Flags
--decision <approved|rejected|needs_changes> required
--reason <value> required — Attributable review reason
--yes — Confirm append-only review
Shellsift
sift relationships playbooks show

แสดงเวอร์ชัน playbook ความสัมพันธ์ที่ไม่เปลี่ยนรูปหนึ่งเวอร์ชันและการอนุมัติล่าสุด

Arguments
id required — Playbook version UUID
Shellsift
sift relationships proposals get

Inspect one relationship action proposal and its evidence

Arguments
id required — Proposal ID
Shellsift
sift relationships proposals list

List pending and historical relationship action proposals

Flags
--enrollment <value> — Filter by enrollment ID
--limit <value> — Maximum results
--sequence <value> — Filter by sequence ID
--status <value> — Filter by proposal status
Shellsift
sift relationships proposals request-approval

Request short-lived human approval for a proposal; cannot approve or consume it

Arguments
id required — Proposal ID
Flags
--idempotency-key <value> required — Stable 8-128 character key for safe retries
--purpose <value> — Non-secret reason shown to the human approver
Shellsift
sift relationships queues list

List relationship team queues in the active workspace

Shellsift
sift relationships recommendations execute

Execute an accepted, current recommendation through the canonical action runtime

Arguments
id required — Recommendation UUID
Flags
--yes — Confirm canonical action execution
Shellsift
sift relationships recommendations list

List immutable relationship recommendation snapshots

Flags
--lens <value> — Relationship lens identifier
--limit <value> default: 50 — Maximum recommendations
--subject <value> — Filter by prospect:uuid or opportunity:uuid
Shellsift
sift relationships recommendations review

Append an ordinary review decision to a relationship recommendation

Arguments
id required — Recommendation UUID
Flags
--decision <accepted|dismissed|snoozed|needs_information> required — Review decision
--reason <value> — Review reason
--snoozed-until <value> — Offset-aware ISO date-time, required for snoozed
--yes — Confirm the append-only review
Shellsift
sift relationships recommendations show

Show a relationship recommendation with its exact citations and gates

Arguments
id required — Recommendation UUID
Shellsift
sift relationships sequences create

Create a supervised relationship sequence from a JSON definition

Flags
--definition <value> — Sequence definition JSON object
--definition-file <value> — Path to sequence definition JSON
--idempotency-key <value> required — Stable 8-128 character key for safe retries
Shellsift
sift relationships sequences dry-run

Preview a supervised sequence on the server without committing it

Arguments
id required — Sequence ID
Flags
--idempotency-key <value> required — Stable 8-128 character key for reproducible server-side previews
--input <value> — Dry-run input JSON object
--input-file <value> — Path to dry-run input JSON
Shellsift
sift relationships sequences enroll

Enroll a relationship target in a supervised sequence

Arguments
id required — Sequence ID
Flags
--idempotency-key <value> required — Stable 8-128 character key for safe retries
--input <value> — Enrollment input JSON object
--input-file <value> — Path to enrollment input JSON
Shellsift
sift relationships sequences get

Show one supervised relationship sequence

Arguments
id required — Sequence ID
Shellsift
sift relationships sequences list

List supervised relationship sequences

Flags
--limit <value> — Maximum results
--status <value> — Filter by sequence status
Shellsift
sift relationships sequences pause

Pause a supervised relationship sequence

Arguments
id required — Sequence ID
Flags
--idempotency-key <value> required — Stable 8-128 character key for safe retries
--reason <value> — Non-secret pause reason
Shellsift
sift relationships sequences resume

Resume a supervised relationship sequence

Arguments
id required — Sequence ID
Flags
--idempotency-key <value> required — Stable 8-128 character key for safe retries
Shellsift
sift relationships sequences runs

List execution evidence for a supervised relationship sequence

Arguments
id required — Sequence ID
Flags
--limit <value> — Maximum results
--status <value> — Filter by run status
Shellsift
sift relationships sequences update

Update a supervised relationship sequence from a JSON definition

Arguments
id required — Sequence ID
Flags
--definition <value> — Sequence update JSON object
--definition-file <value> — Path to sequence update JSON
--idempotency-key <value> required — Stable 8-128 character key for safe retries
Shellsift
sift relationships show

Show the current relationship collaboration snapshot

Arguments
entity required — Relationship entity as opportunity:<uuid> or prospect:<uuid>
Shellsift
sift relationships source-assets create

สร้างเวอร์ชัน source-asset ที่อ้างอิงแหล่งที่มา ไม่เปลี่ยนรูป และยังไม่ได้รับอนุมัติ

Flags
--file <value> required — Source-asset version JSON file
--yes — Confirm immutable version creation
Shellsift
sift relationships source-assets list

แสดงเวอร์ชัน source-asset ที่อ้างอิงแหล่งที่มาและไม่เปลี่ยนรูป พร้อมการตัดสินใจอนุมัติล่าสุด

Flags
--limit <value> — Maximum versions
--stable-key <value> — Filter by stable source-asset key
Shellsift
sift relationships source-assets review

เพิ่มการตัดสินใจอนุมัติโดยมนุษย์ต่อท้ายเวอร์ชัน source-asset

Arguments
id required — Source-asset version UUID
Flags
--decision <approved|rejected|needs_changes> required
--reason <value> required
--yes — Confirm append-only review
Shellsift
sift relationships source-assets show

แสดงเวอร์ชัน source-asset ที่ไม่เปลี่ยนรูปหนึ่งเวอร์ชันพร้อมรีวิวล่าสุด

Arguments
id required — Source-asset version UUID

งานวิจัย

การวางแผนและจัดการเวิร์กโฟลว์งานวิจัย

4 คำสั่ง
Shellsift
sift research init

สร้างโปรเจกต์วิจัยและชุดข้อมูลมาตรฐาน

Arguments
name required — Research project name
Flags
--dry-run — Preview project/dataset creation without writing
--template <historical-research> default: "historical-research" — Research template
--yes — Confirm creation without prompting
Shellsift
sift research plan

วางแผนเวิร์กโฟลว์งานวิจัยแบบ Deterministic ก่อนเริ่มเขียนข้อมูล

Arguments
goal required — Research goal
Flags
--project <value> — Existing project ID
--source-dataset <value> — Existing sources dataset ID
Shellsift
sift research run

สร้างงานของเอเจนต์แบบ Deterministic สำหรับสูตรการวิจัย

Arguments
recipe required — Research run recipe
Flags
--agent <value> default: "researcher" — Assigned agent alias
--context <value> — Additional input context JSON object
--context-file <value> — Additional input context JSON file
--dry-run — Preview work item payload without writing
--project <value> — Project ID
--source-dataset <value> — Source dataset ID
--yes — Confirm work item creation without prompting
Shellsift
sift research status

ตรวจสอบบริบทของโปรเจกต์วิจัยและความพร้อมของ CLI

Arguments
project — Project ID

สกิล

Siftable skillpack ที่ติดตั้งได้

2 คำสั่ง
Shellsift
sift skills install

ติดตั้ง Siftable skillpack ลงในไดเรกทอรีสกิลในเครื่อง

Arguments
id required — Skillpack ID
Flags
--force — Replace an existing installed skill
--target <value> default: "skills" — Installed skills directory
-y, --yes — Confirm replacing an existing skill
Shellsift
sift skills list

แสดงรายการ Siftable skillpack ที่ติดตั้งได้

งาน

งานสำหรับการวางแผนโดยมนุษย์

11 คำสั่ง
Shellsift
sift tasks bulk-delete

ดูตัวอย่างหรือลบงานจำนวนมาก

Flags
--confirm — Execute deletion instead of preview
--done — Filter by completed state
--ids <value> — Comma-separated task IDs
--phase <draft|open|in_flight|review|blocked|done|cancelled>
--title-contains <value> — Title substring filter
--title-equals <value> — Exact title filter
--title-starts-with <value> — Title prefix filter
--when <now|today|soon|later>
Shellsift
sift tasks complete

ทำเครื่องหมายว่างานเสร็จสิ้นแล้ว

Arguments
id required — Task ID
Shellsift
sift tasks coupling-create

สร้าง CSN coupling edge ระหว่างงานในโปรเจกต์เดียวกัน

Arguments
id required — Source task ID
target required — Target task ID
Flags
--note <value> — Optional note
--strength <value> — Coupling strength (0-1)
--type <info|resource> required — Coupling type
Shellsift
sift tasks coupling-delete

ลบ CSN coupling edge ออกจากงาน

Arguments
id required — Task ID
edgeId required — Coupling edge ID
Flags
-y, --yes — Skip confirmation
Shellsift
sift tasks coupling-list

แสดงรายการ CSN coupling edges สำหรับงาน

Arguments
id required — Task ID
Shellsift
sift tasks create

สร้างงานสำหรับการวางแผนโดยมนุษย์

Flags
--acceptance-criteria <value> — Acceptance criteria (semicolon-separated text, e.g. "tests pass; docs updated")
--description <value> — Task description
--due <value> — Due date (ISO 8601)
--effort <trivial|small|medium|large|epic|unknown> — Effort estimate
--phase <draft|open|in_flight|review|blocked|done|cancelled> — Lifecycle phase
--priority <do_now|schedule|delegate|someday> — Priority level
--project <value> — Project ID
--scope <value> — Scope boundaries (JSON object with include/exclude arrays)
--title <value> required — Task title
Shellsift
sift tasks delete

ลบงาน

Arguments
id required — Task ID
Flags
-y, --yes — Skip confirmation
Shellsift
sift tasks get

ดูรายละเอียดงานสำหรับการวางแผนโดยมนุษย์

Arguments
id required — Task ID
Shellsift
sift tasks list

แสดงรายการงานสำหรับการวางแผนโดยมนุษย์

Flags
--cursor <value> — Continuation cursor from a previous page
--effort <trivial|small|medium|large|epic|unknown> — Filter by effort
--limit <value> default: 25 — Maximum number of results
--phase <draft|open|in_flight|review|blocked|done|cancelled> — Filter by phase
--project <value> — Filter by project ID
--status <inbox|next_action|in_progress|waiting_for|completed|archived> — Filter by status
--title-contains <value> — Title substring filter
--title-equals <value> — Exact title filter
--title-starts-with <value> — Title prefix filter
Shellsift
sift tasks planning-update

อัปเดตฟิลด์การวางแผน CSN สำหรับงาน

Arguments
id required — Task ID
Flags
--cynefin-confidence <value> — Cynefin confidence (0-1)
--cynefin-domain <clear|complicated|complex|chaotic|aporetic> — Cynefin domain
--cynefin-rationale <value> — Why this domain fits
--cynefin-source <user|assistant|classifier> — Source of the planning classification
--duration-model <value> — Duration model JSON, e.g. {"kind":"point","days":2}
--reversibility <value> — Reversibility score (0-1)
Shellsift
sift tasks update

อัปเดตงานสำหรับการวางแผนโดยมนุษย์

Arguments
id required — Task ID
Flags
--acceptance-criteria <value> — Acceptance criteria (semicolon-separated text, e.g. "tests pass; docs updated")
--blocked-reason <value> — Reason task is blocked
--description <value> — Task description
--due <value> — Due date (ISO 8601)
--effort <trivial|small|medium|large|epic|unknown> — Effort estimate
--phase <draft|open|in_flight|review|blocked|done|cancelled> — Lifecycle phase
--priority <do_now|schedule|delegate|someday> — Priority level
--project <value> — Project ID
--scope <value> — Scope boundaries (JSON object with include/exclude arrays)
--status <inbox|next_action|in_progress|waiting_for|completed|archived> — Task status
--title <value> — Task title

ไทม์ไลน์

ข้อมูลและคำอธิบายไทม์ไลน์

4 คำสั่ง
Shellsift
sift timeline create

สร้างข้อมูลไทม์ไลน์ที่เขียนโดยผู้ใช้

Flags
--body <value> — Fact body or notes
--confidence <low|medium|high> — Confidence level
--entity <value> repeatable — Participant/entity as type:uuid or type:uuid:role; repeatable
--fact-type <value> default: "event" — Fact type
--precision <millisecond|minute|hour|day|month|year|decade|century|millennium|mega_year|era> default: "year" — Temporal precision
--source-label <value> — Source/provenance label
--source-note <value> — Source/provenance note
--source-url <value> — Source/provenance URL
--timestamp <value> — ISO timestamp
--title <value> required — Fact title
--visibility <org_public|private|restricted> — Timeline visibility
--year <value> — Historical year CE
--year-end <value> — Historical end year CE
Shellsift
sift timeline delete

ลบข้อมูลไทม์ไลน์

Arguments
id required — Timeline fact ID
Flags
--yes — Confirm retraction without prompting
Shellsift
sift timeline list

แสดงรายการข้อมูลไทม์ไลน์พร้อมตัวกรองตามขอบเขต

Flags
--cursor <value> — Pagination cursor
--end <value> — End boundary, ISO timestamp or supported historical boundary
--entity <value> — Entity filter as type:uuid
--entity-role <value> — Comma-separated entity roles
--fact-types <value> — Comma-separated fact types
--limit <value> default: 50 — Maximum items to return
--order <asc|desc> default: "asc" — Sort order
--q <value> — Text search query
--source-types <value> — Comma-separated source types
--start <value> — Start boundary, ISO timestamp or supported historical boundary
Shellsift
sift timeline narrative

สร้างสรุปหรือคำอธิบายสำหรับข้อมูลไทม์ไลน์

Flags
--action <summarize|changed_since|led_to|what_next|cross_object> default: "summarize" — Narrative action
--entity <value> — Entity scope as type:uuid
--entity-roles <value> — Comma-separated entity roles
--fact-type <value> — Fact type filter
--limit <value> default: 60 — Maximum timeline facts to include
--participant <value> — Participant filter as type:uuid
--prompt <value> — Question or custom narrative prompt
--q <value> — Text query filter
--related-entity <value> — Related entity as type:uuid
--source-type <value> — Source type filter

Vault

คลังเก็บรหัสลับ

15 คำสั่ง
Shellsift
sift vault audit

List Vault audit events (requires vault:audit:read)

Flags
--limit <value> — Maximum number of results
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
Shellsift
sift vault create

บันทึกรหัสลับแบบเข้ารหัส

Flags
--category <value> — Category
--description <value> — Description
--name <value> required — Secret name
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
--payload <value> required — JSON payload to encrypt
--slug <value> — Machine-friendly identifier
--tags <value> — Comma-separated tags
--type <env_var|credential|oauth_token|ssh_key|certificate|note> — Entry type
--url <value> — Associated URL
Shellsift
sift vault leases clean

ล้างอาร์ติแฟกต์ lease ในเครื่องหนึ่งรายการและรับรองสถานะว่าสำเร็จ ล้มเหลว หรือไม่ทราบ

Arguments
id required
Flags
--checkout-root <value> — Git checkout used to prove runtime separation
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
Shellsift
sift vault leases list

แสดงข้อมูลเมตาดาต้าของ lease และการล้างข้อมูลสภาพแวดล้อมที่ไม่มีค่า

Flags
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
Shellsift
sift vault leases revoke

เพิกถอนการใช้ lease ในอนาคต ลบอาร์ติแฟกต์ในเครื่อง (ถ้ามี) และรับรองการล้างข้อมูล

Arguments
id required
Flags
--checkout-root <value> — Git checkout used to prove runtime separation
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
Shellsift
sift vault leases status

ตรวจสอบวงจรชีวิตของ lease สภาพแวดล้อมหนึ่งรายการที่ไม่มีค่า

Arguments
id required
Flags
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
Shellsift
sift vault list

แสดงรายการในคลัง (เฉพาะเมทาดาตา)

Flags
--category <value> — Filter by category
--limit <value> — Maximum number of results
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
--type <env_var|credential|oauth_token|ssh_key|certificate|note> — Filter by entry type
Shellsift
sift vault materialize environment

ดึงข้อมูลชุด Vault ที่ควบคุมหนึ่งชุดมาไว้ในไฟล์สภาพแวดล้อมเพื่อการพัฒนาที่จัดการโดย Sift

Flags
--approval-timeout <value> default: 600
--checkout-root <value> — Checkout containing .sift/environment.yaml
--destination <value> — Exact relative destination when the manifest declares more than one bundle
--endpoint-class <development|production|ci|shared_host|policy_ineligible> required — Explicit endpoint policy class; managed pulls accept development only
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
--purpose <value> required
--replace — Replace a changed Sift-managed file using its exact observed precondition
Shellsift
sift vault materialize request

Request human approval for one destination-bound Vault materialization

Flags
--destination <value> required
--entry <value> required
--expected-digest <value>
--field <value> required
--materializer-digest <value> required
--mode <0400|0600> default: "0600"
--nonce <value> required
--overwrite
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
--purpose <value> required
--runner-fingerprint <value> required
--runner-public-key <value> required
--tracked-exception
--workspace-root <value> — Absolute local workspace root containing the destination
Shellsift
sift vault materialize revoke

เพิกถอนการสร้างข้อมูล Vault ที่ผูกกับปลายทางที่รอดำเนินการ

Arguments
id required — Materialization ID
Flags
--legacy-context — Use the Personal/v0 identity of a request created with the deprecated path-shaped --workspace alias
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
Shellsift
sift vault materialize run

Request approval, wait, and materialize one Vault field at the exact approved path

Flags
--approval-timeout <value> default: 600
--destination <value> required — Destination path; relative paths resolve inside --workspace-root before approval
--entry <value> required
--field <value> required
--mode <0400|0600> default: "0600"
--overwrite
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
--purpose <value> required
--tracked-exception
--workspace-root <value> — Absolute local workspace root containing the destination
Shellsift
sift vault materialize status

Inspect safe status for a destination-bound Vault materialization

Arguments
id required
Flags
--legacy-context — Use the Personal/v0 identity of a request created with the deprecated path-shaped --workspace alias
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
Shellsift
sift vault search

ค้นหารายการใน Vault

Arguments
query required — Search query
Flags
--limit <value> — Maximum number of results
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
Shellsift
sift vault update

อัปเดตข้อมูลเมตาของรายการใน Vault

Arguments
id required — Vault entry ID
Flags
--category <value> — Category
--description <value> — Description
--name <value> — Entry name
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
--tags <value> — Comma-separated tags
--url <value> — Associated URL
Shellsift
sift vault use lease

สร้างอาร์ติแฟกต์ชุดข้อมูลสภาพแวดล้อมอายุสั้นหนึ่งชุดนอก Git worktree

Flags
--approval-timeout <value> default: 600
--checkout-root <value> — Checkout containing .sift/environment.yaml
--consumer <value> required — Bound consumer identifier; not a command allowlist
--consumer-pid <value> — Optional already-running consumer process lifetime
--destination <value> — Manifest destination used only to select one exact bundle
--endpoint-class <development|production|ci|shared_host> required
--holder <value> — Bound holder identifier; defaults to the local runner fingerprint
--owner <value> — Exact Vault owner: personal or workspace:<tenant-id>
--purpose <value> required
--ttl <value> default: 300

งาน

คิวงานของเอเจนต์ที่รันได้

25 คำสั่ง
Shellsift
sift work block

ระบุว่ารายการงานถูกบล็อก

Arguments
id required — Work item ID
Flags
--artifacts <value> — Artifact refs JSON array
--claim-token <value> — Claim token returned by work claim (required for lease-owned transitions)
--lease <value> — Lease seconds
--memory-decision <value> — Durable code-memory decision JSON (required on agent complete/review): {"decision":"store"|"skip","rationale":"...","fact"?,"category"?,"repositoryId"?,"filePath"?,"paths"?,"evidenceChunkIds"?,"sourceCommit"?,"confidence"?}
--owner <value> — Claim owner identity (required for lease-owned transitions)
--reason <value> — Block or failure reason
--summary <value> — Result summary
--verification-results <value> — Verification evidence JSON array: [{"command","exitCode","output"?}]
Shellsift
sift work cancel

ยกเลิกรายการงาน

Arguments
id required — Work item ID
Flags
--artifacts <value> — Artifact refs JSON array
--claim-token <value> — Claim token returned by work claim (required for lease-owned transitions)
--lease <value> — Lease seconds
--memory-decision <value> — Durable code-memory decision JSON (required on agent complete/review): {"decision":"store"|"skip","rationale":"...","fact"?,"category"?,"repositoryId"?,"filePath"?,"paths"?,"evidenceChunkIds"?,"sourceCommit"?,"confidence"?}
--owner <value> — Claim owner identity (required for lease-owned transitions)
--reason <value> — Block or failure reason
--summary <value> — Result summary
--verification-results <value> — Verification evidence JSON array: [{"command","exitCode","output"?}]
Shellsift
sift work claim

รับรายการงานของเอเจนต์ที่รันได้ลำดับถัดไป

Arguments
id — Optional specific work item ID
Flags
--agent <value> — Agent alias to claim for
--lease <value> default: 1800 — Lease seconds
--owner <value> required — Claim owner identity
Shellsift
sift work complete

อนุมัติและปิดรายการงานของเอเจนต์ที่รันได้

Arguments
id required — Work item ID
Flags
--artifacts <value> — Artifact refs JSON array
--claim-token <value> — Claim token returned by work claim (required for lease-owned transitions)
--lease <value> — Lease seconds
--memory-decision <value> — Durable code-memory decision JSON (required on agent complete/review): {"decision":"store"|"skip","rationale":"...","fact"?,"category"?,"repositoryId"?,"filePath"?,"paths"?,"evidenceChunkIds"?,"sourceCommit"?,"confidence"?}
--owner <value> — Claim owner identity (required for lease-owned transitions)
--reason <value> — Block or failure reason
--summary <value> — Result summary
--verification-results <value> — Verification evidence JSON array: [{"command","exitCode","output"?}]
Shellsift
sift work contract check

ตรวจสอบไฟล์ Work Contract V1 หรือรายการงานที่ดึงมาอย่างมีหลักการ

Arguments
id — Work item ID to fetch and validate
Flags
--file <value> — Path to a Work Contract V1 JSON file
Shellsift
sift work create

สร้างรายการงานของเอเจนต์ที่รันได้

Flags
--acceptance-criteria <value> — Acceptance criteria JSON array or semicolon-separated text
--agent <value> — Assigned agent alias
--allow-deploy — Allow deployment in the authored contract
--allow-migrate — Allow migrations in the authored contract
--allow-network — Allow network access in the authored contract
--allow-vault — Allow audited Vault access in the authored contract
--allowed-actions <value> — Allowed actions JSON object
--capture-applicability <conversational_capture_required|non_conversational|unclassified> — Prospective capture applicability; this does not determine study eligibility
--capture-receipt <value> repeatable — Finalized capture receipt UUID to bind atomically; repeat for multi-surface handoffs
--context <value> — Input context JSON object
--contract <value> — Complete Work Contract V1 JSON
--contract-file <value> — Path to a complete Work Contract V1 JSON file
--depends-on <value> — Dependency JSON array: [{"workItemId":"<uuid>","requiredGate"?:"done"|"commands_passed"}]
--dry-run — Preview the normalized payload and contract without creating work
--exclude-scope <value> repeatable — Excluded workspace-relative write scope; repeat for multiple paths
--profile <coding|read-only|read_only> — Author a complete Work Contract V1 using the coding or read-only profile
--project <value> — Linked project ID
--prompt <value> — Agent prompt or instructions
--rank <value> default: 0 — Queue rank
--scope <value> repeatable — Included workspace-relative write scope; repeat for multiple paths
--task <value> — Parent human planning task ID
--title <value> required — Executable work item title
--verify <value> — Verification commands separated by semicolons
--write-scope <value> — Write scope JSON object
Shellsift
sift work dependencies get

Get authoritative dependencies and claimability for a work item

Arguments
id required — Work item UUID
Shellsift
sift work dependencies set

Atomically replace the authoritative dependencies for a work item

Arguments
id required — Work item UUID
Flags
--depends-on <value> required — Dependency JSON array; pass [] to clear dependencies
Shellsift
sift work dependency-policy get

Get a project default work-dependency gate

Flags
--project <value> required — Project UUID
Shellsift
sift work dependency-policy set

Set a project default work-dependency gate

Flags
--gate <done|commands_passed> required — Default gate for dependencies that omit requiredGate
--project <value> required — Project UUID
Shellsift
sift work edit

C2: Revise queued, unclaimed work while preserving its UUID and dependency edges. Do not use after claim or execution; wait for a queued unclaimed state or create follow-up work. Example: raise queue rank or refine acceptance criteria while the item is queued and unclaimed. Counterexample: do not change status, dependencies, or an active worker lease with this capability. Execution-contract edits supersede the active verification plan and reset verification evidence; queue-rank-only edits do not. The same Idempotency-Key and payload replays the original receipt; a different payload with that key is rejected.

Arguments
id required — Work item ID
Flags
--acceptance-criteria <value> — Replacement acceptance criteria JSON array
--allowed-actions <value> — Replacement allowed actions JSON object
--context <value> — Replacement input context JSON object
--contract <value> — Replacement Work Contract V1 JSON
--contract-file <value> — Path to replacement Work Contract V1 JSON
--dry-run — Show normalized diff and proof consequences without mutating
--expected-revision <value> required — Observed work item revision
--idempotency-key <value> required — Stable retry key for this exact edit
--patch <value> — Editable fields as one JSON object
--patch-file <value> — Path to an editable-fields JSON object
--prompt <value> — Replacement prompt; use --patch for null
--rank <value> — Replacement queue rank
--reason <value> required — Auditable reason for the revision
--title <value> — Replacement title
--verify <value> — Replacement verification commands as JSON array or semicolon-separated text
--write-scope <value> — Replacement write scope JSON object
Shellsift
sift work fail

ระบุว่ารายการงานล้มเหลว

Arguments
id required — Work item ID
Flags
--artifacts <value> — Artifact refs JSON array
--claim-token <value> — Claim token returned by work claim (required for lease-owned transitions)
--lease <value> — Lease seconds
--memory-decision <value> — Durable code-memory decision JSON (required on agent complete/review): {"decision":"store"|"skip","rationale":"...","fact"?,"category"?,"repositoryId"?,"filePath"?,"paths"?,"evidenceChunkIds"?,"sourceCommit"?,"confidence"?}
--owner <value> — Claim owner identity (required for lease-owned transitions)
--reason <value> — Block or failure reason
--summary <value> — Result summary
--verification-results <value> — Verification evidence JSON array: [{"command","exitCode","output"?}]
Shellsift
sift work get

ดึงรายละเอียดรายการงานของเอเจนต์ที่รันได้

Arguments
id required — Work item ID
Shellsift
sift work heartbeat

ต่ออายุการถือครองรายการงาน

Arguments
id required — Work item ID
Flags
--artifacts <value> — Artifact refs JSON array
--claim-token <value> — Claim token returned by work claim (required for lease-owned transitions)
--lease <value> — Lease seconds
--memory-decision <value> — Durable code-memory decision JSON (required on agent complete/review): {"decision":"store"|"skip","rationale":"...","fact"?,"category"?,"repositoryId"?,"filePath"?,"paths"?,"evidenceChunkIds"?,"sourceCommit"?,"confidence"?}
--owner <value> — Claim owner identity (required for lease-owned transitions)
--reason <value> — Block or failure reason
--summary <value> — Result summary
--verification-results <value> — Verification evidence JSON array: [{"command","exitCode","output"?}]
Shellsift
sift work list

แสดงรายการงานของเอเจนต์ที่รันได้

Flags
--agent <value> — Filter by assigned agent alias
--limit <value> — Maximum results
--project <value> — Filter by project ID
--status <value> — Filter by status
--task <value> — Filter by parent human planning task ID
Shellsift
sift work release

คืนรายการงานที่จองไว้กลับเข้าคิว

Arguments
id required — Work item ID
Flags
--artifacts <value> — Artifact refs JSON array
--claim-token <value> — Claim token returned by work claim (required for lease-owned transitions)
--lease <value> — Lease seconds
--memory-decision <value> — Durable code-memory decision JSON (required on agent complete/review): {"decision":"store"|"skip","rationale":"...","fact"?,"category"?,"repositoryId"?,"filePath"?,"paths"?,"evidenceChunkIds"?,"sourceCommit"?,"confidence"?}
--owner <value> — Claim owner identity (required for lease-owned transitions)
--reason <value> — Block or failure reason
--summary <value> — Result summary
--verification-results <value> — Verification evidence JSON array: [{"command","exitCode","output"?}]
Shellsift
sift work requeue

Return blocked work to the queue for a fresh claim

Arguments
id required — Work item ID
Flags
--artifacts <value> — Artifact refs JSON array
--claim-token <value> — Claim token returned by work claim (required for lease-owned transitions)
--lease <value> — Lease seconds
--memory-decision <value> — Durable code-memory decision JSON (required on agent complete/review): {"decision":"store"|"skip","rationale":"...","fact"?,"category"?,"repositoryId"?,"filePath"?,"paths"?,"evidenceChunkIds"?,"sourceCommit"?,"confidence"?}
--owner <value> — Claim owner identity (required for lease-owned transitions)
--reason <value> — Block or failure reason
--summary <value> — Result summary
--verification-results <value> — Verification evidence JSON array: [{"command","exitCode","output"?}]
Shellsift
sift work review

ระบุว่างานของเอเจนต์ต้องให้คนตรวจสอบ

Arguments
id required — Work item ID
Flags
--artifacts <value> — Artifact refs JSON array
--claim-token <value> — Claim token returned by work claim (required for lease-owned transitions)
--lease <value> — Lease seconds
--memory-decision <value> — Durable code-memory decision JSON (required on agent complete/review): {"decision":"store"|"skip","rationale":"...","fact"?,"category"?,"repositoryId"?,"filePath"?,"paths"?,"evidenceChunkIds"?,"sourceCommit"?,"confidence"?}
--owner <value> — Claim owner identity (required for lease-owned transitions)
--reason <value> — Block or failure reason
--summary <value> — Result summary
--verification-results <value> — Verification evidence JSON array: [{"command","exitCode","output"?}]
Shellsift
sift work revisions

List immutable, attributable work-item revision receipts and field diffs

Arguments
id required — Work item ID
Flags
--limit <value> default: 50 — Maximum revisions to return
Shellsift
sift work start

ระบุว่ารายการงานกำลังทำงาน

Arguments
id required — Work item ID
Flags
--artifacts <value> — Artifact refs JSON array
--claim-token <value> — Claim token returned by work claim (required for lease-owned transitions)
--lease <value> — Lease seconds
--memory-decision <value> — Durable code-memory decision JSON (required on agent complete/review): {"decision":"store"|"skip","rationale":"...","fact"?,"category"?,"repositoryId"?,"filePath"?,"paths"?,"evidenceChunkIds"?,"sourceCommit"?,"confidence"?}
--owner <value> — Claim owner identity (required for lease-owned transitions)
--reason <value> — Block or failure reason
--summary <value> — Result summary
--verification-results <value> — Verification evidence JSON array: [{"command","exitCode","output"?}]
Shellsift
sift work verification evidence

Submit externally executed evidence for an exact plan version and step ID

Arguments
id required — Work item ID
Flags
--artifacts <value> — Artifact reference JSON array for larger logs
--attempt <value> required — Caller-stable attempt identity
--claim-owner <value> — Active lease owner for workspace-service evidence
--claim-token <value> — Opaque active lease token for workspace-service evidence
--environment <value> required — Execution environment label
--exit-code <value> — Process exit code when applicable
--outcome <passed|failed|error> required — Attempt outcome
--output <value> — Bounded output excerpt; secrets are redacted by the API
--plan-version <value> required — Active verification plan version
--provenance <value> — Evidence provenance JSON object
--ran-at <value> — RFC3339 execution timestamp
--step <value> required — Stable verification step UUID
Shellsift
sift work verification history

List immutable verification-plan history and coverage

Arguments
id required — Work item ID
Shellsift
sift work verification plan

Show the active versioned verification plan and coverage

Arguments
id required — Work item ID
Shellsift
sift work verification revise

Create an audited active verification-plan revision

Arguments
id required — Work item ID
Flags
--expected-version <value> required — Observed active plan version
--provenance <value> — Revision provenance JSON object
--reason <value> required — Audited revision reason
--steps <value> — Verification step JSON array
--steps-file <value> — Path to a verification step JSON array
--yes — Confirm activation without prompting
Shellsift
sift work verify

Deprecated compatibility command. Hosted LLM verification is retired; use verification-command evidence.

Arguments
id required — Work item ID
Flags
--history — List historical verifier runs recorded before retirement
--model <value> — Deprecated; ignored because hosted verification is retired
--reps <value> — Deprecated; ignored because hosted verification is retired

Worker

ตัวรันงานที่ประมวลผลในเครื่อง

2 คำสั่ง
Shellsift
sift worker dispatch

สร้างแผนแบบไม่มีค่าใช้จ่ายและไม่กระทบส่วนหน้าสำหรับ AWS agent worker 2 ตัว

Flags
--max-runtime-minutes <value> default: 120 — Per-worker runtime ceiling
--source-sha <value> — Reviewed 40-character source Git SHA; defaults to a clean current HEAD
--surface <cli|t3|codex|claude-code|mcp> default: "cli" — Calling control surface; does not change dispatch identity
--work-item <value> required; repeatable — Queued Sift work-item UUID; repeat exactly twice
Shellsift
sift worker run

รับงานที่รันได้ รันคำสั่ง Worker ในเครื่อง และรายงานอาร์ติแฟกต์ที่ต้องตรวจสอบ

Flags
--agent <value> required — Agent alias to claim work for
--command <value> required — Local command to run for the claimed work item
--cwd <value> — Fallback working directory for the local command
--lease <value> default: 1800 — Lease seconds
--owner <value> required — Worker owner fingerprint

เวิร์กสเปซ

3 คำสั่ง
Shellsift
sift workspaces current

แสดงเวิร์กสเปซส่วนตัวหรือเวิร์กสเปซสำหรับทำงานร่วมกันที่เลือกอยู่ในปัจจุบัน

Shellsift
sift workspaces list

แสดงรายการเวิร์กสเปซสำหรับทำงานร่วมกันที่ผู้ใช้ที่ยืนยันตัวตนแล้วสามารถใช้ได้

Shellsift
sift workspaces use

เลือกเวิร์กสเปซสำหรับทำงานร่วมกันเพื่อการค้นพบ หรือเลือก Personal เพื่อล้างค่า

Arguments
id required — Workspace ID, or "personal"

Copilot แบบโต้ตอบ

คำสั่ง sift interactive จะเปิดผู้ช่วยในเทอร์มินัลสำหรับแชท รันเครื่องมือ แก้ไขโค้ด แยกกิ่งเอเจนท์แบบขนาน วางแผนงาน และเรนเดอร์ไดอะแกรม — ทั้งหมดนี้ทำได้ในเทอร์มินัล โดยทำงานกับระบบไฟล์และกราฟงานของ Siftable

Terminal
$ sift interactive

ข้อกำหนดและการเริ่มต้นใช้งาน

  • ต้องติดตั้ง Bun sift interactive จะเรียกใช้งาน Bun หากยังไม่ได้ติดตั้ง ระบบจะแสดงคำสั่ง curl -fsSL https://bun.sh/install | bash
  • ต้องยืนยันตัวตน — ผ่าน --token, SIFT_TOKEN หรือ sift auth login
  • ระบบประมวลผลทำงานแบบ in-process — ไม่ต้องเปิดใช้งาน daemon แยกต่างหาก
  • การเขียนข้อมูลจะจำกัดขอบเขตอยู่ที่ workspace root — ซึ่งคือโฟลเดอร์ระดับบนสุดที่ใกล้ที่สุดที่มี .git นี่คือขอบเขตที่ /status รายงานและเป็นเส้นทางเขียนข้อมูลที่ระบบบังคับใช้

อินเทอร์เฟซ

The composer is a full readline-capable text area. Enter submits; Shift+Enter / Ctrl+J insert a newline; submitting while the agent is busy queues your message. !command runs via bash -lc into the transcript (a bare !cd <path> changes the session directory; output clipped to ~4000 chars). Large or structured pastes become a collapsed chip; pasted images are validated, normalized, and attached. ? on an empty composer shows hotkeys.

คำสั่ง Slash

พิมพ์ / เพื่อเปิดเมนูคำสั่ง คำสั่งที่ซ่อนอยู่ยังคงพิมพ์ใช้งานได้แต่จะไม่แสดงในเมนู

CommandGroupDescription
/help, /hotkeys, /statusSessionCommand list, keyboard shortcuts, and current model/scope/queue status
/cwd [path]SessionShow or change the working directory (recomputes the workspace root)
/copy [last|all|explorer]SessionCopy the latest reply, whole transcript, or latest explorer report to the clipboard
/clear, /quitSessionReset the transcript; exit
/threads [clear], /compactSessionManage the persisted thread; force a context compaction (requires context compaction enabled)
/model [id] [effort]ModelOpen the model picker or select a model and reasoning effort directly
/codex [login|on|use|off|logout|status]ModelControl the Codex (ChatGPT) engine; default subcommand is status
/key <provider> <key>, /key vault <provider>ModelStore a provider API key, or hydrate it from Siftable Vault
/loginModelSiftable device-code login from inside the TUI
/explorerModelConfigure the repo Explorer (context-gathering backend)
/skills [name]SkillsList discovered skills, or print one skill's body
/branchesBranchesOpen the parallel-agent branches hub
/spawn <title> [--rw <globs>|--rw-any|--ro]BranchesStart a child agent branch in its own git worktree with an access mode
/merge, /rebase, /sendback, /rejectBranchesLand, replay, resume, or reject a child branch
/workWorkOpen the work-queue hub (board of agents and items by status)
/plan [objective | work [--apply] [--after SRC:DST] [--limit N] | view]WorkPlan from an objective, or compute a precedence DAG over the agent work queue as a Mermaid graph
/handoff <title> [--agent ..] [--files ..] [--acceptance ..] [--verify ..]WorkCreate a Siftable work item from the current context
/proof <claim>, /remember <fact> --category <..>WorkGather code/test evidence; store durable code memory
/crew [list|show|new|run], /collabCrewsManage and run multi-agent crews; show in-process collaboration sessions
/mermaid [request|file.mmd|source], /viewDiagramsRender Mermaid (NL request, file, or source) in the terminal; open the pannable viewer
/theme, /sounds [on|off]AppearanceOpen the appearance picker; toggle UI sounds

โมเดลและเอนจิน

The model picker (/model) is two-stage: choose a model, then a reasoning effort (saved to ~/.siftable/prefs.json). The catalog includes GPT-5.6 Sol, Terra, and Luna (ChatGPT plan via the Codex engine — /codex login / /codex on select Sol by default), Claude Opus 4.8 (OpenRouter or direct Anthropic with ANTHROPIC_API_KEY), Claude Sonnet 4.6 / Haiku 4.5, Gemini 3.x Flash / Flash-Lite, GPT-5.4 mini / nano, and Morph v3 Large (apply-only). Codex drives the OpenAI codex app-server sidecar (ChatGPT device-code login). All other providers route through the bundled OpenFunction agent via <PROVIDER>_API_KEY. /key vault <provider> hydrates a key from Siftable Vault behind an approval prompt; the secret is never printed or written to disk.

Repo Explorer

/explorer configures repository context gathering before a turn. Modes: auto, off, deterministic, scout, fanout, warpgrep. Pick a scout model and budget (cheap/normal/deep). warpgrep needs MORPH_API_KEY (auto-hydrated from Vault when available). Settings persist in prefs.json.

ทักษะ

ระบบจะค้นหาทักษะจาก SKILL.md (โปรเจกต์ > ผู้ใช้ > ในตัว) จาก <root>/{.sift,.claude,.codex,.agents}/skills, ~/.claude|.codex|.agents/skills, ~/.config/sift/skills และทักษะที่มาพร้อมกับแพ็กเกจ เอเจนต์เรียกใช้ทักษะผ่านเครื่องมือได้ โดยจะมีการแสดงทักษะสูงสุดประมาณ 50 รายการใน system prompt

คีย์ลัด

โอเวอร์เลย์จะรับการกดคีย์บอร์ดก่อน คีย์ลัดจึงขึ้นอยู่กับแต่ละโหมด

  • Enter submit (queues if busy) · Shift+Enter/Ctrl+J newline · Tab complete a lone /foo · ↑/↓ prompt history
  • Esc abort turn → clear draft → deselect · Ctrl+C abort → clear → deselect → quit (never copies) · Ctrl+D quit on empty draft
  • Cmd/Super+A select all · Cmd+C/Ctrl+Shift+C copy selection or latest reply · Ctrl+O Explorer diagnostics · ? hotkeys
  • Approval gate: y/Enter allow once · a always · b bypass-all · n/Esc deny

การเร่งความเร็วด้วย Native

ส่วนที่เน้นประสิทธิภาพ (การบีบอัดบริบท, ความจำเธรดยาว, การสแกนระบบไฟล์, การจัดการการรวมไฟล์, การจัดการรูปภาพ) จะทำงานผ่านโมดูล Zig แบบ native ที่โหลดผ่าน Bun FFI โดยมี TypeScript เป็นระบบสำรอง (fallback) ในทุกส่วน แพ็กเกจนี้มาพร้อมไลบรารีที่บิลด์ไว้ล่วงหน้าสำหรับ macOS (Apple Silicon) และ Linux (x64) ส่วนแพลตฟอร์มอื่นจะใช้ระบบสำรองแทน ตั้งค่า SIFT_NO_NATIVE=1 เพื่อบังคับใช้ระบบสำรอง และ SIFT_CONTEXT_COMPACTION=1 เพื่อเปิดใช้งานตัววัด context-token แบบเรียลไทม์ รวมถึงการบันทึกและกู้คืนเธรด

รูปลักษณ์และเสียง

/theme มีให้เลือก 10 ธีม (ค่าเริ่มต้นคือ "sieve" — สีอำพันอบอุ่นบนพื้นสีถ่าน) บันทึกไว้ที่ ~/.siftable/appearance.json ส่วน /sounds ใช้เปิด/ปิดเสียงประกอบ (ปิดเป็นค่าเริ่มต้น) บันทึกไว้ที่ ~/.siftable/sounds.json และกำหนดทับได้ด้วย SIFT_SOUNDS

The copilot is read-only by default; write/edit tools are scoped to the workspace root and gated by a four-way approval prompt (allow once / always / bypass-all / deny). With nothing listening, requests deny. Auto-approve environment overrides are always scrubbed at launch.

ข้อมูลอ้างอิงฉบับเต็ม รวมถึงคำสั่งสแลช ปุ่มลัด ตัวแปรสภาพแวดล้อม และไฟล์กำหนดค่าทั้งหมด: docs/interactive.md บน GitHub

Give your agent a workspace.