Add Thunderbird conventions note to AGENTS.md

This commit is contained in:
Jordan Wages 2026-04-19 18:54:31 -05:00
commit 3d43021b72

View file

@ -4,6 +4,14 @@
This repository is a Thunderbird Manifest V3 Filelink/cloudFile provider scaffold for PsiTransfer. Treat it as an integration-in-progress, not a finished provider. This repository is a Thunderbird Manifest V3 Filelink/cloudFile provider scaffold for PsiTransfer. Treat it as an integration-in-progress, not a finished provider.
## Thunderbird add-on conventions
This repository is not the only Thunderbird add-on in this workspace. When implementation details are unclear, check the maintainer's primary add-on conventions here:
- `https://git.jordanwages.com/wagesj45/Sortana.git`
If `/tmp/Sortana` does not already exist, the agent may clone that repository into `/tmp` and inspect it for implementation patterns, project structure, and Thunderbird-specific conventions that should also be followed here when they do not conflict with this repository's PsiTransfer-specific rules.
## Required source of truth ## Required source of truth
Before changing PsiTransfer integration behavior: Before changing PsiTransfer integration behavior: