docs: align contributor guidelines with divine-mobile#233
Open
NotThatKindOfDrLiz wants to merge 1 commit into
Open
docs: align contributor guidelines with divine-mobile#233NotThatKindOfDrLiz wants to merge 1 commit into
NotThatKindOfDrLiz wants to merge 1 commit into
Conversation
Rewrite AGENTS.md in the section structure used in the divine-mobile repo (Repo Shape, Worktree-First Workflow, PR Guardrails, No Tech Debt, Architecture, OAuth/Signing/Identity Rules, Verification, Database, Secrets/Deployment, Clean Workspace), adapted to keycast's Rust + SvelteKit stack and actual commands. Add a new CONTRIBUTING.md modeled on divine-mobile's outside-contributor guide, covering contribution status, good first contributions, templates and agent compliance, the technical-debt standard, why PRs get closed, repo setup, the worktree-first workflow, where to work across crates and web, architecture and security boundaries, day-to-day commands, testing, scope discipline, the PR checklist, secrets, and docs rules. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
dcadenas
approved these changes
May 15, 2026
Contributor
dcadenas
left a comment
There was a problem hiding this comment.
✅ contributor docs match mobile flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AGENTS.mdin the section structure used in the divine-mobile repo (Repo Shape, Worktree-First Workflow, PR Guardrails, No Tech Debt, Architecture, OAuth/Signing/Identity Rules, Verification, Database, Secrets/Deployment, Clean Workspace), adapted to keycast's Rust + SvelteKit stack and actual commands.CONTRIBUTING.mdmodeled on divine-mobile's outside-contributor guide: current contribution status, good first contributions, before-you-start, templates/agent compliance, technical-debt standard, why PRs get closed, repo setup, worktree-first workflow, where-to-work crate map, architecture and security boundaries, day-to-day commands, testing, scope discipline, PR checklist, secrets, docs rules.Motivation
AGENTS.mdwas a short summary that did not match the depth or structure of the divine-mobile repo's contributor guidance, and there was noCONTRIBUTING.mdfor outside contributors at all.Related Issue
Testing
cargo test --workspace --verbosecargo clippy --workspace --all-targets --all-features -- -D warnings -A deprecatedcargo fmt --all -- --checkpackage.jsonscripts and referenced paths exist (.github/pull_request_template.md,.github/workflows/semantic_pr.yml,.github/ISSUE_TEMPLATE/,docs/,CLAUDE.md).Visuals
🤖 Generated with Claude Code