harness-template
๐ฅ A production-ready base for agent-driven software
File Explorer
- bug_report.yml
- config.yml
- feature_request.yml
- PULL_REQUEST_TEMPLATE.md
- core-beliefs.md
- index.md
- .gitkeep
- .gitkeep
- execution-plan.md
- README.md
- tech-debt-tracker.md
- README.md
- template.md
- index.md
- README.md
- feature-release-notes.md
- README.md
- ARCHITECTURE.md
- CICD.md
- DESIGN.md
- FRONTEND.md
- HISTORY_GUIDE.md
- PLANS_GUIDE.md
- PRODUCT_SENSE.md
- QUALITY_SCORE.md
- RELIABILITY.md
- REPO_COLLAB_GUIDE.md
- SECURITY.md
- SUPPLY_CHAIN_SECURITY.md
- init-project.sh
- new-exec-plan.sh
- new-history.sh
- .editorconfig
- .gitattributes
- .gitignore
- .markdownlint.json
- AGENTS.md
- CLAUDE.md
- CODEOWNERS
- CONTRIBUTING.md
- LICENSE
- Makefile
- README.md
- SECURITY.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npm install
View Details โผ
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
// repository documentation
Was this content helpful?
(0 ratings)
