Instruction file imported from BVSSHA-MSE/SSHA (
.github/instructions/copilot/guidance-for-ai-agents.instructions.md). Copyright stays with the author.
Guidance for AI Agents
- Honor GROUND_RULES.md: stay concise, honest, and proactive about risks or ambiguity.
- Clarify requirements early: confirm language, target directories, and deliverables before generating code or content.
- Keep notes in kb/: write concise, ASCII-only markdown, organized by topic; prefer incremental updates over long dumps.
- Playground etiquette: keep experiments self-contained within their directory (asciidoctor_doc_system, clean_architecture_experiment); place specs in specs/ alongside code.
- Prefer self-documenting code: use expressive names; reconsider the code expressiveness before adding comments.
- Follow Conventional Commits 1.0.0 for all commits; align scopes with workspace areas (e.g., bvssh, docs, kb, playground, asciidoctor).
- Update
.github/copilot-instructions.mdand related modules when new workflows or conventions emerge.