Skip to main content
Use this page when you know the four commands already and want repeatable ways to combine them.

Workflow: create the first useful artifact

Use this when you want fast confirmation that:
  • the output directory is packageable
  • the artifact was created successfully
  • the resulting file count and byte count look reasonable

Workflow: trust but verify

If an artifact is going to be uploaded, shared, or used as a baseline, verify it first:
Use this before:
  • attaching the artifact to a ticket or pull request
  • comparing against another artifact
  • storing the artifact as an accepted baseline

Workflow: baseline vs candidate review

This is the core review loop for repeated runs:
  • 0 means no packaged files changed
  • 20 means one or more packaged files changed
  • 1 means command or artifact failure

Workflow: received artifact from someone else

When someone hands you a .fpk file:
inspect tells you what it claims to be. verify tells you whether the payload still matches the manifest.

Workflow: accept a new baseline

The public OSS CLI does not manage baseline aliases or tags. If the candidate is acceptable, update your baseline explicitly in your own storage or workflow. For example:
Or upload the accepted candidate artifact to the location your CI jobs already use as the baseline source.

Workflow: use from a shell script

Treat 20 as “artifact changed”, not “tool crashed”.

Workflow: 60-second AI-assisted software demo

Use this when you want a short demo that looks like real AI-assisted software work instead of a single summary.txt file. Create two tiny directories with the kinds of files an agent-assisted coding run often produces:
Then run the full review loop:
That flow shows why filepacks matters for AI-assisted software work: one portable artifact preserves the agent’s files, verify confirms they still match the manifest, and compare shows exactly what changed before a human decides whether to ship.

Workflow: choose the right command

Continue to the individual command pages for argument and output details.