Skip to content

Commit 056490d

Browse files
committed
chore: wire repo to Agent Hub (ensure docs & policy)
1 parent bcaef7d commit 056490d

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/workflows/ensure-docs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
must_read:
2+
- instructions.md
3+
- vision.md
4+
- roadmap.md
5+
- status.md
6+
- issues.md
7+
update_rules:
8+
- when: "code_changes"
9+
require:
10+
- "append log.md"
11+
- "refresh status.md if state changed"
12+
- "reference roadmap section"

0 commit comments

Comments
 (0)