From fffe71b2ac6b5028a84911ac55036a65a9e876d5 Mon Sep 17 00:00:00 2001 From: sebastian Date: Sun, 26 Jul 2026 13:52:01 -0600 Subject: [PATCH] docs: document collaboration routing --- AGENTS.md | 7 +++++-- docs/agents/issue-tracker.md | 12 ++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index f00a6635..a888296d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -16,6 +16,7 @@ In this Rust workspace: - Prefer existing module boundaries, naming, error styles, and feature flags. - Keep diffs focused. Do not mix docs cleanup, behavior changes, and dependency upgrades unless the task asks for it. +- Use English for all repository content and collaboration. - Use `rg` / `rg --files` for searches. - Preserve user changes in the worktree and work around them. - Do not commit upstream clones, generated trees, build artifacts, or local @@ -132,8 +133,10 @@ cargo nextest run -p --all-features ### Issue tracker -Issues and PRDs are tracked in GitHub Issues for `salasebas/rustauth`. See -`docs/agents/issue-tracker.md`. +Public requests and external collaboration use GitHub Issues. Private planning +initiated by the maintainer uses the private `OpenAuth` Linear team and +`rustauth` project. See `docs/agents/issue-tracker.md` for routing and privacy +rules. ### Triage labels diff --git a/docs/agents/issue-tracker.md b/docs/agents/issue-tracker.md index 82cfbf5b..e4b54483 100644 --- a/docs/agents/issue-tracker.md +++ b/docs/agents/issue-tracker.md @@ -1,6 +1,14 @@ -# Issue tracker: GitHub +# Issue tracker routing -Issues and PRDs for this repo live as GitHub issues. Use the `gh` CLI for all operations. +Public requests and external collaboration for this repository use GitHub Issues. +Private planning initiated by the maintainer uses the private `OpenAuth` Linear +team and `rustauth` project. + +Keep private planning details in Linear. When private planning produces a public +work item, copy only the context needed for external collaboration and safe for +public disclosure into GitHub. + +Use the `gh` CLI for GitHub operations. ## Conventions