Thank you for helping improve VaultDeck.
- Fork the repository and create a branch from
main. - Install dependencies:
npm install - Run quality checks before opening a PR:
npm run check
- Keep changes focused and small; match existing code style.
- For crypto, storage, auth, or backup work, add or update tests in
__tests__/. - Read AGENTS.md for project structure and security boundaries (required for human and AI contributors).
- Read SECURITY.md before reporting or fixing security issues.
Use the PR template checklist. Do not weaken PIN lockout, auto-lock, encryption, or clipboard security without discussion.
Follow the release audit process in AGENTS.md before bumping package.json / app.json versions.