refactor(output): relocate templates with examples

This commit is contained in:
2025-10-15 16:13:24 -05:00
parent f629d1f350
commit e0816486cb
8 changed files with 38 additions and 8 deletions

View File

@@ -10,5 +10,5 @@ Agents should treat these areas independently so changes can be reasoned about a
## Working Guidelines
- Keep shared instructions in this file minimal; place deeper guidance in `input/AGENTS.md` or `output/AGENTS.md` as appropriate.
- When making automated edits, avoid touching both `input/` and `output/` in the same change set unless the work explicitly spans both pipelines.
- Resume conversion templates live under `input/templates`. Output services mount them read-only; update templates from the input side and verify with a fresh conversion run.
- Resume conversion templates live under `output/templates`. Copy the `.example` files to matching names (without the suffix) when you need local overrides, and verify with a fresh conversion run.
- Use conventional commits (`<type>(scope): <message>`) to signal which side of the system a change targets, e.g., `feat(output): add failed-processing bucket`.