binect-chrome/.claude/rules/repo-boundary.md

9 lines
484 B
Markdown
Raw Normal View History

## Repo boundary
This repo owns **BinectChrome** (the Chrome extension) only. It does not own:
- Binect REST API access / SDK logic → `binect-js` (`@binect/js`). New API coverage belongs upstream there, surfaced through the thin `src/utils/binect-api.ts` wrapper — never reimplemented here.
- The Binect backend service itself → external (Binect).
- State hub code → `state-hub/`.
- Credential issuance / routing → see `credential-routing.md` (ops-warden, OpenBao, etc.).