Code Rooms
# Contributing
KOGNIT1V is a cognitive skills pack. Keep contributions inside that boundary.
## Acceptable Changes
- Improve an existing public-safe skill.
- Add a reusable cognitive workflow.
- Improve install, validation, or smoke testing.
- Clarify docs for agents and maintainers.
- Fix portability, secrets hygiene, or repository safety.
## Out Of Scope
- Private product doctrine.
- Local-only project paths.
- Live credentials or copied environment files.
- Generated app artifacts.
- Marketing claims that the repo cannot support.
## Before Opening A PR
Run:
```bash
npm run validate
npm run smoke:install
```
If you change `skills/kognit1v`, also run the local Codex skill validator.