Skip to content

Commit 863b973

Browse files
committed
Add maintainer review kit
1 parent 7af5a27 commit 863b973

8 files changed

Lines changed: 159 additions & 4 deletions

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Use these starter artifacts:
5353
- [Compatibility policy](docs/COMPATIBILITY_POLICY.md)
5454
- [Adoption registry](docs/ADOPTION_REGISTRY.md)
5555
- [External review guide](docs/EXTERNAL_REVIEW_GUIDE.md)
56+
- [Maintainer review kit](docs/MAINTAINER_REVIEW_KIT.md)
5657
- [AAIF proposal readiness self-audit](docs/AAIF_PROPOSAL_READINESS.md)
5758
- [Ecosystem contribution ledger](docs/ECOSYSTEM_CONTRIBUTION_LEDGER.md)
5859

@@ -96,7 +97,7 @@ Good use:
9697
- Ask maintainers whether the evidence shape is useful.
9798
- Open issues or PRs that improve a concrete repo boundary.
9899
- Compare the profile against AGENTS.md, MCP, agent gateway, identity, audit, and human-review needs.
99-
- Use the [external review guide](docs/EXTERNAL_REVIEW_GUIDE.md) and [AAIF proposal readiness self-audit](docs/AAIF_PROPOSAL_READINESS.md) before any formal foundation route.
100+
- Use the [maintainer review kit](docs/MAINTAINER_REVIEW_KIT.md), [external review guide](docs/EXTERNAL_REVIEW_GUIDE.md), and [AAIF proposal readiness self-audit](docs/AAIF_PROPOSAL_READINESS.md) before any formal foundation route.
100101

101102
Bad use:
102103

@@ -106,8 +107,8 @@ Bad use:
106107

107108
## Current Status
108109

109-
Version: `0.5.0`
110+
Version: `0.5.1`
110111

111-
Status: early OSS profile with public flagship examples, adopter guide, boundary template, scoring guide, ecosystem alignment brief, compatibility policy, adoption registry, external review guide, AAIF proposal readiness self-audit, and ecosystem contribution ledger.
112+
Status: early OSS profile with public flagship examples, adopter guide, boundary template, scoring guide, ecosystem alignment brief, compatibility policy, adoption registry, external review guide, maintainer review kit, AAIF proposal readiness self-audit, and ecosystem contribution ledger.
112113

113114
Next target: external technical feedback from agentic AI maintainers and AAIF/LF-style community forums.

ROADMAP.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
- Add public ecosystem contribution ledger.
3434
- Track upstream maintainer feedback and recognition gates without over-claiming accepted contribution.
3535

36+
## 0.5.1
37+
38+
- Add maintainer review kit for AGENTS.md, MCP, A2A, agent gateway, enterprise, and OSS maintainer review lanes.
39+
- Make external review and adoption trial paths easier to use without implying endorsement.
40+
3641
## 0.6.0
3742

3843
- Add first external adoption example if a maintainer opts in.

docs/ADOPTER_GUIDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ Ask reviewers:
124124
- Are OSS fallbacks practical?
125125
- Is the profile level too high, too low, or justified?
126126

127+
For maintainer-oriented review before adoption, use:
128+
129+
- `docs/MAINTAINER_REVIEW_KIT.md`
130+
127131
## Good Candidate Repositories
128132

129133
The profile is most useful for repositories that include:

docs/ECOSYSTEM_ALIGNMENT_BRIEF.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ Feedback issue:
9494

9595
- https://github.com/kmishra1204/agentic-enterprise-readiness-profile/issues/1
9696

97+
Maintainer review kit:
98+
99+
- docs/MAINTAINER_REVIEW_KIT.md
100+
97101
## Contribution Path
98102

99103
Near-term contributions should be small:

docs/EXTERNAL_REVIEW_GUIDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Key links:
2121
- Scoring guide: `docs/SCORING_GUIDE.md`
2222
- Ecosystem alignment brief: `docs/ECOSYSTEM_ALIGNMENT_BRIEF.md`
2323
- Adopter guide: `docs/ADOPTER_GUIDE.md`
24+
- Maintainer review kit: `docs/MAINTAINER_REVIEW_KIT.md`
2425
- AAIF proposal readiness self-audit: `docs/AAIF_PROPOSAL_READINESS.md`
2526
- Adoption registry: `docs/ADOPTION_REGISTRY.md`
2627
- Ecosystem contribution ledger: `docs/ECOSYSTEM_CONTRIBUTION_LEDGER.md`
@@ -77,6 +78,8 @@ Preferred:
7778

