TREASURE Wiki Treasure Robotics internal wiki
From Treasure Wiki, the Treasure Robotics internal wiki

Treasure Wiki

The main page for Treasure Wiki, the Treasure Robotics internal wiki for projects, agents, and operators.

Welcome to [[Treasure Wiki]]

Treasure Wiki is the internal, editable wiki for Treasure Robotics projects. It is designed to be read by the team, edited by authenticated contributors, and updated programmatically through an OpenAPI-backed virtual filesystem.

From today's featured article

Agent-capable wiki describes a wiki that exposes its source content as Markdown files and provides filesystem-like commands for automation. Start with the [[About]] page for the initial operating model.

  • Source format: Markdown with [[cross-link]] references.
  • Read path: static pages cached at the edge.
  • Write path: authenticated API updates that rebuild the site index.

In the system

The wiki API exposes cat, ls, and find through openapi.json. The ls and find commands are resolved from the generated site index.

Programmatic clients should use /api/v1/fs/query when they want a single command translation endpoint.

Did you know...

  • The canonical documents are Markdown files stored separately from rendered pages.
  • Authenticated edits go through auth.trsr.bot.
  • The generated site index powers navigation and the virtual filesystem metadata layer.

On this deployment

The first production smoke test should confirm this main page, the [[About]] page, and the filesystem commands:

  • cat /about.md
  • ls /
  • find about