You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Akki Parekh
committed
chore: pre-launch polish — CI, docs, package.json, status section
CI / workflows:
- Add separate 'website' job to ci.yml — Docusaurus build validated on every PR
- Upgrade deploy-website.yml Node version from 20 to 22
- Node badge in README reverted to >=18 (runtime minimum; CI matrix is 22/24)
package.json:
- Bump version 0.1.0 → 0.1.1
- Fix homepage URL to live docs site (was GitHub README anchor)
README:
- Add "Current Status" section (CLI MVP, local-first, no SaaS, Node >=18/CI 22+24)
- Note npm run preview PR in Roadmap section
SECURITY.md:
- Remove placeholder "[create a security contact email]" line
- Direct security reports to GitHub Security Advisories only
ROADMAP.md:
- Update Done section to v0.1.1 with Transcript Intake Agent + 82 tests
- Add npm run preview as in-review item
website/docs/roadmap.md:
- Sync with ROADMAP.md (v0.1.1, correct test count, preview PR link)
website/docs/safety.md:
- Fix security reporting: use GitHub Security Advisories, not public issues
Copy file name to clipboardExpand all lines: website/docs/safety.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,6 @@ The `review-checklist.md` in every output directory includes:
57
57
58
58
## Reporting issues
59
59
60
-
If you find a security issue, open a[GitHub issue](https://github.com/AnkitParekh007/devdocs-forge-agent/issues) or email the maintainer directly.
60
+
For **security vulnerabilities**, please use[GitHub Security Advisories](https://github.com/AnkitParekh007/devdocs-forge-agent/security/advisories/new) (private disclosure) — do not open a public issue.
61
61
62
62
For general bugs and feature requests, use [GitHub Issues](https://github.com/AnkitParekh007/devdocs-forge-agent/issues).
0 commit comments