Skip to main content
Garden is Almanac’s maintenance job. It reviews existing pages against their sources and applies a focused editorial update.

Improve the whole wiki

almanac garden \
  --guidance "merge duplicate onboarding guidance and tighten stale pages"
almanac jobs wait last
Describe the outcome you want. Almanac still validates and records the resulting page changes as one observable job.

Improve one page

almanac garden \
  --page operations/customer-onboarding \
  --guidance "make escalation steps concrete and cite the current policy"
almanac jobs wait last
Use the extensionless path returned by almanac search or almanac pages list.

Verify the result

almanac jobs show last
almanac show operations/customer-onboarding --sources
The Python SDK currently gardens an entire wiki; page-scoped Garden is available through the CLI and REST API. See Uploads and jobs for lifecycle details and CLI automation before scripting it.