picoclaw/docs
2026-04-17 14:00:45 +08:00
..
architecture refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
channels refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
design refactor: make agent loop support parallel and update docs 2026-04-16 14:43:15 +08:00
guides refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
migration refactor(config): make config.Channel to multiple instance support 2026-04-13 22:21:21 +08:00
operations refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
project refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
reference refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
security refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
README.md refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00

PicoClaw Documentation

Documentation is organized by document type first and language second.

Sections

  • project/: project-level translated entry documents
  • guides/: setup and usage guides
  • reference/: reference material and configuration details
  • operations/: debugging and troubleshooting
  • security/: security-related documentation
  • architecture/: architecture and internal design notes
  • channels/: channel-specific integration guides
  • design/: design proposals and investigations
  • migration/: migration notes

Language Naming

  • English documents use the base filename, for example configuration.md
  • Translations use .<locale>.md, for example configuration.zh.md
  • Code-adjacent translated READMEs follow the same convention