Skip to content

Version Packages - #104

Merged
sutisnamulyana merged 1 commit into
mainfrom
changeset-release/main
Aug 7, 2026
Merged

Version Packages#104
sutisnamulyana merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@sawala/cli@0.15.0

Minor Changes

  • 6edcfae: Add sawala tugasna canvas — project documents as markdown.

    A canvas is a long-form document that belongs to the project, not to a task:
    tasks and boards reference one, and it outlives all of them.

    The pair that matters is pull / push. They are the only commands in
    sawala tugasna whose payload is raw markdown rather than JSON, which is the
    whole reason canvases are stored as markdown — a document can be pulled to a
    .md file, edited with ordinary tools or read by a coding agent as a
    specification, and pushed back:

    sawala tugasna canvas pull <canvasId> -o spec.md
    sawala tugasna canvas push <canvasId> -f spec.md
    

    pull writes only the document to stdout, with id/revision/title on stderr, so
    redirecting stdout to a file is safe. push reads the current revision first
    and sends it as expectedRevision, so a concurrent edit is refused rather than
    silently overwritten; --force skips that guard.

    Also adds list, create, get, move, link, unlink, links,
    history, restore, delete, and a folder sub-group (create, rename,
    move, delete) over the three-level folder tree. unlink removes a
    reference and never the document — its prompt says so — while delete removes
    the document, its history and every reference, and its prompt reports how many
    references will go with it.

@sutisnamulyana
sutisnamulyana merged commit f3ba04d into main Aug 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant