Imported from boredofnames/os-site-layout (
AGENTS.md). Install upstream withnpx skills add boredofnames/os-site-layout. Copyright stays with the author.
AGENTS.md
Pota Framework
See the Pota skill at .opencode/skills/pota/SKILL.md for all framework rules, API reference, and patterns.
Security Audit
See the Security Audit skill at .opencode/skills/security-audit/SKILL.md for prompt injection detection, supply chain analysis, vulnerability scanning, and remediation patterns.
Versioning
- Semantic versioning via
npm version patch|minor|major - Current version tracked in
package.json - Git tags for releases (
v0.1.0,v0.2.0, etc.) - Conventional commits:
feat:,fix:,chore:,perf:,docs: - Bump when: meaningful features done, bugs fixed, tested
- No release schedule — tag when it feels right
- Tag message format:
v0.2.0