Skip to main content
Almanac identifies a wiki with a human handle such as acme/company-handbook.

Create the wiki

List the workspaces available to your account, then create the wiki in one:
almanac workspaces
almanac wikis create "Company Handbook" --workspace acme
wiki_123  acme/company-handbook  Company Handbook
Creating a wiki does not select it for the current directory.
almanac link acme/company-handbook
Almanac writes:
.almanac.yaml
wiki: acme/company-handbook
Commit .almanac.yaml when the project and wiki belong together. almanac unlink removes only this local file; it never deletes the hosted wiki. Wiki commands use the first value available:
Wiki context precedence: an explicit flag wins over the environment variable, which wins over the nearest project link.
almanac search "onboarding" --wiki acme/handbook
ALMANAC_WIKI=acme/handbook almanac sources tree
There is no global selected wiki. Run almanac whoami to see the current identity, workspaces, and directory link. See Wiki context and environment variables for the complete reference.

Next: upload source files

Add original evidence to the linked wiki.