Contributing
ShieldedShell is open source on GitHub. We welcome bug reports, engine profile fixes, docs improvements, and benchmark ideas.
Development setup
Section titled “Development setup”git clone https://github.com/connerkup/shielded-shell.gitcd shielded-shellnpm installnpm testnpm run buildDocs site:
cd websitenpm installnpm run devPull requests
Section titled “Pull requests”- Fork and branch from
main. - Run
npm testandnpm run build. - For docs changes, run
npm run buildinwebsite/. - Open a PR with how you tested (unit tests,
doctor, live engine if applicable).
Full guide: CONTRIBUTING.md on GitHub.
History
Section titled “History”Public main is a squashed beta tree. Granular commit history is on branch archive/devlog-full-history.
Security
Section titled “Security”Report vulnerabilities privately. See SECURITY.md.