Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.16 KB

File metadata and controls

32 lines (20 loc) · 1.16 KB

adaptalk Agent Rules

adaptalk is a Rust terminal client for Adapt's hosted MCP server. The domain glossary is CONTEXT.md; keep it glossary-only. Record hard-to-reverse, surprising trade-offs in docs/adr.

Use the Nix development shell for local commands:

nix develop

Project conventions:

  • Keep the first release read-only. Reject MCP capabilities that cannot be verified as non-mutating.
  • Keep Adapt integration behind a client adapter; the TUI should not own MCP protocol details.
  • Never write bearer tokens to transcripts, logs, or terminal output.
  • Store local session history under .adapt/sessions/, separate from credential configuration.
  • Use gitmoji-style commit subjects when commits are requested.
  • Run just check before handing off Rust changes.

Agent skills

Issue tracker

Issues are tracked in this repository's GitHub Issues. See docs/agents/issue-tracker.md.

Triage labels

Use needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. See docs/agents/triage-labels.md.

Domain docs

Single-context repository: root CONTEXT.md and docs/adr/. See docs/agents/domain.md.