Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 894 Bytes

File metadata and controls

17 lines (12 loc) · 894 Bytes

PBMate — AI Agent Instructions

TUI + SDK companion for Percona Backup for MongoDB. Monorepo: sdk/ (Go SDK), mcp/ (MCP server), root (TUI, BubbleTea).

Key Docs (loaded via opencode.json instructions)

  • docs/agents/agent-rules.md — Core rules, workflow, git practices, build commands, extension recipes
  • docs/agents/sdk-conventions.md — SDK architecture, file patterns, sealed commands, PBM context
  • docs/agents/tui-conventions.md — TUI architecture, BubbleTea patterns, sub-model design
  • docs/agents/pitfalls.md — Lessons learned, common bugs and their fixes

Reference (read on-demand when working on related areas)

  • docs/agents/progress.md — Work tracking, current focus, backlog, completed milestones
  • docs/agents/tui-design.md — TUI layout spec, keybindings, message flow, form overlays
  • sdk/README.md — SDK API documentation and examples