Skip to content

docs: add Dependency Management section to README#65

Merged
paradoxbound merged 1 commit into
mainfrom
docs/dependency-management
Mar 8, 2026
Merged

docs: add Dependency Management section to README#65
paradoxbound merged 1 commit into
mainfrom
docs/dependency-management

Conversation

@paradoxbound

Copy link
Copy Markdown
Owner

Summary

  • Adds a Dependency Management section to README.md documenting how dependencies are selected, obtained, and tracked
  • Satisfies OSPS-DO-06.01: "When the project has made a release, the project documentation MUST include a description of how the project selects, obtains, and tracks its dependencies"

Justification text for badge questionnaire

Dependencies are declared in packages/core/package.json and packages/stdio/package.json and locked in package-lock.json. All installs use npm ci. Updates and vulnerability tracking are handled by Dependabot (weekly), npm audit (every CI build), OSV Scanner, and Trivy. See the Dependency Management section in README.md.

🤖 Generated with Claude Code

Documents how dependencies are selected (npm packages declared in
package.json files), obtained (npm ci from lock file), and tracked
(Dependabot, npm audit, OSV Scanner, Trivy, apk upgrade).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@paradoxbound paradoxbound merged commit 298da16 into main Mar 8, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant