Add git/docs rules to AGENTS.md; add docs reminder to presubmit

This commit is contained in:
2026-03-09 14:30:16 +03:00
parent 2ab41ead9f
commit 7095cbaa60
2 changed files with 10 additions and 0 deletions

View File

@@ -53,3 +53,7 @@ def presubmit():
print(f"\nFailed: {', '.join(failed)}", file=sys.stderr)
sys.exit(1)
print("\nAll presubmit checks passed.")
print(
"\nReminder: if this task changed architecture, layer boundaries, config schema,\n"
"directory layout, API endpoints, or the plugin system — update docs/overview.md."
)