@longzai-intelligence-bun/config 0.0.8 → 0.0.10
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/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -289,11 +289,13 @@ declare const DEFAULT_INCLUDE_PATTERNS: string[];
|
|
|
289
289
|
* 全产品群 `bun-config:generate` 后自动生效。
|
|
290
290
|
*
|
|
291
291
|
* 维护约定:
|
|
292
|
+
*
|
|
292
293
|
* 1. 新增 `@longzai-intelligence*` scope 时,在 {@link LZI_SCOPES} 补充键值对并发布 config 包新版本。
|
|
293
294
|
* 2. 严禁局部手改项目 bunfig.toml 补 scope(违背单一真源,且会被 lzi-bun-cli 覆盖)。
|
|
294
295
|
* 3. scope key 必须与项目目录名(`longzai-intelligence-<suffix>`)的发布 scope 一致。
|
|
295
296
|
*
|
|
296
297
|
* 参考文档:
|
|
298
|
+
*
|
|
297
299
|
* - ADR 0030 bunfig registry routing(本常量是其自动化的实现)
|
|
298
300
|
* - ADR 0060 lzi-bun-cli test entry(全量生成的 gitignore 政策反转)
|
|
299
301
|
* - bun [install.scopes] 语法:https://bun.sh/docs/runtime/bunfig
|