Skip to content

SteerMesh/packs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SteerMesh Packs

Curated steering packs for SteerMesh. Each pack follows the SteerMesh spec and can be compiled to Kiro, Cursor, Amazon Q, and other targets.

Packs

Pack Description
security-core Baseline security and secret-handling policies

Using a pack

From your project (with steer CLI):

steer add security-core@1.0.0

Then ensure the pack is available under your project’s packs/ directory (e.g. clone this repo into packs/ or copy the pack folder), and run:

steer compile

Pack layout

Each pack must include:

  • pack.yaml — Pack definition (valid against pack.schema.json)
  • README.md — Purpose and usage
  • CHANGELOG.md — Version history
  • Compatibility matrix (e.g. COMPATIBILITY.md or section in README)

Versioning

Packs follow semver. Pin exact versions for deterministic builds in production, and update packs via a controlled release process.

Validation

Use the spec repo schemas to validate packs locally before publishing or releasing.

License

See the repository license.

About

Curated, versioned steering packs (security, workflows, language stacks) for SteerMesh. Use as-is or as a starting point for your own org policies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors