Reference

FAQ

Do I need to know git or version control?

No. Stet handles all version tracking behind the scenes. You interact with a document editor and a suggestion inbox -- never with git commands or branch names.

What file format are my documents in?

Markdown (.md). The editor shows formatted text, but the underlying files are plain markdown. Your documents are portable and can be opened in any text editor.

How often does my work save?

Automatically, about 2 seconds after you stop typing. You'll see a "Saved" indicator at the bottom of the editor.

How do AI agent edits show up?

When an agent edits a file in your workspace, Stet detects the change within about a second and shows it as an "Edit" proposal in the sidebar. Your version of the file stays untouched until you accept. The agent doesn't need to create a branch or know about git.

Can I undo an accepted change?

Yes. Open Version history with the clock icon in the document header, pick the version you want, and press "Restore this version". Every save is captured, so no work is lost.

Can I undo a rejection?

Rejections are permanent. A contributor can submit the same suggestion again if needed, and it will appear as a new change.

What happens if I close the app while suggestions are pending?

Nothing is lost. Suggestions persist until you accept or reject them. They'll be there when you come back.

Can two people suggest changes to the same paragraph?

Yes. When this happens, Stet detects the overlap and marks both suggestions with a conflict indicator. You can preview both and choose which one to accept.

Do contributors see my document in real time?

No. Contributors work on their own copy. They don't see your live edits, and you don't see theirs until they submit a suggestion.

What tools can contributors use?

Any tool that can edit text files -- Claude Code, Cursor, VS Code, a terminal editor, or another instance of Stet. You can launch agents directly from Stet's File menu.

Is my data stored in the cloud?

No. Stet runs entirely on your computer. Your documents, history, and suggestions are all local files.

What's the CLAUDE.md file?

When you open a workspace, Stet may offer to add a CLAUDE.md file. This tells AI agents they're working in a Stet workspace. It's optional -- Stet captures external edits regardless -- but it helps agents avoid actions that interfere with the review flow.