メインコンテンツへスキップ

ARC 2.0.0-beta.28

Reference

Index of Blocklet commands, manifest field groups, lifecycle states, and evidence boundaries for ARC 2.0.0-beta.28.

Stable index for the Blocklets board. Detail pages own the prose; this page is the lookup table.

Commands

CommandPurposeDetail page
arc blocklet create [dir]Scaffold package (init alias)Create and run locally
arc blocklet recipe list / explainDiscover scaffoldsGet started
arc blocklet check [dir]Profile contract (validate alias)Check, build, and inspect
arc blocklet build [dir]Write dist/ + manifestsCheck, build, and inspect
arc blocklet inspect <dir>Manifest + file listCheck, build, and inspect
arc blocklet list [dir]Discover packages under a treeCheck, build, and inspect
arc blocklet dev [dir]Convention scan (not a server)Check, build, and inspect
arc blocklet run <path>Serve one package on the daemonCreate and run locally
arc service start --blocklet <path>Cold-start daemon with one packageCreate and run locally
arc dsl validate / lint / formatDSL gatesCheck, build, and inspect
arc deploy …Register / publish pathsPublish and deploy
arc blocklet deploy / instance / fleetPages-oriented advanced pathsPublish and deploy

Full flag lists: arc blocklet.

Recipes and check profiles

RecipeCheck profile (when applicable)
basic, blankbasic
minimal-appminimal-app
agent-workspaceagent-workspace
support-communitysupport-community
blog, agentstart from recipe explain + basic / manual validation

Manifest field groups

GroupFields (summary)Page
IdentityspecVersion, id, name, did, version, descriptionManifest
Metadatalogo, keywords, tags, author, license, links, hiddenManifest
Runtimescope, mounts, system, sites, surfaces, instance, cron, ioManifest
Data contractsreplicated, networkRead, redistributable, indexData and AFS

Package vs instance

ObjectOne-linePage
PackageVersioned application artifact (blocklet.yaml + assets / dist/)Package and instance
InstanceParticular run or deployment with config and data bindingPackage and instance

Lifecycle honesty labels

LabelMeaning on this board
VerifiedExercised with arc 2.0.0-beta.28 in an isolated local environment for the stated command
PartialCommand exists; environment prerequisites or incomplete success recorded
Experimental / unverifiedNot E2E-proven here — do not document as default developer path

Adjacent boards

BoardUse for
AFSPaths, ops, providers
AUPInterface semantics, primitives
Web DeviceSites, components, themes
arc-cliFull CLI man pages
Architecture (when present)System map and product lineage tables

Evidence baseline

  • CLI: arc 2.0.0-beta.28 (0ec1be4, 2026-08-07 build stamp on service banner)
  • Isolated temp exercises: basic + minimal-app create/check/build/inspect/run/service start
  • Parser/types: BlockletManifest in ARC packages/core/src/blocklet/types.ts
  • Workflow archaeology cross-check: ARC docs/guides/third-party-blocklet-workflow.md (history → verified against current CLI where noted)