-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkgrid-portfolio.agentic-readiness.json
More file actions
59 lines (59 loc) · 2.24 KB
/
Copy pathworkgrid-portfolio.agentic-readiness.json
File metadata and controls
59 lines (59 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"schema": "https://github.com/kmishra1204/agentic-enterprise-readiness-profile/schema/v0.1",
"generatedAt": "2026-07-05T03:34:00.000Z",
"maintainer": "Karunanidhi Mishra",
"repository": "https://github.com/kmishra1204/workgrid-portfolio",
"product": "WorkGrid Portfolio",
"domain": "Portfolio work management, approvals, and executive visibility",
"independentStatus": "Not an AAIF or Linux Foundation project; no endorsement claimed.",
"profileLevel": 3,
"profileLevelMeaning": "Repo-local boundary evidence published; profile-level companion example retained for validation.",
"readinessScore": {
"score": 15,
"max": 15
},
"flagship": false,
"aaifAdjacentThemes": [
"AGENTS.md",
"approval workflows",
"dependency governance",
"human review"
],
"publicContributionTheme": "portfolio approvals, dependency tracking, executive rollups, and delivery governance",
"firstAAIFAlignedIssue": "Map human approval and dependency evidence for agent-assisted portfolio delivery workflows.",
"validationCommands": {
"install": "npm install",
"lint": "npm run lint",
"test": "npm run test",
"build": "npm run build",
"dev": "npm run dev"
},
"evidence": {
"README.md": true,
"CONTRIBUTING.md": true,
"SECURITY.md": true,
"AGENTS.md": true,
"GOVERNANCE.md": true,
"ROADMAP.md": true,
".devcontainer/devcontainer.json": true,
"docs/CODESPACES_AND_DOCKER.md": true,
"docs/CONTRIBUTOR_ONRAMP.md": true,
"docs/AAIF_ALIGNMENT.md": true,
"docs/AUDIT_OBSERVABILITY_PLAN.md": true,
"docs/THREAT_MODEL.md": true,
"docs/PROVIDER_REPLACEMENT_PLAN.md": true,
"docs/AGENTIC_BOUNDARY_MODEL.md": true
},
"portfolioWave": "portfolio-completion-wave",
"repoBoundaryEvidence": {
"issue": "https://github.com/kmishra1204/workgrid-portfolio/issues/3",
"document": "https://github.com/kmishra1204/workgrid-portfolio/blob/main/docs/AGENTIC_BOUNDARY_MODEL.md",
"status": "published",
"closed": true
},
"boundaryExample": {
"document": "examples/workgrid-portfolio.boundary-model.md",
"status": "profile-validation-companion",
"nextAction": "Add policy fixtures around status changes, dependency updates, approval gates, and executive report export."
}
}