bquery-ai-guidance-sync
- Repo stars 0
- Author repo 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.
- Fluxly category
- Documentation
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- macOS · Linux · Windows
- Runtime requirements
- Node.js · Bun
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. 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`
… Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> When to Use → Source of Truth → Procedure → Project-Specific Guardrails → Required Validation
terms -> 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).
files/cmd -> package.json · AGENT.md · llms.txt · .github/copilot-instructions.md · .cursorrules · .clinerules · src//index.ts · docs/guide/.md
body sha256 -> 35afbb9264fc
Decide Fit First
Design Intent
How To Use It
Boundaries And Review