This commit is contained in:
2026-03-10 13:09:47 +00:00
parent e0c4c2ed7b
commit ffd0d31fa5
43 changed files with 532 additions and 749 deletions

View File

@@ -0,0 +1,18 @@
---
title: Instruction File Policy
type: note
permalink: opencode-config/decisions/instruction-file-policy
tags:
- instructions
- convention
---
# Instruction File Policy
## Decision
- [decision] `AGENTS.md` is the only instruction file maintained in this repo. #convention
- [decision] Do not create or maintain mirrored instruction files or symlinks for other agent tools. #convention
- [decision] If a tool needs repo instructions, point it at `AGENTS.md` directly. #convention
## Rationale
- [lesson] Keeping a single source of truth removes cross-tool instruction maintenance overhead and avoids duplicated or stale guidance. #lesson