ariadnev docs

Search this edition

    Tham chiếu CLI

    Toàn bộ lệnh của ariadnev, tham số và tùy chọn, chiếu ra từ bản phát hành.

    On this page
    1. Các lệnh trong bản phát hành này
    2. vcskill
    3. Tùy chọn
    4. vcskill add-skill
    5. Tham số
    6. Tùy chọn
    7. vcskill backups
    8. Tham số
    9. Tùy chọn
    10. vcskill contract
    11. Tùy chọn
    12. vcskill coverage
    13. Tùy chọn
    14. vcskill doctor
    15. Tùy chọn
    16. vcskill eval
    17. Tùy chọn
    18. vcskill install
    19. Tùy chọn
    20. vcskill list
    21. Tùy chọn
    22. vcskill migrate
    23. Tùy chọn
    24. vcskill query
    25. Tham số
    26. Tùy chọn
    27. vcskill run
    28. Tham số
    29. Tùy chọn
    30. vcskill run cancel
    31. Tham số
    32. Tùy chọn
    33. vcskill run resume
    34. Tham số
    35. Tùy chọn
    36. vcskill run status
    37. Tham số
    38. Tùy chọn
    39. vcskill telemetry
    40. Tham số
    41. Tùy chọn
    42. vcskill uninstall
    43. Tùy chọn
    44. vcskill update
    45. Tùy chọn
    46. vcskill validate
    47. Tùy chọn

    Trang này được sinh từ bề mặt lệnh mà bản phát hành đóng gói. ariadnevav dùng thay cho nhau ở mọi nơi.

    Các lệnh trong bản phát hành này

    vcskill

    Install a curated, quality-gated workflow kit across coding-agent targets.

    Tùy chọn

    Tùy chọn
    --cwd <dir>override project root
    --dry-runplan only, write nothing
    --home <dir>override home root
    --yesskip interactive prompts
    -V, --versionoutput the version number

    vcskill add-skill

    Scaffold a new canonical skill in the kit

    Tham số

    • name (bắt buộc)

    Tùy chọn

    Tùy chọn
    --description <text>skill description

    vcskill backups

    List or restore vcskill-managed backups

    Tham số

    • action (bắt buộc) — list | restore <timestamp>
    • timestamp — backup timestamp (for restore)

    Tùy chọn

    Tùy chọn
    --file <rel>restore only the file matching this name
    --globaluse ~/ scope

    vcskill contract

    Print the provider×artifact capability contract (--json for machines)

    Tùy chọn

    Tùy chọn
    --jsonemit JSON instead of the Markdown matrix

    vcskill coverage

    Strictly check classified claims against skill content

    Tùy chọn

    Tùy chọn
    --skill <name>only check one skill (bare or vc: prefixed)

    vcskill doctor

    Health-check the installed kit against its receipt

    Tùy chọn

    Tùy chọn
    --fixre-merge hook bindings that drifted out of settings.json (backs up first)
    --globalcheck ~/ scope

    vcskill eval

    Score kit quality — tier-1 static; tier-2 behavioral suite; optional tier-3 LLM judge

    Tùy chọn

    Tùy chọn
    --concurrency <count>maximum parallel isolated runs
    --deep-repeats <count>repeats for every golden task
    --model <name>pinned model identity
    --runner <json-argv>strict JSON argv array; prompt is sent on stdin
    --runtime-provider <name>pinned runtime provider identity
    --runtime-version <version>pinned runtime version identity
    --skill <name>only evaluate one skill (bare or vc: prefixed)
    --skill-repeats <count>repeats for every skill routing cell
    --suiterun the tier-2 behavioral scenario suite
    --timeout-ms <milliseconds>per-run timeout
    --variant <name>benchmark variant: vcskill or reference

    vcskill install

    Install the kit to one or more providers

    Tùy chọn

    Tùy chọn
    --globalinstall to ~/ instead of ./
    --provider <list>comma-separated provider ids

    vcskill list

    Show kit contents and per-provider install state

    Tùy chọn

    Tùy chọn
    --globalcheck ~/ scope

    vcskill migrate

    Relocate installed files when provider path conventions change

    Tùy chọn

    Tùy chọn
    --globaloperate on ~/ instead of ./
    --provider <id>limit to one provider

    vcskill query

    Show recorded vcskill history (installs | doctor | history)

    Tham số

    • view — installs | doctor | history

    Tùy chọn

    Lệnh này không có tùy chọn.

    vcskill run

    Validate or execute a versioned graph workflow

    Tham số

    • workflow — canonical workflow ID

    Tùy chọn

    Tùy chọn
    --initial-state <json>initial graph state as a strict JSON object
    --instruction <text>workflow instruction
    --jsonemit a stable versioned JSON envelope
    --model <model>runtime model identity (stored outside Graph IR)
    --run-id <id>stable run ID (generated when omitted)
    --runtime <provider>explicit runtime: codex or claude-code
    --runtime-version <version>required runtime version (resume must match the original)
    --validatecompile and lint without probing or executing

    vcskill run cancel

    Request cooperative cancellation for an active run

    Tham số

    • run-id (bắt buộc) — existing run ID

    Tùy chọn

    Tùy chọn
    --jsonemit a stable versioned JSON envelope

    vcskill run resume

    Resume a durable run with the original graph and runtime identity

    Tham số

    • run-id (bắt buộc) — existing run ID

    Tùy chọn

    Tùy chọn
    --instruction <text>workflow instruction
    --jsonemit a stable versioned JSON envelope
    --model <model>runtime model identity (stored outside Graph IR)
    --runtime <provider>explicit runtime: codex or claude-code
    --runtime-version <version>required runtime version (resume must match the original)

    vcskill run status

    Read durable status without invoking a provider

    Tham số

    • run-id (bắt buộc) — existing run ID

    Tùy chọn

    Tùy chọn
    --jsonemit a stable versioned JSON envelope

    vcskill telemetry

    Anonymous telemetry status (stateless, off unless configured; opt out with VCSKILL_TELEMETRY_DISABLED=1)

    Tham số

    • action — status

    Tùy chọn

    Lệnh này không có tùy chọn.

    vcskill uninstall

    Remove a previously installed kit (receipt-based, preserves user-modified files)

    Tùy chọn

    Tùy chọn
    --globaluninstall from ~/ instead of ./
    --provider <list>comma-separated provider ids (default: every provider in the receipt)

    vcskill update

    Self-update to the latest vcskill release (--check to only report)

    Tùy chọn

    Tùy chọn
    --checkonly report whether an update exists; don't install
    --globalcheck ~/ scope

    vcskill validate

    Lint the kit source (frontmatter, sizes, references, claim coverage) without installing

    Tùy chọn

    Tùy chọn
    --checkalso fail if the README provider matrix is out of sync (CI gate)
    Open Markdown source
    Open heading link