Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 7 additions & 1 deletion .bestpractices.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"contribution_requirements_status": "Met",
"contribution_requirements_justification": "CONTRIBUTING.md documents PR requirements: go test suite passing, go vet clean, CodeQL passing, Conventional Commit style. https://github.com/RandomCodeSpace/docsiq/blob/main/CONTRIBUTING.md",

"documentation_interface_status": "Met",
"documentation_interface_justification": "CLI interface documented in docs/cli-reference.md; REST API documented in docs/rest-api.md; MCP tool catalogue in docs/mcp-tools.md. https://github.com/RandomCodeSpace/docsiq/tree/main/docs",

"test_continuous_integration_status": "Met",
"test_continuous_integration_justification": "CI runs full test suite (unit + integration + fuzz) on every PR and every push to main. https://github.com/RandomCodeSpace/docsiq/blob/main/.github/workflows/ci.yml",

"license_location_status": "Met",
"license_location_justification": "https://github.com/RandomCodeSpace/docsiq/blob/main/LICENSE",

Expand Down Expand Up @@ -60,7 +66,7 @@
"enhancement_responses_justification": "Enhancement requests receive a triage response within 14 days.",

"vulnerability_report_process_status": "Met",
"vulnerability_report_process_justification": "Private vulnerability reporting via GitHub's private advisories; documented in SECURITY.md with 72h acknowledgement SLA. https://github.com/RandomCodeSpace/docsiq/blob/main/SECURITY.md",
"vulnerability_report_process_justification": "https://github.com/RandomCodeSpace/docsiq/blob/main/SECURITY.md",

"vulnerability_report_private_status": "Met",
"vulnerability_report_private_justification": "GitHub private vulnerability reporting is enabled on the repo. https://github.com/RandomCodeSpace/docsiq/security/advisories",
Expand Down
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

All notable changes to docsiq are published on
[GitHub Releases](https://github.com/RandomCodeSpace/docsiq/releases)
with auto-generated summaries grouped by label (security fixes, breaking
changes, new features, bug fixes, dependencies). Each release is tagged
with its signed SHA256SUMS and SLSA build provenance.

This file summarises notable releases. The canonical source is the
Releases page linked above.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- Governance and community files: `CODE_OF_CONDUCT.md`, `GOVERNANCE.md`,
`.github/CODEOWNERS`, `.github/release.yml`, `docs/ACCESSIBILITY.md`
- `.bestpractices.json` to track OpenSSF BestPractices criteria

### Changed
- `SECURITY.md`: added "Report archive" section documenting GitHub Issues
and Security Advisories as the public archive

## [0.0.2] — 2026-04-20

See <https://github.com/RandomCodeSpace/docsiq/releases/tag/v0.0.2>

## [0.0.1] — 2026-04-15

Initial release.

See <https://github.com/RandomCodeSpace/docsiq/releases/tag/v0.0.1>
Loading