← back · builds a v0.1 file · validated as you type
Declare how you use AI
Answer a few questions and this writes a valid Latestfile for you. Claim a namespace at the end and you get a shareable profile — no account, no login.
1What are you describing?
The scope decides which blocks are allowed. A project has no actor, so it gets no profile or contexts.
2Who is this?
Personal and team files must declare exactly one profile.
3Which tools?
Anything not listed can be added by hand — a tool with no registry entry is still valid.
4Which models?
5How do you actually work?
Workflows are descriptive in v0.1 — they record how AI fits in, they do not enforce anything.
6Instructions files
A pointer, not a copy. Parsers never read the file it points at.
7Contexts
A context is a named composition — home vs work. Importing an org file pulls in what the org provides.
latestfile_version = "0.1"
scope = "personal"
profile "me" {
}
Claim your namespace
The spec resolves registry:acme to namespace acme. Claiming a name here claims that namespace.
Add at least one tool or model first.