Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
5c0b18c
chore(repo): sync PR template — add **Renamed:** subsection (#30)
brettdavies Apr 27, 2026
eba2365
chore(sync-spec): modernize — remote-first, drop SPEC_REF (#33)
brettdavies Apr 29, 2026
287fd55
feat(scorecard): schema 0.4 metadata + pre-push CI hardening (#34)
brettdavies Apr 29, 2026
76ab671
feat(skill-install): `anc skill install <host>` with hardened git clo…
brettdavies Apr 30, 2026
c5f3553
feat(scorecard): badge embed hint after passing anc check (schema 0.5…
brettdavies Apr 30, 2026
1345cc1
chore(release): add sync-dev-after-release.sh + document post-publish…
brettdavies Apr 30, 2026
7d19da1
fix(source-quality): eliminate unwraps + route stdout through src/out…
brettdavies Apr 30, 2026
56ef549
fix(scorecard): emit basename for target.path to stop home-dir PII le…
brettdavies Apr 30, 2026
e15153c
docs(readme): refresh for v0.5 schema + agent-native badge; trim issu…
brettdavies May 1, 2026
c5c5dee
docs(scripts): add SYNCS.md cross-repo sync map (#41)
brettdavies May 1, 2026
92e7bf2
chore(skill): refresh fixture from upstream agentnative-site (#43)
brettdavies May 1, 2026
29efda8
fix(issue-templates): correct cross-repo URLs (#42)
brettdavies May 1, 2026
661af7c
docs(releases): replace one-way leak check with triple-diff verificat…
brettdavies May 1, 2026
af9e2b8
docs(releases): add squash-merge triage guidance to git cherry step (…
brettdavies May 1, 2026
3c23240
chore(scorecard): drop anc.commit field + ANC_COMMIT computation (#47)
brettdavies May 1, 2026
86bff2b
chore: bump version to 0.3.0
brettdavies May 1, 2026
5a691e0
chore: regenerate shell completions
brettdavies May 1, 2026
5858f52
docs: update CHANGELOG.md for v0.3.0
brettdavies May 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/00-blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: "Blank issue"
description: "Open an issue that doesn't fit any of the structured templates below."
body:
- type: textarea
id: body
attributes:
label: Issue
description: "Describe what's going on. Include reproduction steps, expected vs actual, and any relevant `anc` output."
validations:
required: true
- type: textarea
id: ai-disclosure
attributes:
label: AI disclosure
description: "One sentence: what part of this issue was AI-written, what was human-written?"
placeholder: "Entirely human-written."
validations:
required: true
- type: textarea
id: agent-instructions
attributes:
label: For agents
description: "Agents: expand this section before filing."
value: |
<details>
<summary>Agent filing instructions</summary>

1. **Pick a structured template first.** False positives, scoring bugs, and feature requests have dedicated forms — use them when they fit.
2. **Search first.** Run `gh search issues --repo brettdavies/agentnative-cli "<keywords>"` to check for duplicates.
3. **AI disclosure is required.** Fill the field above honestly.
4. **Wrong repo?** Spec questions, principle edits, and CLI grading live on [brettdavies/agentnative](https://github.com/brettdavies/agentnative). Site bugs live on [brettdavies/agentnative-site](https://github.com/brettdavies/agentnative-site).
5. See [CONTRIBUTING.md](https://github.com/brettdavies/agentnative/blob/main/CONTRIBUTING.md) for full guidelines.
</details>
validations:
required: false
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: "Spec questions, principle edits, or CLI grading"
url: "https://github.com/brettdavies/agentnative-cli/issues/new/choose"
url: "https://github.com/brettdavies/agentnative/issues/new/choose"
about: "For anything about the standard itself, file on the spec repo."
- name: "Site bugs (rendering, performance, deployment)"
url: "https://github.com/brettdavies/agentnative-cli-site/issues/new/choose"
url: "https://github.com/brettdavies/agentnative-site/issues/new/choose"
about: "For bugs on anc.dev, file on the site repo."
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/false-positive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ body:
<details>
<summary>Agent filing instructions</summary>

1. **Search first.** Run `gh search issues --repo brettdavies/agentnative-cli-cli "<keywords>"` to check for duplicates.
1. **Search first.** Run `gh search issues --repo brettdavies/agentnative-cli "<keywords>"` to check for duplicates.
2. **AI disclosure is required.** Fill the field above honestly.
3. **Checker bugs only.** For spec questions or principle edits, file on [brettdavies/agentnative-cli](https://github.com/brettdavies/agentnative-cli). For site bugs, file on [brettdavies/agentnative-cli-site](https://github.com/brettdavies/agentnative-cli-site).
4. See [CONTRIBUTING.md](https://github.com/brettdavies/agentnative-cli/blob/main/CONTRIBUTING.md) for full guidelines.
3. **Checker bugs only.** For spec questions or principle edits, file on [brettdavies/agentnative](https://github.com/brettdavies/agentnative). For site bugs, file on [brettdavies/agentnative-site](https://github.com/brettdavies/agentnative-site).
4. See [CONTRIBUTING.md](https://github.com/brettdavies/agentnative/blob/main/CONTRIBUTING.md) for full guidelines.
</details>
validations:
required: false
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ body:
<details>
<summary>Agent filing instructions</summary>

1. **Search first.** Run `gh search issues --repo brettdavies/agentnative-cli-cli "<keywords>"` to check for duplicates.
1. **Search first.** Run `gh search issues --repo brettdavies/agentnative-cli "<keywords>"` to check for duplicates.
2. **AI disclosure is required.** Fill the field above honestly.
3. **Checker features only.** For spec changes, file on [brettdavies/agentnative-cli](https://github.com/brettdavies/agentnative-cli).
4. See [CONTRIBUTING.md](https://github.com/brettdavies/agentnative-cli/blob/main/CONTRIBUTING.md) for full guidelines.
3. **Checker features only.** For spec changes, file on [brettdavies/agentnative](https://github.com/brettdavies/agentnative).
4. See [CONTRIBUTING.md](https://github.com/brettdavies/agentnative/blob/main/CONTRIBUTING.md) for full guidelines.
</details>
validations:
required: false
56 changes: 0 additions & 56 deletions .github/ISSUE_TEMPLATE/grade-a-cli.yml

This file was deleted.

87 changes: 0 additions & 87 deletions .github/ISSUE_TEMPLATE/pressure-test.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/scoring-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ body:
<details>
<summary>Agent filing instructions</summary>

1. **Search first.** Run `gh search issues --repo brettdavies/agentnative-cli-cli "<keywords>"` to check for duplicates.
1. **Search first.** Run `gh search issues --repo brettdavies/agentnative-cli "<keywords>"` to check for duplicates.
2. **AI disclosure is required.** Fill the field above honestly.
3. **Checker bugs only.** For false positives/negatives specifically, use the "False positive / false negative" template instead.
4. See [CONTRIBUTING.md](https://github.com/brettdavies/agentnative-cli/blob/main/CONTRIBUTING.md) for full guidelines.
4. See [CONTRIBUTING.md](https://github.com/brettdavies/agentnative/blob/main/CONTRIBUTING.md) for full guidelines.
</details>
validations:
required: false
53 changes: 0 additions & 53 deletions .github/ISSUE_TEMPLATE/spec-question.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@

**Created:**

**Renamed:**

**Deleted:**

## Key Features
Expand Down
28 changes: 28 additions & 0 deletions .github/workflows/skill-fixture-drift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Drift gate for tests/fixtures/skill.json against upstream
# agentnative-site. Companion to the cargo-level test 12
# (host_map_matches_site_skill_json) which catches drift between the Rust
# map and this fixture; this workflow catches drift between the fixture
# and the canonical site contract.
#
# Failure means the site has updated src/data/skill.json without a
# corresponding fixture refresh. Run `scripts/sync-skill-fixture.sh`
# locally, review the diff, commit, push.

name: skill-fixture-drift

on:
pull_request:
push:
branches: [main, dev]

permissions:
contents: read

jobs:
drift-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run drift check
run: bash scripts/sync-skill-fixture.sh --check
Loading