Skip to content

Commit 3ed3ddc

Browse files
jgamblinclaude
andcommitted
docs: add AI Review feature and local schema references to README
Since PRs #46 (schema) and #47 (AI review) will also be merged, update the README to reference those features. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 221d9db commit 3ed3ddc

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ A browser-based CVE management client for [CVE Services 2.x](https://github.com/
88
99
## Compatibility
1010

11-
| | Version |
12-
| -------------------- | ----------------------------------------------------------------------------------------------- |
13-
| **CVE Services API** | 2.x ([API docs](https://cveawg.mitre.org/api-docs/)) |
14-
| **CVE JSON Schema** | 5.x ([schema docs](https://github.com/CVEProject/cve-schema/blob/main/schema/docs/versions.md)) |
11+
| | Version |
12+
| -------------------- | -------------------------------------------------------------------------------------------------------------------------- |
13+
| **CVE Services API** | 2.x ([API docs](https://cveawg.mitre.org/api-docs/), [local OpenAPI spec](./api-docs/openapi.json)) |
14+
| **CVE JSON Schema** | 5.x ([schema docs](https://github.com/CVEProject/cve-schema/blob/main/schema/docs/versions.md), [local schema](./schema/)) |
1515

1616
### Supported Environments
1717

@@ -28,6 +28,7 @@ Select your environment from the dropdown at login.
2828
- **CVE Record Management** — Create, update, reject, and reserve CVE IDs
2929
- **Form-Based Editor** — Tabs for Minimal (required fields only), All Fields (full schema), JSON (direct editing with Ace editor), and ADP views
3030
- **Guided CVE Chatbot** — Step-by-step wizard that walks you through building a CVE record field by field, with CWE autocomplete
31+
- **AI Review** — Review your CVE record with ChatGPT, Claude, or Gemini before publication. Shows the full prompt for transparency, then copies to clipboard and opens your chosen provider.
3132
- **User Management** — Create, update, and list users within your CNA organization (admin role required)
3233
- **Organization Info** — View org details and remaining CVE ID quota
3334
- **Offline Mode** — Click "Skip" at login to create and edit mock CVE records without connecting to CVE Services, useful for drafting or training

0 commit comments

Comments
 (0)