We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaef7d commit 056490dCopy full SHA for 056490d
.github/workflows/ensure-docs.yaml
@@ -0,0 +1,13 @@
1
+name: Ensure Docs & Policy
2
+on:
3
+ push:
4
+ paths-ignore: [".github/workflows/ensure-docs.yaml"]
5
+ pull_request:
6
+ schedule:
7
+ - cron: "13 4 * * 1"
8
+ workflow_dispatch:
9
+jobs:
10
+ call:
11
+ uses: ${{ github.repository_owner }}/agent-hub/.github/workflows/ensure-docs-reusable.yaml@main
12
+ with:
13
+ contact_email: ""
AGENTS.yaml
@@ -0,0 +1,12 @@
+must_read:
+ - instructions.md
+ - vision.md
+ - roadmap.md
+ - status.md
+ - issues.md
+update_rules:
+ - when: "code_changes"
+ require:
+ - "append log.md"
+ - "refresh status.md if state changed"
+ - "reference roadmap section"
0 commit comments