@csark0812/skeleton 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!-- source-of-truth: Package overview -->
4
4
 
5
- <!-- doc-meta: owner=eng | last-reviewed=2026-08-24 -->
5
+ <!-- doc-meta: owner=eng | last-reviewed=2026-08-31 -->
6
6
 
7
7
  <!-- review-deps: paths=src/cli.ts,package.json -->
8
8
 
@@ -176,7 +176,7 @@ CI: `skeleton validate changed --base origin/main` (global rules first, then cha
176
176
 
177
177
  Skeleton never calls Nx or another app task runner. Consumer repos keep ownership of test, typecheck, and build.
178
178
 
179
- See [tiers](docs/tiers.md).
179
+ See [tiers](docs/tiers.md). Related work: [Toolbox](https://github.com/csark0812/toolbox) packages portable process skills, and [Christopher's profile](https://github.com/csark0812) connects the broader builder story.
180
180
 
181
181
  ## Docs
182
182
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csark0812/skeleton",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "SSOT audit CLI for agent harness repos",
5
5
  "type": "module",
6
6
  "bin": {