@kungfu-tech/buildchain 3.0.4-alpha.5 → 3.0.4-alpha.7

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.
package/AGENTS.md CHANGED
@@ -6,9 +6,14 @@ restating them.
6
6
 
7
7
  ## Are you using Buildchain, or building it?
8
8
 
9
- - **Using Buildchain** - initialize a repository, call a reusable workflow, run
10
- a release dry-run, or inspect the release model: start at the documentation
11
- map, [`docs/MAP.md`](docs/MAP.md).
9
+ - **Adopting Buildchain for the first time** - follow the 15-30 minute
10
+ [`Golden Path`](docs/getting-started.md).
11
+ - **Looking up a CLI command** - use the generated
12
+ [`CLI Reference`](docs/cli-reference.md).
13
+ - **Writing Node build automation** - use the generated
14
+ [`Node API Reference`](docs/node-api-reference.md).
15
+ - **Exploring advanced workflows, release governance, or product
16
+ capabilities** - start at the [`Documentation Map`](docs/MAP.md).
12
17
  - **Building or contributing to this repo** - read the rest of this file, then
13
18
  [`CONTRIBUTING.md`](CONTRIBUTING.md).
14
19
 
@@ -74,8 +79,9 @@ pnpm install --frozen-lockfile
74
79
  pnpm run check
75
80
  ```
76
81
 
77
- `pnpm run check` validates inventory data, lints root workflows, runs unit tests,
78
- and rebuilds every action bundle.
82
+ `pnpm run check` validates inventory data, generated public references and site
83
+ bundle drift, lints root workflows, runs unit tests, and rebuilds every action
84
+ bundle.
79
85
 
80
86
  Before broad maintenance or consolidation work, read the current engineering
81
87
  handoff in
@@ -109,6 +115,9 @@ handoff in
109
115
  - Do not build or document official release integrations that bypass provider
110
116
  protections, hide credential boundaries, or forge release evidence.
111
117
  - Keep generated action bundles in sync with source changes.
118
+ - When public documentation, CLI usage authority, or package exports change,
119
+ follow the [Site Bundle Contract generation steps](docs/site-bundle-contract.md#generation)
120
+ and commit the updated generated references and `dist/site/` facts.
112
121
  - Keep documentation in sync with behavior, especially release governance and
113
122
  reusable workflow contracts.
114
123
  - [`docs/MAP.md`](docs/MAP.md) and [`CONTRIBUTING.md`](CONTRIBUTING.md) are the
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "name": "Buildchain",
6
6
  "package": "@kungfu-tech/buildchain",
7
- "version": "3.0.4-alpha.5",
7
+ "version": "3.0.4-alpha.7",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "majorLine": "v3",
@@ -709,7 +709,7 @@
709
709
  "manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
710
710
  ],
711
711
  "breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
712
- "auditDigest": "sha256:11df0f88b1127261232e6c0f641aac4fbdc7bb17be0064a7571b38c06f070390"
712
+ "auditDigest": "sha256:9cdb82ebc683dd50be02d59318382809287ab933816046c561ca1858d8aed856"
713
713
  },
714
714
  {
715
715
  "contractVersion": 1,
@@ -731,7 +731,7 @@
731
731
  "agents can discover supported Node APIs without importing internal file paths"
732
732
  ],
733
733
  "breakingDigest": "sha256:48f925608d3e2131d90936b07dc2a30341204cae3e6e785c0f77d61ad755c945",
734
- "auditDigest": "sha256:e26656998e22ec27f96588959230bc97f9cc9ce8ecbd3a60ba639f4343aec88c"
734
+ "auditDigest": "sha256:9e347cf125a7a0a60bc386dd38adc1435478a4c5be388291914e657d878a3797"
735
735
  },
736
736
  {
737
737
  "contractVersion": 1,
@@ -3533,5 +3533,5 @@
3533
3533
  }
3534
3534
  ],
3535
3535
  "compatibilityDigest": "sha256:3bbcaf835844260ed98414d3bd176667245d12131e13fc748e4c2fae12399691",
3536
- "contractDigest": "sha256:9e568e25e58803f8c592d1f2330ab1952569f386e280be581d90814df5642604"
3536
+ "contractDigest": "sha256:75f903a13216c8c8f904613fabe29b1afaabdcdbdbbd28ef21603f192d79be9d"
3537
3537
  }