Bquery 上下文验证
- 作者仓库星标 0
- 作者仓库 skills-registry
bQuery AI Guidance Sync
When to Use
Use this skill when release metadata, supported engines, public exports, or shared AI-facing repo guidance change.
Typical triggers:
- version bump in
package.json - engine floor changes for Node.js or Bun
- changes in public module exports
- refreshes to
AGENT.md,llms.txt, or.github/copilot-instructions.md - updates to
.cursorrulesor.clinerules - changes to the guidance sync script
- release sweeps for README, docs, or changelog after a public-surface change
Source of Truth
Trust these in order:
package.jsonsrc/*/index.tsAGENT.mddocs/guide/*.mdCHANGELOG.mdfor release deltas and migration context
Procedure
- Confirm the real version, engines, scripts, and exports in
package.json. - Verify the current public runtime surface in the relevant
src/*/index.tsbarrels. - Update the shared AI-facing files as a synced set:
AGENT.mdllms.txt.github/copilot-instructions.md.cursorrules.clinerulesREADME.mdCONTRIBUTING.md
- If public exports changed, re-check
src/full.ts. - If the release messaging changed, update the relevant docs guides and
CHANGELOG.md. - Run the repo sync check before finishing.
Project-Specific Guardrails
- Keep the role split clear:
AGENT.md= deep referencellms.txt= compact mirror.github/copilot-instructions.md= behavioral and meta guidance.cursorrulesand.clinerules= derived snapshots
- Do not let the guidance files drift from
package.jsonversion or engine metadata. - Avoid updating only one guidance file when the change obviously applies to the synced set.
Required Validation
Run:
bun run check:ai-guidance
Use additional validation as needed for the actual code or docs touched.
<!-- tomevault:4.0:skill_md:2026-05-23 -->Source: bQuery/bQuery — distributed by TomeVault.
- 流狐分类
- 文档
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @tomevault-io · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 需简单配置
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- macOS · Linux · Windows
- 底层运行要求
- Node.js · Bun
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Use this skill when release metadata, supported engines, public exports, or shared AI-facing repo guidance change. Typical triggers: version bump in package.json
Trust these in order: package.json src//index.ts
Confirm the real version, engines, scripts, and exports in package.json. Verify the current public runtime surface in the relevant src//index.ts barrels. Update the shared AI-facing files as a synced set:
Keep the role split clear: AGENT.md = deep reference llms.txt = compact mirror
Run: bun run check:ai-guidance Use additional validation as needed for the actual code or docs touched.
# bQuery AI Guidance Sync
## When to Use
Use this skill when release metadata, supported engines, public exports, or shared AI-facing repo guidance change.
Typical triggers:
- version bump in `package.json`
- engine floor changes for Node.js or Bun
- changes in public module exports
- refreshes to `AGENT.md`, `llms.txt`, or `.github/copilot-instructions.md`
- updates to `.cursorrules` or `.clinerules`
- changes to the guidance sync script
- release sweeps for README, docs, or changelog after a public-surface change
## Source of Truth
Trust these in order:
1. `package.json`
2. `src/*/index.ts`
3. `AGENT.md`
4. `docs/guide/*.md`
5. `CHANGELOG.md` for release deltas and migration context
## Procedure
1. Confirm the real version, engines, scripts, and exports in `package.json`.
2. Verify the current public runtime surface in the relevant `src/*/index.ts` barrels.
3. Update the shared AI-facing files as a synced set:
- `AGENT.md`
- `llms.txt`
- `.github/copilot-instructions.md`
- `.cursorrules`
- `.clinerules`
- `README.md`
- `CONTRIBUTING.md`
4. If public exports changed, re-check `src/full.ts`.
5. If the release messaging changed, update the relevant docs guides and `CHANGELOG.md`.
6. Run the repo sync check before finishing.
## Project-Specific Guardrails
- Keep the role split clear:
- `AGENT.md` = deep reference
- `llms.txt` = compact mirror
- `.github/copilot-instructions.md` = behavioral and meta guidance
- `.cursorrules` and `.clinerules` = derived snapshots
- Do not let the guidance files drift from `package.json` version or engine metadata.
- Avoid updating only one guidance file when the change obviously applies to the synced set.
## Required Validation
Run:
- `bun run check:ai-guidance`
… 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> When to Use → Source of Truth → Procedure → Project-Specific Guardrails → Required Validation
要点 -> Use this skill when release metadata, supported engines, public exports, or shared AI-facing repo guidance change. · 1. package.json 2. · 1. Confirm the real version, engines, scripts, and exports in package.json. · Use additional validation as needed for the actual code or docs touched. · --- > Source: [bQuery/bQuery](https://github.com/bQuery/bQuery) — distributed by [TomeVault](https://tomevault.io).
文件/命令 -> package.json · AGENT.md · llms.txt · .github/copilot-instructions.md · .cursorrules · .clinerules · src//index.ts · docs/guide/.md
内容 SHA-256 -> 35afbb9264fc
原文结构
适用与边界
原文中的明确线索
package.json、AGENT.md、llms.txt、.github/copilot-instructions.md、.cursorrules、.clinerules、src//index.ts、docs/guide/.md