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.
क्विकस्टार्ट
होस्ट किया गया MCP, Streamable HTTP पर OAuth का उपयोग करता है। Siftable URL के साथ शुरुआत करें; किसी टोकन को कॉपी और पेस्ट करने की आवश्यकता नहीं है।
1. होस्ट किया गया MCP URL जोड़ें
https://siftable.io/api/v1/mcp को रिमोट MCP सर्वर या कनेक्टर के रूप में जोड़ें। पुराने हो चुके /sse एंडपॉइंट का उपयोग न करें।
2. OAuth पूरा करें
अपने क्लाइंट में Connect, Authenticate, या Login चुनें और Siftable सहमति स्क्रीन पर एक्सेस को मंजूरी दें। इस कॉन्फ़िगरेशन में Authorization हेडर न जोड़ें।
{ "mcpServers": { "siftable": { "type": "http", "url": "https://siftable.io/api/v1/mcp" } } }
3. कनेक्शन सत्यापित करें
context_current को कॉल करें, फिर किसी प्रोजेक्ट या टास्क को लिस्ट करें। जब आपको किसी अन्य एक्शन की आवश्यकता हो, तो find_capability का उपयोग करें।
# 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
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.
$ 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
$ 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.
प्रमाणीकरण (Authentication)
होस्ट किए गए MCP के लिए OAuth, इंटरैक्टिव CLI सेशन के लिए डिवाइस फ़्लो, और गैर-इंटरैक्टिव ऑटोमेशन या स्थानीय MCP क्लाइंट्स के लिए Personal Access Tokens का उपयोग करें।
डिवाइस फ्लो (CLI)
sift auth login चलाएं। CLI आपका ब्राउज़र खोलता है, आप Google के साथ साइन इन करते हैं और डिवाइस कोड को अनुमति देते हैं। एक PAT जनरेट होता है और ~/.config/siftable/ में स्वचालित रूप से स्टोर हो जाता है। कॉपी-पेस्ट करने के लिए किसी टोकन की आवश्यकता नहीं है।
Personal Access Token (ऑटोमेशन और स्थानीय MCP)
गैर-इंटरैक्टिव ऑटोमेशन या स्थानीय MCP क्लाइंट के लिए, Settings → Integrations → Developer / AI Clients में एक टोकन बनाएं और उसे Authorization हेडर में पास करें। स्टेटिक टोकन OAuth स्कोप एलिवेशन का उपयोग नहीं कर सकते।
Authorization: Bearer sift_pat_your_token_here
टोकन विशिष्ट डोमेन (जैसे tasks-only, calendar-only, full access, आदि) के लिए स्कोप्ड होते हैं। CI पाइपलाइनों के लिए, SIFT_TOKEN को एनवायरनमेंट वेरिएबल के रूप में सेट करें।
$ sift auth login $ sift auth status $ sift auth logout
टोकन स्कोप और उपलब्ध राइट ऑपरेशन्स आपके वर्कस्पेस कॉन्फ़िगरेशन और प्लान पर निर्भर करते हैं। अपने खाते की वर्तमान सीमाओं के लिए Settings → Integrations → Developer / AI Clients और Pricing देखें।
MCP कनेक्शन
Siftable होस्ट किया गया MCP, OAuth के साथ Streamable HTTP का उपयोग करता है। एंडपॉइंट है:
https://siftable.io/api/v1/mcp
इस URL का उपयोग OAuth-सक्षम रिमोट क्लाइंट्स के साथ करें, जिनमें ChatGPT, Codex, Cursor, Claude, Grok और कम्पैटिबल MCP SDK इम्प्लीमेंटेशन शामिल हैं। होस्ट किए गए MCP सेटअप गाइड में क्लाइंट-विशिष्ट निर्देश दिए गए हैं।
कार्य
| MCP Tool | CLI | Access | Description |
|---|---|---|---|
| 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. |
$ 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"}
कैलेंडर
| MCP Tool | CLI | Access | Description |
|---|---|---|---|
| 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. |
$ 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
परियोजनाएं
| MCP Tool | CLI | Access | Description |
|---|---|---|---|
| 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. |
ज्ञान
| MCP Tool | CLI | Access | Description |
|---|---|---|---|
| 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
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.
| Capability | CLI | Access | Description |
|---|---|---|---|
| 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. |
$ 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"}]'
लोग
| MCP Tool | CLI | Access | Description |
|---|---|---|---|
| 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
अपने कोडबेस के बारे में क्यूरेटेड फ़ैक्ट्स स्टोर और रिट्रीव करें। Git, rg, या अपने एडिटर से सोर्स को स्थानीय रूप से जाँचें; Siftable सोर्स इंडेक्सिंग या सोर्स सर्च होस्ट नहीं करता है।
| MCP Tool | CLI | Access | Description |
|---|---|---|---|
| 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. |
दस्तावेज़
| MCP Tool | CLI | Access | Description |
|---|---|---|---|
| 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
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 Tool | CLI | Access | Description |
|---|---|---|---|
| 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. |
$ 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.
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")
$ 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.
# 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.
# 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.
$ 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.
$ 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
Write operations (task_create, note_create, calendar_create_event, आदि) एक optional idempotencyKey parameter accept करते हैं। अगर आप same key के साथ request retry करते हैं, तो Siftable duplicate बनाने की बजाय original result return करता है।
task_create(
title: "Review PR #247",
priority: "do_now",
idempotencyKey: "agent-run-42-task-pr247"
)
# Safe to retry. Same key = same result.
अनुमतियाँ
Tokens हर domain के लिए scoped हैं। Calendar-only token tasks या people read नहीं कर सकता। अपने tokens को agent की minimum ज़रूरी access तक scope करें।
उपलब्ध scopes:
tasks:read/tasks:write— Task listing, CRUD, and completioncalendar:read/calendar:write— Event listing and creationprojects:read/projects:write— Project management and contextknowledge:read/knowledge:write— Notes, search, document uploadpeople:read/people:write— Contact search and CRM updateswork:read/work:write— Agent work queue itemsorg:read— Workspace org metadatamcp:*— All MCP operations (recommended for IDE and agent use)
उपलब्ध राइट ऑपरेशन्स आपके टोकन स्कोप और मौजूदा वर्कस्पेस प्लान पर निर्भर करते हैं। प्रोडक्शन में राइट्स पर निर्भर होने से पहले अपने जारी किए गए टोकन और मौजूदा प्राइसिंग पेज को चेक करें।
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).
हर कमांड में ये ग्लोबल फ्लैग्स भी इस्तेमाल किए जा सकते हैं: --json (raw JSON आउटपुट), --token / SIFT_TOKEN, --api-url / SIFT_API_URL (डिफ़ॉल्ट https://siftable.io), --workspace / SIFT_WORKSPACE_ID, और --no-input (प्रॉम्प्ट्स बंद करने के लिए)। डेटा हटाने वाली कमांड्स के लिए --confirm या -y ज़रूरी है।
सामान्य
मुख्य कमांड और डायग्नोस्टिक्स।
5 कमांड
sift capabilitiesSiftable CLI की क्षमताएँ और रेडीनेस स्टेटस दिखाएँ
sift commandsएजेंट-फ्रेंडली कमांड टॉपिक्स और वर्कफ़्लो एंट्री पॉइंट्स दिखाएँ
sift doctorबिना सीक्रेट्स दिखाए लोकल Siftable CLI कॉन्फ़िगरेशन की जाँच करें
sift interactiveSiftable टर्मिनल को-पायलट (sift interactive) शुरू करें — आपके टास्क, काम, कैलेंडर, प्रोजेक्ट और लोगों के लिए एक इन-प्रोसेस AI सहायक।
- Flags
--connected-models— List eligible connected models and exit--connection <value>— Select a Model Connection UUID for a gateway invocation--max-output-tokens <value>— Maximum connected-model output tokens (1-32768)--model <value>— Select an eligible connected model for a gateway invocation--prompt <value>— Invoke the selected connected model once and exit--stream— Consume selected connected-model output incrementally
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>— 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>— 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 कमांड
sift agents createएजेंट एलियास बनाएँ
- Flags
--alias <value>— 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>— Agent type
sift agents disableएजेंट एलियास डिसेबल करें
- Arguments
aliasrequired — Agent alias or ID
sift agents getएजेंट एलियास प्राप्त करें
- Arguments
aliasrequired — Agent alias or ID
sift agents listएजेंट एलियास की लिस्ट देखें
- Flags
--include-disabled— Include disabled aliases
sift agents updateएजेंट एलियास अपडेट करें
- Arguments
aliasrequired — 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
sift agents workएजेंट एलियास को असाइन किए गए काम की लिस्ट देखें
- Arguments
aliasrequired — Agent alias or ID- Flags
--limit <value>— Maximum results--status <value>— Work item status
Ai
5 commands
sift ai connectShow the secure browser flow for adding a non-exportable Model Connection
- Flags
--url <value>— Siftable Model Connections settings URL
sift ai invokeInvoke an eligible connected model (requires ai:invoke and ai:connections:use)
- Flags
--connection <value>— Model Connection UUID returned by sift ai list--max-output-tokens <value>— Maximum output tokens (1-32768)--model <value>— Eligible model ID returned by sift ai list--prompt <value>— Prompt text--stream— Consume and print incremental connected-model output
sift ai listList eligible connected models (requires ai:models:read)
sift ai statusShow non-secret Model Connection status (requires ai:connections:use)
- Arguments
connection— Optional Model Connection UUID
sift ai usageShow connected-model usage totals (requires ai:usage:read)
- Flags
--from <value>— ISO-8601 period start--to <value>— ISO-8601 period end
Approvals
2 commands
sift approvals requestRequest a governed action approval; this command cannot approve or consume it
- Flags
--action <value>— Governed action identifier--destination <value>— Destination binding JSON object--expires-in <value>— Approval lifetime in seconds (30-600)--operation <value>— Operation identifier--purpose <value>— Human-readable non-secret purpose--resource-id <value>— Resource identifier--resource-type <value>— Resource type identifier
sift approvals statusInspect a governed approval requested by this CLI identity
- Arguments
idrequired — Approval ID
Auth
ऑथेंटिकेशन कमांड।
3 कमांड
sift auth loginSiftable के साथ ऑथेंटिकेट करें
- Flags
--scope <ai:models:read|ai:invoke|ai:usage:read|ai:connections:use|vault:metadata:read|vault:manage|vault:audit:read>— Incremental AI invocation or Vault scope to request (repeatable; management AI scopes and plaintext reveal are unavailable)
sift auth logoutसेव किया गया ऑथेंटिकेशन हटाएँ
sift auth statusऑथेंटिकेशन स्टेटस देखें
Billing
4 commands
sift billing fallback decideAllow, deny, or always allow personal funding for a quoted workspace operation
- Flags
--decision <allow|deny|always_allow>--monthly-cap-micros <value>— Monthly micro-USD cap for always_allow--quote <value>— Server-issued operation quote ID
sift billing fallback policyRead or update the workspace personal-fallback policy
- Flags
--disabled— Disable and revoke personal fallback--enabled— Enable personal fallback
sift billing fallback revokeRevoke one of your active personal-fallback consents
- Arguments
consentIdrequired
sift billing fallback statusShow your active personal-fallback decisions for a workspace
कैलेंडर
कैलेंडर इवेंट।
4 कमांड
sift calendar createकैलेंडर इवेंट बनाएँ
- 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
sift calendar deleteकैलेंडर इवेंट हटाएँ
- Arguments
idrequired — Event ID- Flags
-y, --yes— Skip confirmation
sift calendar listकैलेंडर इवेंट की लिस्ट देखें
- Flags
--end <value>— End date (ISO 8601)--limit <value>— Maximum number of results--start <value>— Start date (ISO 8601)
sift calendar updateकैलेंडर इवेंट अपडेट करें
- Arguments
idrequired — 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
sift capabilities createCreate a reviewed server-brokered Vault capability
- Flags
--adapter <value>— Reviewed static adapter ID--expires-in <value>— Lifetime in seconds (300-2592000)--field <value>— Credential payload field--operation <value>— Comma-separated allowlisted operations--provider <value>— Provider ID--purpose <value>— Non-secret human-readable purpose--vault-entry <value>— Vault entry UUID
sift capabilities describeDescribe safe metadata for one Vault capability
- Arguments
idrequired — Capability metadata ID
sift capabilities executeExecute one typed operation through a Vault capability handle
- Flags
--approval <value>— Governed approval UUID when required--handle <value>— Opaque vcap_ capability handle--idempotency-key <value>— Stable 8-128 character key for safe retries--input <value>— Typed operation input JSON object--operation <value>— Allowlisted operation
sift capabilities listList safe metadata for Vault capability handles
sift capabilities revokeRevoke a Vault capability
- Arguments
idrequired — Capability metadata ID
कोड
कोड टूल्स।
13 कमांड्स
sift code blameकिसी फ़ाइल के लिए Git blame देखें
- Arguments
filerequired — Relative file path- Flags
--root <value>— Repository root path
sift code memory confirmऑडिट करने योग्य कारण के साथ किसी कोड मेमोरी कैंडिडेट की पुष्टि करें
- Arguments
idrequired — Memory ID- Flags
--reason <value>— Audit reason
sift code memory deleteसेव किए गए कोडबेस फैक्ट को हटाएँ
- Arguments
idrequired — Memory ID- Flags
-y, --yes— Skip confirmation
sift code memory detect-staleपुरानी पड़ चुकी कोड मेमोरी का पता लगाएँ और उन्हें needs_review के रूप में मार्क करें (यह कभी डिलीट नहीं करता)
- Flags
--limit <value>— Maximum memories to scan--repo <value>— Repository ID
sift code memory editकिसी कोड मेमोरी को उसकी जगह पर ही एडिट करें; पिछला कंटेंट ऑडिट लेज़र में सुरक्षित रहता है
- Arguments
idrequired — Memory ID- Flags
--confidence <value>— Confidence 0-1--fact <value>— Updated fact--reason <value>— Audit reason
sift code memory eventsकिसी कोड मेमोरी के लिए केवल जोड़े जाने वाले (append-only) क्यूरेशन/लीनिएज इवेंट्स की लिस्ट दिखाएँ
- Arguments
idrequired — Memory ID- Flags
--limit <value>— Maximum number of events
sift code memory getप्रोवेनेंस, सबूत और लाइफ़साइकल के साथ कोई एक कोड मेमोरी दिखाएँ
- Arguments
idrequired — Memory ID
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
sift code memory needs-reviewपुराने होने या विरोधाभास की संभावना होने पर किसी कोड मेमोरी को needs_review के रूप में मार्क करें (यह कभी डिलीट नहीं करता)
- Arguments
idrequired — Memory ID- Flags
--reason <value>— Audit reason--signal <value>— Staleness signal (repeatable)
sift code memory rejectऑडिट करने योग्य कारण के साथ किसी कोड मेमोरी को अस्वीकार करें (सॉफ़्ट-रिजेक्ट; यह कभी डिलीट नहीं करता)
- Arguments
idrequired — Memory ID- Flags
--reason <value>— Audit reason
sift code memory searchसेव किए गए कोडबेस फैक्ट्स खोजें
- Arguments
queryrequired — 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
sift code memory storeकोडबेस फैक्ट सेव करें
- Flags
--agent <value>— Authoring agent (marks memory as agent-authored)--category <architecture|integration|convention|entrypoint|gotcha|ownership>— Fact category--commit <value>— Source commit SHA--confidence <value>— Confidence 0-1--evidence-chunk <value>— Historical indexed chunk ID supporting the fact--fact <value>— Fact to store (1-2 sentences)--file <value>— Related file path--path <value>— Additional related path (repeatable)--reason <value>— Capture reason (required with --agent)--repo <value>— Repository ID--work-item <value>— Related agent work item ID
sift code memory supersedeकिसी नए तथ्य के साथ पुरानी कोड मेमोरी की जगह लें; पुरानी मेमोरी को लीनिएज के रूप में सुरक्षित रखा जाता है
- Arguments
idrequired — 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>— Evidence chunk ID (repeatable)--fact <value>— Replacement fact--file <value>— Related file path--path <value>— Additional related path (repeatable)--reason <value>— Audit reason
Codex
Codex ऑटोमेशन हेल्पर्स।
1 कमांड
sift codex daily-review collectCodex डेली वर्क रिव्यू के लिए रीड-ओनली Siftable और लोकल git कॉन्टेक्स्ट इकट्ठा करें
- Flags
--calendar-days <value>— Calendar lookahead days--limit <value>— Maximum records per source--skip-git— Skip local git summary
कॉन्टेक्स्ट
1 कमांड
sift context currentवर्तमान प्रिंसिपल, ओनर, प्रोजेक्ट और लोकल चेकआउट कॉन्टेक्स्ट को समझाएँ
- Flags
--workspace-root <value>— Absolute local checkout root to describe (never sent as a workspace tenant ID)
CRM
6 कमांड
sift crm import applyमौजूदा CRM इम्पोर्ट प्लान से सिर्फ़ मंज़ूर किए गए ऑपरेशन लागू करें; रीप्ले सुरक्षित है
- Arguments
planIdrequired — Durable CRM import plan UUID- Flags
--yes— Confirm canonical CRM writes without prompting
sift crm import approveमौजूदा CRM इम्पोर्ट प्लान में सभी या चुने हुए बाकी ऑपरेशन मंज़ूर करें
- Arguments
planIdrequired — Durable CRM import plan UUID- Flags
--operation-id <value>— Stable operation ID to approve; repeat to approve a subset--reason <value>— Human approval reason recorded on the plan--yes— Confirm the approval without prompting
sift crm import getस्टेबल प्लान ID से एक ड्यूरेबल CRM इम्पोर्ट प्लान को फिर से शुरू करें और जाँचें
- Arguments
planIdrequired — Durable CRM import plan UUID
sift crm import planकैननिकल CRM रिकॉर्ड लिखे बिना, CSV, TSV, XLS, या XLSX से एक ड्यूरेबल CRM इम्पोर्ट प्लान बनाएँ या फिर से इस्तेमाल करें
- Arguments
filerequired — Local CSV, TSV, XLS, or XLSX source (8 MiB maximum)- Flags
--mapping-mode <manual|workspace_auto>— Manual mapping or approved workspace mapping profile--provider <generic|salesforce>— Source provider mapping
sift crm organizations convertकिसी CRM ऑर्गनाइजेशन और वर्कस्पेस के बीच की नियंत्रित सीमा को समझाएँ
- Arguments
idrequired — CRM organization ID
sift crm organizations listकेवल CRM ऑर्गनाइजेशन की लिस्ट दिखाएँ; सहयोगी वर्कस्पेस इसमें शामिल नहीं हैं
- Flags
--limit <value>— Maximum number of CRM results--search <value>— Optional fuzzy search query
डेटासेट
स्ट्रक्चर्ड डेटासेट्स।
43 कमांड्स
sift datasets addडेटासेट में रिकॉर्ड जोड़ें
- Arguments
idrequired — Dataset ID- Flags
--idempotency-key <value>— Caller-owned stable key for replaying this exact dataset mutation--record <value>— Record as JSON object, e.g. '{"name":"Alice","age":"30"}'--records <value>— Multiple records as JSON array
sift datasets aggregateग्रुप किए गए मेट्रिक्स (count, avg, sum, min, max, median, stddev, percentile, ratio) के साथ डेटासेट रिकॉर्ड्स को एग्रीगेट करें
- Arguments
idrequired — 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>— Max rows--metrics <value>— JSON array of metrics [{operation, field, as}]--sorts <value>— JSON array of sorts
sift datasets analyzeडेटासेट के लिए तथ्यों पर आधारित सहज भाषा में इनसाइट्स जेनरेट करें
- Arguments
idrequired — Dataset ID- Flags
--filters <value>— JSON array of filters--focus-fields <value>— Comma-separated field names to focus analysis on--max-insights <value>— Max insights to generate--mode <descriptive|operational>— Analysis mode--signal-limit <value>— Max decision signals to return
sift datasets apply-diffसेव किया गया डेटासेट diff प्लान लागू करें
- Arguments
planrequired — Path to a local diff plan or persisted diff plan ID- Flags
--yes— Confirm applying the saved diff plan without prompting
sift datasets archiveफिजिकल टेबल हटाए बिना डेटासेट को आर्काइव करें
- Arguments
idrequired — Dataset ID- Flags
-y, --yes— Confirm dataset archival without prompting
sift datasets bucketन्यूमेरिक या डेट फ़ील्ड को रेंज में बाँटें और हर बकेट के लिए एग्रीगेट मैट्रिक्स देखें
- Arguments
idrequired — Dataset ID- Flags
--boundaries <value>— Comma-separated boundary values (omit for auto-bucketing)--bucket-count <value>— Number of auto-buckets (default: 5)--field <value>— Field to bucket--filters <value>— JSON array of filters--metrics <value>— JSON array of metrics
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>— 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
sift datasets compareकैटेगोरिकल फ़ील्ड के सेगमेंट्स के बीच मैट्रिक्स की साथ-साथ तुलना करें
- Arguments
idrequired — Dataset ID- Flags
--filters <value>— JSON array of filters--limit <value>— Max segment values to compare--metrics <value>— JSON array of metrics--segment-field <value>— Categorical field to segment by--segment-values <value>— Comma-separated segment values (auto-discovers if omitted)
sift datasets computeडेटासेट या पिछले डिराइव्ड परिणाम से डिराइव्ड फ़ील्ड्स कैलकुलेट करें
- Arguments
id— Dataset ID- Flags
--computed-fields <value>— JSON array of computed fields, e.g. '[{"as":"spread","expression":"right.Close-left.Close"}]'--filters <value>— JSON array of filters--limit <value>— 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
sift datasets contractएजेंट के पढ़ने योग्य डेटासेट स्कीमा और कैपेबिलिटी कॉन्ट्रैक्ट दिखाएँ
- Arguments
idrequired — Dataset ID- Flags
--resolve <value>— Comma-separated semantic field references to resolve--template <value>— Validate contract against a built-in template
sift datasets createडेटासेट बनाएँ
- Flags
--description <value>— Dataset description--fields <value>— Field definitions as JSON array, e.g. '[{"name":"age","type":"number"}]'--idempotency-key <value>— 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>— Dataset title--ttl <value>— Lifecycle TTL duration, e.g. 12h, 7d, 30d
sift datasets dedupeडेटा में बदलाव किए बिना, key के आधार पर डुप्लीकेट रिकॉर्ड्स खोजें
- Arguments
idrequired — Dataset ID- Flags
--key <value>— Field name used to group duplicates--limit <value>— Maximum records to scan in one bounded pass
sift datasets deleteडेटासेट को स्थायी रूप से हटाएँ और उसकी फिजिकल टेबल को ड्रॉप करें
- Arguments
idrequired — Dataset ID- Flags
-y, --yes— Confirm dataset deletion without prompting
sift datasets delete-recordडेटासेट से एक रिकॉर्ड हटाएँ
- Arguments
idrequired — Dataset IDrecord-idrequired — Record ID- Flags
--idempotency-key <value>— Caller-owned stable key for replaying this exact dataset mutation-y, --yes— Skip confirmation
sift datasets diffCSV, JSON या JSONL फ़ाइल से डेटासेट रो (row) में होने वाले बदलावों का प्रिव्यू देखें
- Arguments
idrequired — Dataset ID- Flags
--batch-size <value>— Records per backend batch--from-file <value>— 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
sift datasets diff-plans listसेव किए गए डेटासेट diff प्लान्स की लिस्ट देखें
- Flags
--dataset-id <value>— Filter by dataset ID--limit <value>— Maximum plans to return--status <draft|validated|applied|rejected|expired>— Filter by plan status
sift datasets diff-plans showसेव किया गया डेटासेट diff प्लान देखें
- Arguments
idrequired — Diff plan ID
sift datasets exportडेटासेट रिकॉर्ड्स को CSV, JSON, JSONL या Markdown के रूप में एक्सपोर्ट करें
- Arguments
idrequired — Dataset ID- Flags
--filters <value>— JSON array of filters--format <csv|json|jsonl|markdown>— Export format--limit <value>— Max rows to export-o, --output <value>— Output file path (writes to stdout if omitted)--sorts <value>— JSON array of sorts
sift datasets facetsडेटासेट फ़ील्ड्स के लिए फ़ैसेट (facet) समरी देखें
- Arguments
idrequired — Dataset ID- Flags
--fields <value>— Comma-separated field names to facet--limit <value>— Maximum values per facet
sift datasets formula-planफ़ॉर्मूला फ़ील्ड्स कैलकुलेट करें और डेटासेट अपडेट्स का प्रिव्यू देखें
- Arguments
idrequired — Dataset ID- Flags
--computed-fields <value>— JSON array of computed fields, e.g. '[{"as":"score","expression":"confidence * reliability"}]'--filters <value>— JSON array of filters for compute source--limit <value>— 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>— Field used to match rows for update
sift datasets getडेटासेट की जानकारी और स्कीमा प्राप्त करें
- Arguments
idrequired — Dataset ID
sift datasets impactडेटासेट फ़ॉर्मूला, ग्राफ़, व्यू, क्वालिटी और मैटेरियलाइज़ेशन के प्रभाव को समझाएँ
- Arguments
idrequired — Dataset ID- Flags
--from-plan <value>— Persisted diff plan ID to inspect--operation <value>— Committed dataset operation ID to inspect
sift datasets importCSV, JSON या JSONL रोज़ को नए या मौजूदा डेटासेट में इम्पोर्ट करें
- Arguments
filerequired — Path to CSV, JSON, or JSONL file- Flags
--batch-size <value>— 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
sift datasets inspect-fileडेटासेट बनाए या बदले बिना, एक लोकल CSV, TSV, XLS, या XLSX फ़ाइल के स्ट्रक्चर की जाँच करें
- Arguments
filerequired — 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
sift datasets joinleft.Close और right.Close जैसे एलियास-स्कोप वाले फ़ील्ड्स का उपयोग करके डेटासेट को खुद से जोड़ें
- Arguments
idrequired — Dataset ID- Flags
--join-keys <value>— JSON array of join keys, e.g. '[{"leftField":"Date","rightField":"Date"}]'--join-type <inner|left|right>— Join type--left-alias <value>— Left alias--left-filters <value>— JSON array of left-side filters--limit <value>— Maximum joined rows--right-alias <value>— 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
sift datasets listडेटासेट्स की लिस्ट देखें
- Flags
--limit <value>— Maximum number of results
sift datasets lookupसटीक key/value मैच के आधार पर डेटासेट रिकॉर्ड्स खोजें
- Arguments
idrequired — Dataset ID- Flags
--key <value>— Field name to match--limit <value>— Maximum matching records--value <value>— Exact value to match
sift datasets materializeडिराइव्ड रिज़ल्ट को एक नए स्क्रैच डेटासेट में मैटेरियलाइज़ करें
- Flags
--description <value>— Dataset description--idempotency-key <value>— 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>— Title of the new dataset
sift datasets pivotग्रुप किए गए डेटासेट मैट्रिक्स से पिवट-स्टाइल समरी बनाएँ
- Arguments
idrequired — Dataset ID- Flags
--cols <value>— Column field--filters <value>— JSON array of filters--limit <value>— Maximum grouped cells to request--metrics <value>— JSON metrics array; defaults to count--rows <value>— Row field
sift datasets plotडिराइव्ड रिज़ल्ट से लाइटवेट प्लॉट पेलोड को वैलिडेट और नॉर्मलाइज़ करें
- Flags
--chart-type <line|bar|scatter>— 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>— X-axis field--y-fields <value>— Comma-separated Y-axis fields
sift datasets profileडेटासेट के लिए बाउंडेड प्रोफ़ाइल जानकारी दिखाएँ
- Arguments
idrequired — Dataset ID- Flags
--sample-limit <value>— Number of sample rows to include
sift datasets qualityस्ट्रक्चर्ड मिसिंग-वैल्यू मेट्रिक्स और रिपीटेड-वैल्यू ऑब्ज़र्वेशन के साथ डेटासेट की क्वालिटी जाँचें
- Arguments
idrequired — Dataset ID- Flags
--fields <value>— Comma-separated field names to check--repeat-threshold <value>— Minimum occurrences for a repeated value to be reported
sift datasets queryडेटासेट से रिकॉर्ड्स क्वेरी करें
- Arguments
idrequired — 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>— Maximum number of records--sorts <value>— Sort spec as JSON array, e.g. '[{"field":"name","direction":"asc"}]'
sift datasets rankसॉर्ट या वेटेड न्यूमेरिक फ़ॉर्मूला के आधार पर डेटासेट रिकॉर्ड्स को रैंक करें
- Arguments
idrequired — Dataset ID- Flags
--filters <value>— JSON array of filters--formula <value>— JSON formula object {weights: [{field, weight}]}--limit <value>— Max rows--sorts <value>— JSON array of sorts
sift datasets reconcileडेटासेट में बदलाव किए बिना, की (key) के आधार पर दो डेटासेट की तुलना करें
- Arguments
leftrequired — Left dataset IDrightrequired — Right dataset ID- Flags
--left-key <value>— Left dataset key field--limit <value>— Maximum rows to scan from each dataset--right-key <value>— Right dataset key field; defaults to --left-key
sift datasets schemaडेटासेट स्कीमा बदलें (फ़ील्ड्स जोड़ें, अपडेट करें या हटाएँ)
- Arguments
idrequired — 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>— Caller-owned stable key for replaying this exact dataset mutation--operation <add_field|update_field|delete_field>— Schema operation
sift datasets searchचुने गए टेक्स्ट-आधारित फ़ील्ड्स में डेटासेट रिकॉर्ड्स खोजें
- Arguments
idrequired — Dataset IDqueryrequired — 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>— Maximum merged records--per-field-limit <value>— Maximum records to request per searched field
sift datasets summarizeडेटासेट का सारांश (रो काउंट, फ़ील्ड्स, सैंपल रो) देखें
- Arguments
idrequired — Dataset ID
sift datasets templates listइन-बिल्ट डेटासेट टेम्पलेट्स की लिस्ट देखें
sift datasets templates showइन-बिल्ट डेटासेट टेम्पलेट का स्कीमा देखें
- Arguments
templaterequired — Template name
sift datasets timeserieslag, pct_change, rolling windows, drawdown, volatility और correlation के साथ डेटासेट टाइम सीरीज़ का विश्लेषण करें
- Arguments
idrequired — Dataset ID- Flags
--date-field <value>— Date field name--filters <value>— JSON array of filters--limit <value>— Maximum output rows--metrics <value>— JSON array of metric definitions--order-direction <asc|desc>— 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
sift datasets update-recordडेटासेट में रिकॉर्ड अपडेट करें
- Arguments
idrequired — Dataset IDrecord-idrequired — Record ID- Flags
--fields <value>— Field updates as JSON object, e.g. '{"status":"done"}'--idempotency-key <value>— Caller-owned stable key for replaying this exact dataset mutation
sift datasets validateइन-बिल्ट टेम्पलेट के साथ डेटासेट को वैलिडेट करें
- Arguments
idrequired — 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>— Built-in template name
डॉक्यूमेंट
डॉक्यूमेंट अपलोड।
1 कमांड
sift documents uploadकिसी डॉक्यूमेंट (PDF, Markdown, या टेक्स्ट) को नोट के रूप में अपलोड करें
- Arguments
filerequired — Path to file- Flags
--project <value>— Project ID--title <value>— Note title (defaults to filename)--type <note|concept|meeting|reference|daily|dataset>— Note type
एनवायरनमेंट
डिक्लेरेटिव एनवायरनमेंट कॉन्ट्रैक्ट्स और गवर्न किए गए वॉल्ट बंडल मटेरियलाइज़ेशन।
11 कमांड
sift env checkलोकल या 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
sift env diffबिना वैल्यू वाला एनवायरनमेंट कॉन्ट्रैक्ट ड्रिफ्ट दिखाएँ
- Flags
--checkout-root <value>— Exact Git checkout root containing .sift/environment.yaml
sift env endpoint enrollVault का एक्सेस दिए बिना किसी पब्लिक एंडपॉइंट आइडेंटिटी को एनरोल करें
- Flags
--dedicated— Endpoint is a dedicated runner--endpoint-class <interactive_desktop|remote_vm|noninteractive_runner|shared_host|ci_runner|production_host|multi_tenant>— Explicit endpoint policy class--kill-switch— Runner has an enforced kill switch--owner <value>— personal or workspace:<uuid>--storage-tier <hardware_host_bound|systemd_managed|convenience_keyring|none>— Actual endpoint key storage tier; convenience_keyring is not hardware-backed
sift env exampleकेवल नाम-और-प्लेसहोल्डर वाला एक डिटरमिनिस्टिक उदाहरण जेनरेट करें
- Flags
--checkout-root <value>— Exact Git checkout root containing .sift/environment.yaml--write— Write the deterministic output to .env.example instead of displaying it
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>— Reviewed value-free plan artifact--source <value>— Same explicit dotenv source used to create the plan
sift env import planकिसी एक बताए गए dotenv सोर्स के लिए वैल्यू-मुक्त, ओनर-स्कोप्ड प्लान बनाएँ।
- Flags
--checkout-root <value>— Checkout used only to reject Sift-managed source files--decision <value>— Explicit per-index decision: INDEX:keep-existing|overwrite|skip|rename=NAME--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>--plan-file <value>— New local value-free plan artifact to create--project <value>— Exact owner-scoped project UUID--source <value>— Explicit dotenv source file
sift env pullएक सटीक, गवर्न किए गए वॉल्ट बंडल को Sift-मैनेज्ड डेवलपमेंट एनवायरनमेंट फ़ाइल में पुल करें।
- Flags
--approval-timeout <value>--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>— Explicit endpoint policy class; managed pulls accept development only--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>--purpose <value>--replace— Replace a changed Sift-managed file using its exact observed precondition
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>— Reviewed value-free plan artifact--source <value>— Same explicit dotenv source used to create the plan
sift env push planकिसी एक बताए गए dotenv सोर्स के लिए वैल्यू-मुक्त, ओनर-स्कोप्ड प्लान बनाएँ।
- Flags
--checkout-root <value>— Checkout used only to reject Sift-managed source files--decision <value>— Explicit per-index decision: INDEX:keep-existing|overwrite|skip|rename=NAME--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>--plan-file <value>— New local value-free plan artifact to create--project <value>— Exact owner-scoped project UUID--source <value>— Explicit dotenv source file
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— Confirm removal of the exact recognized managed file
sift env statusवैल्यू-मुक्त लोकल एनवायरनमेंट की स्थिति रिपोर्ट करें।
- Flags
--checkout-root <value>— Exact Git checkout root containing .sift/environment.yaml
इवेंट्स
टाइमलाइन फैक्ट्स पर आधारित रिसर्च इवेंट्स।
3 कमांड
sift events attach-personकिसी मौजूदा रिसर्च इवेंट में किसी व्यक्ति को प्रतिभागी के रूप में जोड़ें
- Arguments
eventrequired — Existing temporal fact IDpersonrequired — Person UUID to attach- Flags
--role <value>— Participant role--yes— Confirm participant attachment without prompting
sift events createप्रतिभागियों के साथ रिसर्च इवेंट टाइमलाइन फैक्ट बनाएँ
- Flags
--body <value>— Event notes/body--confidence <low|medium|high>— Confidence level--entity <value>— Participant/entity as type:uuid or type:uuid:role; repeatable--org <value>— Organization UUID participant; repeatable--person <value>— Person UUID participant; repeatable--precision <millisecond|minute|hour|day|month|year|decade|century|millennium|mega_year|era>— Temporal precision--source <value>— 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>— Event title--visibility <org_public|private|restricted>— Timeline visibility--year <value>— Historical year CE--year-end <value>— Historical end year CE
sift events listरिसर्च इवेंट टाइमलाइन के तथ्यों की लिस्ट देखें
- Flags
--cursor <value>— Pagination cursor--end <value>— End boundary--entity <value>— Filter by entity ref type:uuid--limit <value>— Maximum events--order <asc|desc>— Sort order--person <value>— Filter by person UUID--q <value>— Text search query--start <value>— Start boundary
एविडेंस
Evidence Graph सेटअप और प्रूफ वर्कफ़्लो का मैनेजमेंट।
11 कमांड्स
sift evidence diff applyरिव्यू किए गए Evidence Graph diff प्लान को लागू करें
- Arguments
idrequired — Persisted diff plan ID- Flags
--yes— Confirm applying the reviewed diff plan without prompting
sift evidence diff impactसेव किए गए diff प्लान के Evidence Graph पर पड़ने वाले असर को समझें
- Arguments
idrequired — Persisted diff plan ID, or local when using --from-file- Flags
--from-file <value>— Local diff plan JSON file to explain without API access
sift evidence diff listसेव किए गए Evidence Graph diff प्लान की लिस्ट देखें
- Flags
--dataset-id <value>— Filter by evidence dataset ID--limit <value>— 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
sift evidence diff showडोमेन-अवेयर समरी के साथ Evidence Graph diff प्लान देखें
- Arguments
idrequired — Persisted diff plan ID
sift evidence extractEvidence Graph कैंडिडेट एक्सट्रैक्शन के लिए no-apply एजेंट वर्क बनाएँ
- Flags
--agent <value>— 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>— Evidence workflow pack--project <value>— Project ID--source-dataset <value>— Evidence sources dataset ID--targets <value>— Comma-separated extraction targets--yes— Confirm work item creation without prompting
sift evidence initEvidence Graph प्रोजेक्ट और डेटासेट-आधारित वर्किंग टेबल बनाएँ
- Arguments
namerequired — 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>— Evidence workflow pack--yes— Confirm creation without prompting
sift evidence planTrusted state लिखने से पहले Evidence Graph वर्कफ़्लो की प्लानिंग करें
- Arguments
goalrequired — Evidence Graph goal- Flags
--pack <company-origin|family-history|investigation|compliance-evidence|account-history|codebase-history>— Evidence workflow pack--project <value>— Existing project ID--source-dataset <value>— Existing evidence sources dataset ID
sift evidence projectEvidence 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>— Evidence workflow pack--project <value>— Evidence Graph project ID
sift evidence proof reportडेटासेट-आधारित एविडेंस पैकेट से Evidence Graph प्रूफ़ रिपोर्ट बनाएँ
- Flags
--format <json|markdown>— Report format--from-file <value>— Evidence packet JSON file to report on--project <value>— Evidence Graph project ID for report metadata
sift evidence sources importEvidence Graph सोर्स लेज़र रोज़ को डेटासेट-आधारित सोर्स टेबल में इम्पोर्ट करें
- Arguments
filerequired — Path to CSV, JSON, or JSONL source ledger rows- Flags
--batch-size <value>— Records per backend batch--dataset-id <value>— Evidence sources dataset ID--dry-run— Validate and plan source import without writing--upsert-by <value>— Field name used to update matching source rows--yes— Confirm mutating imports without prompting
sift evidence verifyEvidence Graph के provenance, review, projection और citation invariants को वेरिफाई करें
- Flags
--from-file <value>— Evidence packet JSON file to verify--project <value>— Evidence Graph project ID for report metadata
Grants
4 commands
sift grants adaptersList reviewed local execution adapters and honest containment tiers
sift grants requestRequest a human-approved grant for a pre-registered trusted local runner
- Flags
--adapter <value>--audience <value>--credential-field <value>--cwd <value>--executable <value>— Resolved reviewed executable path--executable-digest <value>--issuer <value>--operation <value>--purpose <value>--runner-fingerprint <value>--runner-public-key <value>— PEM public-key file from the trusted local runner--scope <value>— Provider scope JSON with string values--vault-entry <value>
sift grants runRequest approval, redeem in memory, and run exactly one reviewed child process
- Flags
--adapter <github_gh|github_publish_pr|terraform_apply>--approval-timeout <value>--audience <value>--body-file <value>— PR body file for github_publish_pr--credential-field <value>--cwd <value>--issuer <value>--operation <value>--purpose <value>--scope <value>--vault-entry <value>
sift grants statusInspect safe status for an ephemeral local execution grant
- Arguments
idrequired
ग्राफ
एंटिटी ग्राफ़ सर्च और नेबरहुड।
5 कमांड
sift graph betweenदो एंटिटीज़ के बीच के बाउंडेड ग्राफ़ पाथ को समझाएँ
- Arguments
sourcerequired — Source entity reference as type:uuidtargetrequired — Target entity reference as type:uuid- Flags
--depth <value>— Maximum path depth, backend clamps to 1-5--frontier-limit <value>— Maximum links to inspect per path expansion, backend clamps to 1-1000
sift graph explainदो एंटिटीज़ के बीच के बाउंडेड ग्राफ़ पाथ को समझाएँ
- Arguments
sourcerequired — Source entity reference as type:uuidtargetrequired — Target entity reference as type:uuid- Flags
--depth <value>— Maximum path depth, backend clamps to 1-5--frontier-limit <value>— Maximum links to inspect per path expansion, backend clamps to 1-1000
sift graph neighborsकिसी एंटिटी के लिए लोकल ग्राफ़ नेबर्स दिखाएँ
- Arguments
entityrequired — Entity reference as type:uuid- Flags
--depth <value>— Graph depth, backend clamps to 1-3--limit <value>— Maximum graph items, backend clamps to 1-200
sift graph previewएक ग्राफ एंटिटी का प्रीव्यू करें
- Arguments
entityrequired — Entity reference as type:uuid
sift graph searchग्राफ के काम के लिए लिंक करने योग्य एंटिटीज़ खोजें
- Arguments
queryrequired — Search query- Flags
--limit <value>— Maximum results--types <value>— Comma-separated entity types
नोट्स
ज्ञान नोट्स।
7 कमांड
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>
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>— Note title--type <note|concept|meeting|reference|daily|dataset>— Note type
sift notes deleteनोट हटाएँ
- Arguments
idrequired — Note ID- Flags
-y, --yes— Skip confirmation
sift notes getपूरे कंटेंट के साथ नोट देखें
- Arguments
idrequired — Note ID
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
sift notes searchनोट्स खोजें
- Arguments
queryrequired — Search query- Flags
--limit <value>— Maximum number of results--project <value>— Filter by project ID
sift notes updateनोट अपडेट करें
- Arguments
idrequired — 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 कमांड्स
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
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>— 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
sift organizations deleteऑर्गनाइजेशन हटाएँ
- Arguments
idrequired — Organization ID- Flags
-y, --yes— Skip confirmation
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
sift organizations updateऑर्गनाइजेशन अपडेट करें
- Arguments
idrequired — 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 कमांड्स
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
sift people context addएक ओनर-रिलेटिव पर्सनल या वर्क रिलेशनशिप जोड़ें।
- Arguments
personIdrequired — Person ID- Flags
--basis <value>— Why this relationship is recorded--confidence <value>— Evidence confidence from 0 to 1--context <personal|work>— Relationship context--primary— Make this the primary relationship in its context--relationship <value>— Relationship type, e.g. friend, client, mentor
sift people context listमौजूदा ओनर किसी व्यक्ति से कैसे जुड़ा है, इसकी सूची देखें।
- Arguments
personIdrequired — Person ID
sift people context removeएक ओनर-रिलेटिव रिलेशनशिप कॉन्टेक्स्ट हटाएँ।
- Arguments
personIdrequired — Person IDrelationshipIdrequired — Context relationship ID- Flags
--dry-run— Show what would be removed without writing-y, --yes— Remove without prompting
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>— 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>— 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
sift people deleteकॉन्टैक्ट हटाएँ
- Arguments
idrequired — Person ID- Flags
-y, --yes— Skip confirmation
sift people enrichरीप्ले-सेफ़ एक्सीक्यूशन के साथ किसी व्यक्ति के बारे में सार्वजनिक जानकारी पर रिसर्च करें।
- Arguments
idrequired — Person ID- Flags
--dataset <value>— Optional dataset ID for a reviewable reconciliation plan--dataset-upsert-by <value>— Preferred dataset identity field--idempotency-key <value>— Stable 8-128 character key for exact retries--mode <standard|ultra>— Research depth
sift people getखूबियों और रिश्तों के साथ किसी व्यक्ति की प्रोफ़ाइल देखें
- Arguments
idrequired — Person ID
sift people graphव्यक्ति-केंद्रित रिलेशनशिप ग्राफ़ दिखाएँ
- Arguments
idrequired — Person ID- Flags
--depth <value>— Relationship graph depth--include-inactive— Include inactive relationship edges
sift people kinshipदो लोगों के बीच की रिश्तेदारी या रिलेशनशिप की दूरी समझाएँ
- Arguments
egoPersonIdrequired — Ego/source person IDtargetPersonIdrequired — Target person ID- Flags
--max-depth <value>— Maximum relationship depth
sift people listकॉन्टैक्ट्स की लिस्ट देखें
- Flags
--category <family|romantic|professional|social>— Relationship category--contains <value>— Name substring filter--context <all|personal|work>— 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
sift people relateदो लोगों के बीच संबंध बनाएँ या अपडेट करें
- Arguments
personAIdrequired — First person IDpersonBIdrequired — Second person ID- Flags
--dry-run— Preview the relationship payload without writing--notes <value>— Relationship notes--type <value>— Relationship type, e.g. colleague, sibling, spouse, collaborator-y, --yes— Apply without prompting
sift people searchकॉन्टैक्ट्स खोजें
- Arguments
queryrequired — 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
sift people timelineकिसी व्यक्ति से जुड़े टाइमलाइन फैक्ट्स की लिस्ट देखें
- Arguments
idrequired — Person ID- Flags
--limit <value>— Maximum facts to return--order <asc|desc>— Sort order--role <value>— Filter by entity role, comma-separated
sift people updateकॉन्टैक्ट अपडेट करें
- Arguments
idrequired — 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 कमांड्स
sift projects archiveप्रोजेक्ट आर्काइव करें
- Arguments
idrequired — Project ID- Flags
-y, --yes— Skip confirmation
sift projects contextप्रोजेक्ट का कॉन्टेक्स्ट (टास्क, नोट्स, सिग्नल्स) प्राप्त करें
- Arguments
idrequired — Project ID
sift projects createप्रोजेक्ट बनाएँ
- Flags
--emoji <value>— Single emoji--name <value>— Project name--status <planning|active|on_hold|blocked|completed>— Project status--summary <value>— Project summary
sift projects listप्रोजेक्ट्स की लिस्ट दिखाएँ
- Flags
--include-archived— Include archived projects--status <planning|active|on_hold|blocked|completed>— Filter by status
sift projects planningकिसी प्रोजेक्ट के लिए कैनोनिकल CSN प्लानिंग स्नैपशॉट प्राप्त करें
- Arguments
idrequired — Project ID
sift projects planning-recomputeकिसी प्रोजेक्ट के लिए कैनोनिकल CSN प्लानिंग स्नैपशॉट को फिर से कैलकुलेट करें
- Arguments
idrequired — Project ID
sift projects updateप्रोजेक्ट अपडेट करें
- Arguments
idrequired — 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 कमांड्स
sift recipes listइन-बिल्ट रिसर्च वर्कफ़्लो रेसिपीज़ की लिस्ट दिखाएँ
sift recipes showकोई इन-बिल्ट रिसर्च वर्कफ़्लो रेसिपी दिखाएँ
- Arguments
idrequired — Recipe ID
Relationships
79 commands
sift relationships actions dry-runPreview a relationship action on the server without committing it
- Arguments
idrequired — Relationship action IDentity— Relationship entity as opportunity:<uuid> or prospect:<uuid>- Flags
--entity <value>— Target as prospect:uuid or opportunity:uuid--idempotency-key <value>— Stable 8-128 character key for reproducible server-side previews--input <value>— Action input JSON object--input-file <value>— Path to action input JSON
sift relationships actions listList 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
sift relationships actions runRun any canonical relationship action with replay-safe caller identity
- Arguments
idrequired — Canonical action ID from relationships actions listentity— 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>— 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
sift relationships actions showShow one registered relationship action
- Arguments
idrequired — Relationship action ID
sift relationships briefCompose an exact, evidence-grounded relationship brief
- Arguments
subjectrequired — Subject as prospect:uuid or opportunity:uuid- Flags
--lens <value>— Relationship lens identifier
sift relationships composer approver-editएक एट्रिब्यूटेड अप्रूवर रिविज़न बनाएँ और कोचिंग रिव्यू फिर से खोलें।
- Arguments
idrequired — Composer session UUID- Flags
--body <value>--expected-version <value>--reason <value>--subject <value>--yes— Confirm the attributed edit
sift relationships composer bind-senderएक स्पष्ट, एक्टिव, कनेक्टेड ईमेल अकाउंट को एक ड्यूरेबल ड्राफ़्ट से बाइंड करें।
- Arguments
idrequired — Composer session UUID- Flags
--expected-version <value>— Current optimistic session version--sender <value>— Connected email account UUID
sift relationships composer confirmबाउंड ब्रीफ़ की पुष्टि करें और इसका पहला ड्यूरेबल ड्राफ़्ट रिविज़न बनाएँ।
- Arguments
idrequired — Composer session UUID- Flags
--expected-version <value>— Current optimistic session version--yes— Confirm brief and create draft
sift relationships composer createएक ड्यूरेबल रिलेशनशिप ब्रीफ़-से-ड्राफ़्ट सेशन बनाएँ या फिर से शुरू करें।
- Arguments
subjectrequired — Subject as prospect:uuid or opportunity:uuid- Flags
--file <value>— JSON file with source, recommendation, brief, and ranked evidence
sift relationships composer dispatchसटीक अप्रूवल रखें, अभी भेजें, या एक गवर्न किए गए रिलेशनशिप मेसेज को शेड्यूल करें।
- Arguments
idrequired — Composer session UUID- Flags
--at <value>— ISO-8601 time required for send_later--choice <approve_only|send_now|send_later>— Dispatch outcome--expected-version <value>— Current optimistic session version--idempotency-key <value>— Stable retry key for this exact choice and time--yes— Confirm this governed dispatch choice
sift relationships composer evaluateमौजूदा ड्यूरेबल ड्राफ़्ट का मूल्यांकन करें और फ़्रेज़-एंकर वाली कोचिंग फाइंडिंग्स जोड़ें।
- Arguments
idrequired — Composer session UUID- Flags
--expected-version <value>— Current optimistic session version
sift relationships composer finding-actionकिसी एट्रिब्यूटेबल कोचिंग फाइंडिंग को समझाएँ, प्रीव्यू करें, स्वीकारें, खारिज करें, या अंडू करें।
- Arguments
idrequired — Composer session UUIDfindingrequired — Coaching finding UUID- Flags
--action <explain|preview|accept|reject|undo>--expected-version <value>— Current optimistic session version--yes— Confirm a mutating coaching decision
sift relationships composer historyरिकॉर्ड किए गए क्रम में कोचिंग और ड्राफ़्ट निर्णय की हिस्ट्री दिखाएँ।
- Arguments
idrequired — Composer session UUID
sift relationships composer request-approvalसटीक कंपोजर रिव्यू के लिए अप्रूवल का अनुरोध करें या फिर से शुरू करें; अप्रूवल सिर्फ़ ब्राउज़र पर ही उपलब्ध रहेगा।
- Arguments
idrequired — Composer session UUID- Flags
--expected-version <value>— Current optimistic session version--idempotency-key <value>— Stable approval-request retry key--yes— Confirm the approval request
sift relationships composer request-changesमैसेज को बिना बदले, एक सटीक रिव्यू उसके लेखक को वापस भेजें।
- Arguments
idrequired — Composer session UUID- Flags
--expected-version <value>--reason <value>--yes— Confirm the review interruption
sift relationships composer resolve-identityएक रिव्यू किए गए मैसेज के लिए इनलाइन 'plausible-duplicate' गेट को हल या रूट करें।
- Arguments
idrequired — Composer session UUID- Flags
--candidate <value>— Candidate person UUID--decision <same_person|different_people|route_to_owner>--expected-version <value>--yes— Confirm the identity decision
sift relationships composer reviewकोचिंग-क्लियर ड्यूरेबल ड्राफ़्ट को गवर्नड रिव्यू के लिए आगे बढ़ाएँ।
- Arguments
idrequired — Composer session UUID- Flags
--approver-user-id <value>— Optional active internal workspace member who will approve the exact message--expected-version <value>— Current optimistic session version--yes— Confirm the transition to review
sift relationships composer save-draftरिलेशनशिप ड्राफ़्ट का एक नया ड्यूरेबल रिवीज़न सेव करें।
- Arguments
idrequired — Composer session UUID- Flags
--file <value>— JSON file with expectedVersion, subject, and bodyText
sift relationships composer showएक ड्यूरेबल रिलेशनशिप कंपोजर सेशन दिखाएँ।
- Arguments
idrequired — Composer session UUID
sift relationships composer updateड्राफ़्ट बनाने से पहले, बाउंड इंटेंट और रैंक किए गए एविडेंस को अपडेट करें।
- Arguments
idrequired — Composer session UUID- Flags
--file <value>— JSON file with expectedVersion, brief, and evidence
sift relationships contact-plan inspectसोर्स लाइफ़साइकल को बदले बिना, एक कैननिकल व्यक्ति के कॉन्टैक्ट प्लान की जाँच करें।
- Arguments
personrequired — Canonical person UUID- Flags
--from <value>— Inclusive ISO-8601 inspection window start--limit <value>— Maximum projected items--timezone <value>— IANA display timezone--to <value>— Inclusive ISO-8601 inspection window end
sift relationships diagnoses createएक अपरिवर्तनीय, एविडेंस-ग्राउंडेड रिलेशनशिप डायग्नोसिस स्नैपशॉट बनाएँ।
- Flags
--file <value>— Diagnosis JSON file--yes— Confirm immutable diagnosis creation
sift relationships diagnoses listअपरिवर्तनीय रिलेशनशिप डायग्नोसिस स्नैपशॉट की सूची दिखाएँ।
- Flags
--limit <value>--subject-id <value>--subject-type <prospect|opportunity>
sift relationships email-accounts listरिलेशनशिप ड्राफ़्ट और गवर्नड सेंड्स के लिए उपलब्ध सेंडर अकाउंट्स की सूची दिखाएँ।
sift relationships generated-assets draftएक अप्रूव्ड आउटरीच एसेट से एक प्राइवेट कम्युनिकेशन प्रस्ताव बनाएँ; यह भेजा नहीं जाएगा।
- Arguments
idrequired — Generated outreach/follow-up asset UUID- Flags
--file <value>— Exact senderAccountId, destination, optional edits, and idempotency JSON file--yes— Confirm proposal creation
sift relationships generated-assets generateअप्रूव्ड सटीक प्लेबुक और सोर्स-एसेट वर्ज़न से एक ग्राउंडेड एसेट जेनरेट करें।
- Flags
--file <value>— Generation request JSON file--yes— Confirm immutable asset generation
sift relationships generated-assets listमैनिफ़ेस्ट और नवीनतम आर्टिफ़ैक्ट रिव्यू के साथ, जेनरेट किए गए रिलेशनशिप एसेट्स की सूची दिखाएँ।
- Flags
--limit <value>--subject-id <value>--subject-type <prospect|opportunity>
sift relationships generated-assets reviewएक जेनरेट किए गए आर्टिफ़ैक्ट में मानवीय अप्रूवल का निर्णय जोड़ें।
- Arguments
idrequired — Generated asset UUID- Flags
--decision <approved|rejected|needs_changes>--reason <value>--yes— Confirm append-only review
sift relationships generated-assets review-historyएक जेनरेट किए गए एसेट की रिव्यू हिस्ट्री की सूची दिखाएँ।
- Arguments
idrequired — Generated asset UUID
sift relationships generated-assets showएक जेनरेट किया गया एसेट, उसका सटीक मैनिफ़ेस्ट, और नवीनतम आर्टिफ़ैक्ट अप्रूवल दिखाएँ।
- Arguments
idrequired — Generated asset UUID
sift relationships generated-assets usage-listएक जेनरेट किए गए एसेट के उपयोग और परिणाम लिंक्स की सूची दिखाएँ।
- Arguments
idrequired — Generated asset UUID
sift relationships generated-assets usage-recordएक जेनरेट किए गए एसेट में एक्सपोर्ट, इंटरनल-शेयर, या परिणाम-लिंक का रिकॉर्ड जोड़ें।
- Arguments
idrequired — Generated asset UUID- Flags
--idempotency-key <value>— Stable 8-128 character retry key--kind <exported|shared_internally|outcome_linked>--outcome <value>— Stable outcome reference; required for outcome_linked--yes— Confirm append-only usage record
sift relationships handoffs listList immutable relationship outcome receipts in the onboarding queue
- Flags
--limit <value>— Maximum receipts
sift relationships handoffs showShow one immutable relationship outcome handoff receipt
- Arguments
idrequired — Outcome handoff receipt UUID
sift relationships meetings brief createस्वीकृत रिलेशनशिप सबूतों से एक सबूत-सहित मीटिंग ब्रीफ़ बनाएँ।
- Flags
--input <value>— Exact meeting brief input JSON--input-file <value>— Path to exact meeting brief input JSON
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
sift relationships meetings evidence captureसहमति-गेटेड ट्रांसक्रिप्ट सबूत या स्पष्ट रूप से दिए गए मैनुअल नोट्स कैप्चर करें।
- Flags
--idempotency-key <value>— 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
sift relationships meetings evidence showएक कैनोनिकल मीटिंग-सबूत इवेंट और उसके सोर्स लोकेटर की जाँच करें।
- Arguments
idrequired — Relationship meeting evidence event UUID
sift relationships meetings proposals applyनई प्रीकंडीशन जाँच के बाद, एक अप्रूव्ड मीटिंग प्रपोज़ल को एटॉमिक रूप से लागू करें।
- Arguments
idrequired — Approved meeting proposal UUID- Flags
--expected-proposal-digest <value>— Exact reviewed proposal digest--yes— Confirm the persistent internal relationship-state change
sift relationships meetings proposals createएक रजिस्टर्ड रिलेशनशिप एक्शन के लिए एक इम्यूटेबल, सबूत-सहित प्रपोज़ल बनाएँ।
- Flags
--idempotency-key <value>— 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
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
sift relationships meetings proposals reviewएक बिना बदले हुए मीटिंग प्रपोज़ल में एक एट्रिब्यूटेबल अप्रूवल या रिजेक्शन जोड़ें।
- Arguments
idrequired — 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
sift relationships meetings proposals showएक मीटिंग-डिराइव्ड रिलेशनशिप प्रपोज़ल, सबूत, डिफ़्स, और रिकवरी प्लान की जाँच करें।
- Arguments
idrequired — Meeting proposal UUID
sift relationships outcomes describeरनटाइम रिलेशनशिप-आउटकम कॉन्ट्रैक्ट्स और सेफ़्टी बाउंड्रीज़ का वर्णन करें।
sift relationships outcomes inspectबिना पर्सिस्टेंस के, Answer/C0 मोड में घोषित रिलेशनशिप आउटकम की जाँच करें।
- Flags
--input <value>— Exact InspectRelationshipOutcomeInput JSON--input-file <value>— Path to exact inspection input JSON
sift relationships outcomes interventionsएक स्नैपशॉट के लिए सिंगल, बाउंडेड, और रिव्यू करने योग्य इंटरवेंशन बैच दिखाएँ।
- Arguments
snapshotIdrequired — Relationship-outcome snapshot ID
sift relationships outcomes listबाउंडेड कर्सर पेजिनेशन के साथ रिलेशनशिप-आउटकम स्नैपशॉट्स लिस्ट करें।
- Flags
--cursor <value>— Opaque cursor from the previous page--limit <value>— 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
sift relationships outcomes recordsबाउंडेड कर्सर पेजिनेशन के साथ सटीक स्नैपशॉट रिकॉर्ड्स लिस्ट करें।
- Arguments
snapshotIdrequired — Relationship-outcome snapshot ID- Flags
--cursor <value>— Opaque cursor from the previous page--limit <value>— Maximum records to return--posture <value>— Filter by the declared record posture--risk <value>— Filter by low, moderate, high, or unknown operational risk
sift relationships outcomes reviewकिसी भी प्रस्तावित रजिस्टर्ड एक्शन को एक्ज़ीक्यूट किए बिना एक आइडेंपोटेंट स्नैपशॉट रिव्यू रिकॉर्ड करें।
- Arguments
snapshotIdrequired — Relationship-outcome snapshot ID- Flags
--dry-run— Validate authority and selected interventions without recording a review--idempotency-key <value>— 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
sift relationships outcomes runएक C2 रिलेशनशिप-आउटकम स्नैपशॉट बनाएँ या ड्राई-रन करें; प्रस्तावित एक्शन कभी एक्ज़ीक्यूट न करें।
- Flags
--dry-run— Validate and project without persisting a snapshot--idempotency-key <value>— 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
sift relationships outcomes showएक इम्यूटेबल रिलेशनशिप-आउटकम स्नैपशॉट दिखाएँ।
- Arguments
snapshotIdrequired — Relationship-outcome snapshot ID
sift relationships playbook-recommendations createकम से कम तीन संभावित मूव्स के साथ एक महत्वपूर्ण सिफ़ारिश रिकॉर्ड करें।
- Flags
--file <value>— Recommendation JSON file--yes— Confirm immutable recommendation creation
sift relationships playbook-recommendations listवैकल्पिक मूव्स के साथ रिकॉर्ड की गई रिलेशनशिप प्लेबुक सिफ़ारिशें लिस्ट करें।
- Flags
--limit <value>--subject-id <value>--subject-type <prospect|opportunity>
sift relationships playbooks createरनटाइम-कॉन्ट्रैक्ट JSON से एक इम्यूटेबल, अनअप्रूव्ड रिलेशनशिप प्लेबुक वर्ज़न बनाएँ।
- Flags
--file <value>— Playbook version JSON file--yes— Confirm immutable version creation
sift relationships playbooks listअपरिवर्तनीय रिलेशनशिप प्लेबुक वर्शन और सबसे नए मंज़ूरी फ़ैसले लिस्ट करें
- Flags
--limit <value>— Maximum versions--stable-key <value>— Filter by stable playbook key
sift relationships playbooks reviewकिसी प्लेबुक वर्शन में मैन्युअल मंज़ूरी का फ़ैसला जोड़ें
- Arguments
idrequired — Playbook version UUID- Flags
--decision <approved|rejected|needs_changes>--reason <value>— Attributable review reason--yes— Confirm append-only review
sift relationships playbooks showएक अपरिवर्तनीय रिलेशनशिप प्लेबुक वर्शन और सबसे नई मंज़ूरी दिखाएँ
- Arguments
idrequired — Playbook version UUID
sift relationships proposals getInspect one relationship action proposal and its evidence
- Arguments
idrequired — Proposal ID
sift relationships proposals listList 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
sift relationships proposals request-approvalRequest short-lived human approval for a proposal; cannot approve or consume it
- Arguments
idrequired — Proposal ID- Flags
--idempotency-key <value>— Stable 8-128 character key for safe retries--purpose <value>— Non-secret reason shown to the human approver
sift relationships queues listList relationship team queues in the active workspace
sift relationships recommendations executeExecute an accepted, current recommendation through the canonical action runtime
- Arguments
idrequired — Recommendation UUID- Flags
--yes— Confirm canonical action execution
sift relationships recommendations listList immutable relationship recommendation snapshots
- Flags
--lens <value>— Relationship lens identifier--limit <value>— Maximum recommendations--subject <value>— Filter by prospect:uuid or opportunity:uuid
sift relationships recommendations reviewAppend an ordinary review decision to a relationship recommendation
- Arguments
idrequired — Recommendation UUID- Flags
--decision <accepted|dismissed|snoozed|needs_information>— Review decision--reason <value>— Review reason--snoozed-until <value>— Offset-aware ISO date-time, required for snoozed--yes— Confirm the append-only review
sift relationships recommendations showShow a relationship recommendation with its exact citations and gates
- Arguments
idrequired — Recommendation UUID
sift relationships sequences createCreate 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>— Stable 8-128 character key for safe retries
sift relationships sequences dry-runPreview a supervised sequence on the server without committing it
- Arguments
idrequired — Sequence ID- Flags
--idempotency-key <value>— 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
sift relationships sequences enrollEnroll a relationship target in a supervised sequence
- Arguments
idrequired — Sequence ID- Flags
--idempotency-key <value>— Stable 8-128 character key for safe retries--input <value>— Enrollment input JSON object--input-file <value>— Path to enrollment input JSON
sift relationships sequences getShow one supervised relationship sequence
- Arguments
idrequired — Sequence ID
sift relationships sequences listList supervised relationship sequences
- Flags
--limit <value>— Maximum results--status <value>— Filter by sequence status
sift relationships sequences pausePause a supervised relationship sequence
- Arguments
idrequired — Sequence ID- Flags
--idempotency-key <value>— Stable 8-128 character key for safe retries--reason <value>— Non-secret pause reason
sift relationships sequences resumeResume a supervised relationship sequence
- Arguments
idrequired — Sequence ID- Flags
--idempotency-key <value>— Stable 8-128 character key for safe retries
sift relationships sequences runsList execution evidence for a supervised relationship sequence
- Arguments
idrequired — Sequence ID- Flags
--limit <value>— Maximum results--status <value>— Filter by run status
sift relationships sequences updateUpdate a supervised relationship sequence from a JSON definition
- Arguments
idrequired — Sequence ID- Flags
--definition <value>— Sequence update JSON object--definition-file <value>— Path to sequence update JSON--idempotency-key <value>— Stable 8-128 character key for safe retries
sift relationships showShow the current relationship collaboration snapshot
- Arguments
entityrequired — Relationship entity as opportunity:<uuid> or prospect:<uuid>
sift relationships source-assets createएक अपरिवर्तनीय, बिना मंज़ूरी वाला ग्राउंडेड सोर्स-एसेट वर्शन बनाएँ
- Flags
--file <value>— Source-asset version JSON file--yes— Confirm immutable version creation
sift relationships source-assets listअपरिवर्तनीय ग्राउंडेड सोर्स-एसेट वर्शन और सबसे नए मंज़ूरी फ़ैसले लिस्ट करें
- Flags
--limit <value>— Maximum versions--stable-key <value>— Filter by stable source-asset key
sift relationships source-assets reviewकिसी सोर्स-एसेट वर्शन में मैन्युअल मंज़ूरी का फ़ैसला जोड़ें
- Arguments
idrequired — Source-asset version UUID- Flags
--decision <approved|rejected|needs_changes>--reason <value>--yes— Confirm append-only review
sift relationships source-assets showएक सटीक अपरिवर्तनीय सोर्स-एसेट वर्शन और उसका सबसे नया रिव्यू दिखाएँ
- Arguments
idrequired — Source-asset version UUID
रिसर्च
रिसर्च वर्कफ़्लो की प्लानिंग और मैनेजमेंट।
4 कमांड्स
sift research initरिसर्च प्रोजेक्ट और स्टैंडर्ड डेटासेट बनाएँ
- Arguments
namerequired — Research project name- Flags
--dry-run— Preview project/dataset creation without writing--template <historical-research>— Research template--yes— Confirm creation without prompting
sift research planडेटा लिखने से पहले एक डिटरमिनिस्टिक रिसर्च वर्कफ़्लो प्लान करें
- Arguments
goalrequired — Research goal- Flags
--project <value>— Existing project ID--source-dataset <value>— Existing sources dataset ID
sift research runरिसर्च रेसिपी के लिए डिटरमिनिस्टिक एजेंट वर्क बनाएँ
- Arguments
reciperequired — Research run recipe- Flags
--agent <value>— 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
sift research statusरिसर्च प्रोजेक्ट कॉन्टेक्स्ट और CLI की तैयारी की जाँच करें
- Arguments
project— Project ID
स्किल्स
इंस्टॉल करने योग्य Siftable स्किलपैक।
2 कमांड्स
sift skills installSiftable स्किलपैक को लोकल स्किल्स डायरेक्टरी में इंस्टॉल करें
- Arguments
idrequired — Skillpack ID- Flags
--force— Replace an existing installed skill--target <value>— Installed skills directory-y, --yes— Confirm replacing an existing skill
sift skills listइंस्टॉल करने योग्य Siftable स्किलपैक की लिस्ट देखें
टास्क
human planning टास्क।
11 कमांड्स
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>
sift tasks completeटास्क को पूरा हुआ मार्क करें
- Arguments
idrequired — Task ID
sift tasks coupling-createएक ही प्रोजेक्ट के टास्क के बीच CSN कपलिंग एज बनाएँ
- Arguments
idrequired — Source task IDtargetrequired — Target task ID- Flags
--note <value>— Optional note--strength <value>— Coupling strength (0-1)--type <info|resource>— Coupling type
sift tasks coupling-deleteटास्क से CSN कपलिंग एज हटाएँ
- Arguments
idrequired — Task IDedgeIdrequired — Coupling edge ID- Flags
-y, --yes— Skip confirmation
sift tasks coupling-listटास्क के लिए CSN coupling edges की लिस्ट दिखाएँ
- Arguments
idrequired — Task ID
sift tasks createhuman planning टास्क बनाएँ
- 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>— Task title
sift tasks deleteटास्क हटाएँ
- Arguments
idrequired — Task ID- Flags
-y, --yes— Skip confirmation
sift tasks gethuman planning टास्क की जानकारी पाएँ
- Arguments
idrequired — Task ID
sift tasks listhuman planning टास्क की लिस्ट दिखाएँ
- Flags
--cursor <value>— Continuation cursor from a previous page--effort <trivial|small|medium|large|epic|unknown>— Filter by effort--limit <value>— 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
sift tasks planning-updateटास्क के लिए CSN planning फ़ील्ड्स अपडेट करें
- Arguments
idrequired — 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)
sift tasks updatehuman planning टास्क अपडेट करें
- Arguments
idrequired — 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 कमांड्स
sift timeline createयूज़र द्वारा लिखा गया टाइमलाइन फैक्ट बनाएँ
- Flags
--body <value>— Fact body or notes--confidence <low|medium|high>— Confidence level--entity <value>— Participant/entity as type:uuid or type:uuid:role; repeatable--fact-type <value>— Fact type--precision <millisecond|minute|hour|day|month|year|decade|century|millennium|mega_year|era>— 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>— Fact title--visibility <org_public|private|restricted>— Timeline visibility--year <value>— Historical year CE--year-end <value>— Historical end year CE
sift timeline deleteटाइमलाइन फैक्ट हटाएँ
- Arguments
idrequired — Timeline fact ID- Flags
--yes— Confirm retraction without prompting
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>— Maximum items to return--order <asc|desc>— Sort order--q <value>— Text search query--source-types <value>— Comma-separated source types--start <value>— Start boundary, ISO timestamp or supported historical boundary
sift timeline narrativeटाइमलाइन फैक्ट्स के लिए नैरेटिव समरी या स्पष्टीकरण जनरेट करें
- Flags
--action <summarize|changed_since|led_to|what_next|cross_object>— Narrative action--entity <value>— Entity scope as type:uuid--entity-roles <value>— Comma-separated entity roles--fact-type <value>— Fact type filter--limit <value>— 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
वॉल्ट
सीक्रेट्स वॉल्ट।
15 कमांड्स
sift vault auditList Vault audit events (requires vault:audit:read)
- Flags
--limit <value>— Maximum number of results--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>
sift vault createनया एन्क्रिप्टेड सीक्रेट स्टोर करें
- Flags
--category <value>— Category--description <value>— Description--name <value>— Secret name--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>--payload <value>— 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
sift vault leases cleanएक लोकल लीज़ आर्टिफ़ैक्ट को साफ़ करें और कंफर्म, फेल या अज्ञात स्थिति को प्रमाणित करें
- Arguments
idrequired- Flags
--checkout-root <value>— Git checkout used to prove runtime separation--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>
sift vault leases listवैल्यू-फ्री एनवायरनमेंट लीज़ और क्लीनअप मेटाडेटा लिस्ट करें
- Flags
--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>
sift vault leases revokeभविष्य में लीज़ के इस्तेमाल को रद्द करें, मौजूद होने पर लोकल आर्टिफ़ैक्ट को हटाएँ, और क्लीनअप को प्रमाणित करें
- Arguments
idrequired- Flags
--checkout-root <value>— Git checkout used to prove runtime separation--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>
sift vault leases statusएक वैल्यू-फ्री एनवायरनमेंट लीज़ के लाइफ़साइकल की जाँच करें
- Arguments
idrequired- Flags
--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>
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
sift vault materialize environmentएक सटीक गवर्न्ड Vault बंडल को Sift-मैनेज्ड डेवलपमेंट एनवायरनमेंट फ़ाइल में लाएँ
- Flags
--approval-timeout <value>--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>— Explicit endpoint policy class; managed pulls accept development only--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>--purpose <value>--replace— Replace a changed Sift-managed file using its exact observed precondition
sift vault materialize requestRequest human approval for one destination-bound Vault materialization
- Flags
--destination <value>--entry <value>--expected-digest <value>--field <value>--materializer-digest <value>--mode <0400|0600>--nonce <value>--overwrite--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>--purpose <value>--runner-fingerprint <value>--runner-public-key <value>--tracked-exception--workspace-root <value>— Absolute local workspace root containing the destination
sift vault materialize revokeएक पेंडिंग डेस्टिनेशन-बाउंड Vault मटेरियलाइजेशन को रद्द करें
- Arguments
idrequired — 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>
sift vault materialize runRequest approval, wait, and materialize one Vault field at the exact approved path
- Flags
--approval-timeout <value>--destination <value>— Destination path; relative paths resolve inside --workspace-root before approval--entry <value>--field <value>--mode <0400|0600>--overwrite--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>--purpose <value>--tracked-exception--workspace-root <value>— Absolute local workspace root containing the destination
sift vault materialize statusInspect safe status for a destination-bound Vault materialization
- Arguments
idrequired- 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>
sift vault searchवॉल्ट एंट्रीज़ खोजें
- Arguments
queryrequired — Search query- Flags
--limit <value>— Maximum number of results--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>
sift vault updateवॉल्ट एंट्री का मेटाडेटा अपडेट करें
- Arguments
idrequired — 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
sift vault use leaseGit worktree के बाहर एक सटीक शॉर्ट-लिव्ड एनवायरनमेंट बंडल आर्टिफ़ैक्ट बनाएँ
- Flags
--approval-timeout <value>--checkout-root <value>— Checkout containing .sift/environment.yaml--consumer <value>— 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>--holder <value>— Bound holder identifier; defaults to the local runner fingerprint--owner <value>— Exact Vault owner: personal or workspace:<tenant-id>--purpose <value>--ttl <value>
वर्क
एक्ज़ीक्यूटेबल एजेंट वर्क क्यू।
25 कमांड्स
sift work blockवर्क आइटम को ब्लॉक्ड मार्क करें
- Arguments
idrequired — 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"?}]
sift work cancelवर्क आइटम रद्द करें
- Arguments
idrequired — 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"?}]
sift work claimअगले उपलब्ध एग्जीक्यूटेबल एजेंट वर्क आइटम को क्लेम करें
- Arguments
id— Optional specific work item ID- Flags
--agent <value>— Agent alias to claim for--lease <value>— Lease seconds--owner <value>— Claim owner identity
sift work completeएग्जीक्यूटेबल एजेंट वर्क आइटम को अप्रूव और पूरा करें
- Arguments
idrequired — 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"?}]
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
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>— 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>— 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>— Queue rank--scope <value>— Included workspace-relative write scope; repeat for multiple paths--task <value>— Parent human planning task ID--title <value>— Executable work item title--verify <value>— Verification commands separated by semicolons--write-scope <value>— Write scope JSON object
sift work dependencies getGet authoritative dependencies and claimability for a work item
- Arguments
idrequired — Work item UUID
sift work dependencies setAtomically replace the authoritative dependencies for a work item
- Arguments
idrequired — Work item UUID- Flags
--depends-on <value>— Dependency JSON array; pass [] to clear dependencies
sift work dependency-policy getGet a project default work-dependency gate
- Flags
--project <value>— Project UUID
sift work dependency-policy setSet a project default work-dependency gate
- Flags
--gate <done|commands_passed>— Default gate for dependencies that omit requiredGate--project <value>— Project UUID
sift work editC2: 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
idrequired — 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>— Observed work item revision--idempotency-key <value>— 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>— 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
sift work failवर्क आइटम को फ़ेल मार्क करें
- Arguments
idrequired — 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"?}]
sift work getएक्ज़ीक्यूटेबल एजेंट वर्क आइटम की डिटेल्स पाएँ
- Arguments
idrequired — Work item ID
sift work heartbeatवर्क आइटम लीज़ बढ़ाएँ
- Arguments
idrequired — 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"?}]
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
sift work releaseक्लेम किए गए वर्क आइटम को वापस क्यू में रिलीज़ करें
- Arguments
idrequired — 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"?}]
sift work requeueReturn blocked work to the queue for a fresh claim
- Arguments
idrequired — 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"?}]
sift work reviewएक्ज़ीक्यूटेबल एजेंट वर्क को ह्यूमन रिव्यू के लिए मार्क करें
- Arguments
idrequired — 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"?}]
sift work revisionsList immutable, attributable work-item revision receipts and field diffs
- Arguments
idrequired — Work item ID- Flags
--limit <value>— Maximum revisions to return
sift work startवर्क आइटम को रनिंग मार्क करें
- Arguments
idrequired — 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"?}]
sift work verification evidenceSubmit externally executed evidence for an exact plan version and step ID
- Arguments
idrequired — Work item ID- Flags
--artifacts <value>— Artifact reference JSON array for larger logs--attempt <value>— 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>— Execution environment label--exit-code <value>— Process exit code when applicable--outcome <passed|failed|error>— Attempt outcome--output <value>— Bounded output excerpt; secrets are redacted by the API--plan-version <value>— Active verification plan version--provenance <value>— Evidence provenance JSON object--ran-at <value>— RFC3339 execution timestamp--step <value>— Stable verification step UUID
sift work verification historyList immutable verification-plan history and coverage
- Arguments
idrequired — Work item ID
sift work verification planShow the active versioned verification plan and coverage
- Arguments
idrequired — Work item ID
sift work verification reviseCreate an audited active verification-plan revision
- Arguments
idrequired — Work item ID- Flags
--expected-version <value>— Observed active plan version--provenance <value>— Revision provenance JSON object--reason <value>— Audited revision reason--steps <value>— Verification step JSON array--steps-file <value>— Path to a verification step JSON array--yes— Confirm activation without prompting
sift work verifyDeprecated compatibility command. Hosted LLM verification is retired; use verification-command evidence.
- Arguments
idrequired — 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
वर्कर
लोकल एक्ज़ीक्यूटेबल वर्क रनर्स।
2 कमांड्स
sift worker dispatchठीक दो AWS एजेंट वर्कर के लिए एक नो-स्पेंड, सर्फ़ेस-न्यूट्रल प्लान बनाएँ
- Flags
--max-runtime-minutes <value>— 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>— Calling control surface; does not change dispatch identity--work-item <value>— Queued Sift work-item UUID; repeat exactly twice
sift worker runएक्ज़ीक्यूटेबल काम को क्लेम करें, लोकल वर्कर कमांड चलाएँ, और रिव्यू के लिए ज़रूरी आर्टिफ़ैक्ट्स की रिपोर्ट करें
- Flags
--agent <value>— Agent alias to claim work for--command <value>— Local command to run for the claimed work item--cwd <value>— Fallback working directory for the local command--lease <value>— Lease seconds--owner <value>— Worker owner fingerprint
वर्कस्पेस
3 कमांड
sift workspaces currentमौजूदा Personal या कोलाबोरेटिव वर्कस्पेस का चयन दिखाएँ
sift workspaces listप्रमाणित यूज़र के लिए उपलब्ध कोलाबोरेटिव वर्कस्पेस की लिस्ट देखें
sift workspaces useखोजने के लिए किसी कोलाबोरेटिव वर्कस्पेस को चुनें, या इसे हटाने के लिए Personal चुनें
- Arguments
idrequired — Workspace ID, or "personal"
इंटरैक्टिव Copilot
sift interactive कमांड एक टर्मिनल कोपायलट शुरू करता है जो चैट करता है, टूल्स चलाता है, कोड एडिट करता है, पैरेलल एजेंट ब्रांच बनाता है, काम की प्लानिंग करता है और डायग्राम रेंडर करता है — यह सब आपके टर्मिनल में होता है और आपकी फाइलसिस्टम और Siftable वर्क ग्राफ़ पर काम करता है।
$ sift interactive
ज़रूरतें और स्टार्टअप
- Bun ज़रूरी है।
sift interactiveBun को फिर से चलाता है; अगर यह इंस्टॉल नहीं है, तो यहcurl -fsSL https://bun.sh/install | bashप्रिंट करता है। - ऑथेंटिकेशन ज़रूरी है —
--token,SIFT_TOKEN, याsift auth loginके ज़रिए। - ब्रेन इन-प्रोसेस चलता है — शुरू करने के लिए कोई अलग डेमन (daemon) नहीं है।
- लिखने की अनुमति वर्कस्पेस रूट तक सीमित है — यह आपकी लॉन्च डायरेक्टरी की वह सबसे नज़दीकी पैरेंट डायरेक्टरी है जिसमें
.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.
स्लैश कमांड्स
कमांड मेनू खोलने के लिए / टाइप करें। छिपे हुए कमांड्स को टाइप किया जा सकता है, लेकिन वे मेनू में दिखाई नहीं देंगे।
| Command | Group | Description |
|---|---|---|
/help, /hotkeys, /status | Session | Command list, keyboard shortcuts, and current model/scope/queue status |
/cwd [path] | Session | Show or change the working directory (recomputes the workspace root) |
/copy [last|all|explorer] | Session | Copy the latest reply, whole transcript, or latest explorer report to the clipboard |
/clear, /quit | Session | Reset the transcript; exit |
/threads [clear], /compact | Session | Manage the persisted thread; force a context compaction (requires context compaction enabled) |
/model [id] [effort] | Model | Open the model picker or select a model and reasoning effort directly |
/codex [login|on|use|off|logout|status] | Model | Control the Codex (ChatGPT) engine; default subcommand is status |
/key <provider> <key>, /key vault <provider> | Model | Store a provider API key, or hydrate it from Siftable Vault |
/login | Model | Siftable device-code login from inside the TUI |
/explorer | Model | Configure the repo Explorer (context-gathering backend) |
/skills [name] | Skills | List discovered skills, or print one skill's body |
/branches | Branches | Open the parallel-agent branches hub |
/spawn <title> [--rw <globs>|--rw-any|--ro] | Branches | Start a child agent branch in its own git worktree with an access mode |
/merge, /rebase, /sendback, /reject | Branches | Land, replay, resume, or reject a child branch |
/work | Work | Open the work-queue hub (board of agents and items by status) |
/plan [objective | work [--apply] [--after SRC:DST] [--limit N] | view] | Work | Plan from an objective, or compute a precedence DAG over the agent work queue as a Mermaid graph |
/handoff <title> [--agent ..] [--files ..] [--acceptance ..] [--verify ..] | Work | Create a Siftable work item from the current context |
/proof <claim>, /remember <fact> --category <..> | Work | Gather code/test evidence; store durable code memory |
/crew [list|show|new|run], /collab | Crews | Manage and run multi-agent crews; show in-process collaboration sessions |
/mermaid [request|file.mmd|source], /view | Diagrams | Render Mermaid (NL request, file, or source) in the terminal; open the pannable viewer |
/theme, /sounds [on|off] | Appearance | Open 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 स्किल्स तक दिखाई देती हैं।
कीबोर्ड शॉर्टकट्स
ओवरले (Overlays) सबसे पहले कीबोर्ड इनपुट लेते हैं, इसलिए बाइंडिंग्स मोड के हिसाब से काम करती हैं।
- 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
नेटिव एक्सेलेरेशन
परफ़ॉर्मेंस के लिए ज़रूरी पाथ्स (कॉन्टेक्स्ट कॉम्पैक्शन, लॉन्ग-थ्रेड मेमोरी, फाइलसिस्टम स्कैनिंग, मर्ज ऑर्केस्ट्रेशन, इमेज हैंडलिंग) Bun FFI के ज़रिए लोड किए गए नेटिव Zig मॉड्यूल्स पर चलते हैं, जिनमें से हर एक के लिए एक TypeScript फ़ॉलबैक मौजूद है। पैकेज में macOS (Apple Silicon) और Linux (x64) के लिए प्रीबिल्ट लाइब्रेरीज़ आती हैं; अन्य प्लेटफॉर्म्स फ़ॉलबैक का इस्तेमाल करते हैं। फ़ॉलबैक को ज़बरदस्ती लागू करने के लिए SIFT_NO_NATIVE=1 सेट करें, और लाइव कॉन्टेक्स्ट-टोकन मीटर के साथ थ्रेड पर्सिस्टेंस और रिज़्यूम को इनेबल करने के लिए SIFT_CONTEXT_COMPACTION=1 सेट करें।
दिखावट और साउंड
/theme में 10 थीम्स मिलती हैं (डिफ़ॉल्ट "sieve" — चारकोल पर वॉर्म एम्बर), जो ~/.siftable/appearance.json में सेव होती हैं। /sounds से UI साउंड इफ़ेक्ट्स को चालू या बंद किया जा सकता है (डिफ़ॉल्ट रूप से बंद), जो ~/.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.
पूरी जानकारी, जिसमें हर स्लैश कमांड, की-बाइंडिंग, एनवायरनमेंट वेरिएबल और कॉन्फ़िग फ़ाइल शामिल है: GitHub पर docs/interactive.md।