7879
- Public discussion: https://github.com/kmishra1204/agentic-enterprise-readiness-profile/discussions/3
7980
- Broad ecosystem-fit issue: https://github.com/kmishra1204/agentic-enterprise-readiness-profile/issues/1
81+
- Maintainer review issue: https://github.com/kmishra1204/agentic-enterprise-readiness-profile/issues/new?template=external_review.md
82+
- Adoption review issue: https://github.com/kmishra1204/agentic-enterprise-readiness-profile/issues/new?template=adoption_review.md
8083

8184
For a focused review, open an issue with:
8285

docs/MAINTAINER_REVIEW_KIT.md

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
# Maintainer Review Kit
2+
3+
## Purpose
4+
5+
This kit helps AAIF/LF-adjacent maintainers, AGENTS.md users, MCP/tooling maintainers, A2A contributors, gateway/platform teams, and enterprise reviewers evaluate the Agentic Enterprise Readiness Profile without adopting it or endorsing it.
6+
7+
The expected outcome is a clear technical signal:
8+
9+
- useful as-is
10+
- useful after changes
11+
- useful only for a specific ecosystem lane
12+
- not useful in its current form
13+
14+
## Ground Rules
15+
16+
- Reviewing this profile is not endorsement.
17+
- Trying this profile in a branch is not adoption.
18+
- Opening feedback is not a claim that AAIF or the Linux Foundation supports this project.
19+
- Open PRs and issues remain work under review until maintainers merge, accept, or explicitly adopt them.
20+
21+
## 15-Minute Review Path
22+
23+
1. Read the README purpose and anti-claim language.
24+
2. Read the level model in `PROFILE.md`.
25+
3. Skim `templates/AGENTIC_BOUNDARY_MODEL.md`.
26+
4. Inspect one flagship example in `examples/`.
27+
5. Compare the profile to your ecosystem lane below.
28+
6. Leave one issue or discussion comment with the smallest useful correction.
29+
30+
## Ecosystem Review Lanes
31+
32+
| Lane | Review Focus | Useful Signal |
33+
| --- | --- | --- |
34+
| AGENTS.md | Whether repo-local agent instructions, validation commands, and human review expectations are practical. | "This should be an example pattern", "too heavy", or "missing AI-assistance disclosure details". |
35+
| MCP or tool servers | Whether tool/action boundaries, side effects, identity, approval, and audit evidence are clear. | "This maps to server readiness", "needs auth metadata", or "should stay outside MCP". |
36+
| A2A and agent interoperability | Whether conformance fixtures, SDK compatibility, and cross-agent behavior need similar evidence. | "Useful for contribution fixtures", "needs protocol-specific fields", or "not relevant". |
37+
| Agent gateway or platform governance | Whether policy, authorization, routing, observability, and approval examples are concrete enough. | "Useful gateway use case", "needs enforcement model", or "should remain repository-level". |
38+
| Enterprise engineering | Whether a reviewer can see setup, risk, security, fallback, and runtime proof without private context. | "Good diligence shape", "missing production evidence", or "too documentation-heavy". |
39+
| OSS maintainership | Whether templates and registry rules avoid burden, false claims, and project confusion. | "Adoption path is acceptable", "issue templates need simplification", or "do not list external repos yet". |
40+
41+
## Review Outputs
42+
43+
Choose one output and make it public:
44+
45+
1. **Comment:** leave feedback in the public discussion.
46+
2. **Issue:** open a focused external review issue.
47+
3. **Patch:** send a narrow PR improving wording, schema, examples, or reviewer ergonomics.
48+
4. **Trial:** add the profile to a branch in another repo and open an adoption review issue.
49+
5. **No-fit note:** document why this should not align with your ecosystem.
50+
51+
Preferred public surfaces:
52+
53+
- Discussion: https://github.com/kmishra1204/agentic-enterprise-readiness-profile/discussions/3
54+
- External review issue: https://github.com/kmishra1204/agentic-enterprise-readiness-profile/issues/new?template=external_review.md
55+
- Adoption review issue: https://github.com/kmishra1204/agentic-enterprise-readiness-profile/issues/new?template=adoption_review.md
56+
57+
## Trial Modes
58+
59+
| Mode | What Changes | Adoption Claim |
60+
| --- | --- | --- |
61+
| Review only | No repository changes; reviewer comments on the profile. | No adoption. |
62+
| Shadow score | Reviewer scores a repo privately or in an issue without committing files. | No adoption unless maintainer says so. |
63+
| Branch trial | Maintainer adds `AGENTS.md`, boundary model, or `agentic-readiness.json` on a branch. | Trial only. |
64+
| Listed adoption | Maintainer asks to be listed with public evidence links. | Listed as `trial` or `adopted` in `docs/ADOPTION_REGISTRY.md`. |
65+
66+
## Minimal Trial Bundle
67+
68+
For a low-friction branch trial, add only:
69+
70+
1. `AGENTS.md`
71+
2. `docs/AGENTIC_BOUNDARY_MODEL.md`
72+
3. `agentic-readiness.json`
73+
74+
Optional but helpful:
75+
76+
- `CONTRIBUTING.md`
77+
- `SECURITY.md`
78+
- `ROADMAP.md`
79+
- validation command output
80+
- OSS or self-hosted fallback notes
81+
82+
## Questions To Answer
83+
84+
Use these prompts when reviewing:
85+
86+
- What evidence would make this profile more useful for your ecosystem?
87+
- Which field or template section is ambiguous?
88+
- Which requirement is too heavy for normal repositories?
89+
- Does the level model encourage honest maturity claims?
90+
- Should the first upstream alignment target be AGENTS.md, MCP/server readiness, A2A/conformance, agent gateway governance, or an independent profile?
91+
- What would block you from trialing this in one repo?
92+
93+
## Maintainer-Friendly Response Template
94+
95+
```text
96+
I reviewed the Agentic Enterprise Readiness Profile as a [lane] maintainer/user.
97+
98+
Useful:
99+
- ...
100+
101+
Unclear or too heavy:
102+
- ...
103+
104+
Missing:
105+
- ...
106+
107+
Suggested next step:
108+
- keep independent / align with AGENTS.md / align with MCP-server readiness / align with A2A conformance evidence / align with gateway governance / no fit right now
109+
110+
This is technical feedback only. It does not imply adoption, endorsement, AAIF status, or Linux Foundation status.
111+
```
112+
113+
## Anti-Claim Language For Trials
114+
115+
If another repository trials the profile, use wording like:
116+
117+
```text
118+
This repository is trialing the independent Agentic Enterprise Readiness Profile to document agent/tool boundaries and review evidence. This does not imply AAIF, Linux Foundation, or profile-maintainer endorsement.
119+
```
120+
121+
Avoid wording like:
122+
123+
- "AAIF-approved"
124+
- "Linux Foundation-ready"
125+
- "enterprise-certified"
126+
- "official readiness score"
127+
- "adopted by the ecosystem"
128+
129+
## Maintainer Response Rule
130+
131+
Every serious review should result in one of:
132+
133+
- accepted change
134+
- follow-up issue
135+
- documented non-goal
136+
- compatibility-policy note
137+
- adoption-registry update if a repository explicitly opts in

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentic-enterprise-readiness-profile",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": false,
55
"type": "module",
66
"description": "Evidence-first readiness profile for agentic AI repositories.",

scripts/validate-readiness.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const requiredDocs = [
1313
"docs/ECOSYSTEM_CONTRIBUTION_LEDGER.md",
1414
"docs/ECOSYSTEM_ALIGNMENT_BRIEF.md",
1515
"docs/EXTERNAL_REVIEW_GUIDE.md",
16+
"docs/MAINTAINER_REVIEW_KIT.md",
1617
"docs/SCORING_GUIDE.md",
1718
".github/ISSUE_TEMPLATE/adoption_review.md",
1819
".github/ISSUE_TEMPLATE/external_review.md",

0 commit comments

Comments
 (0)