the signals and their derived score are provisional and subject to change.
validate manually before sharing.
b977d21f555a2b70dddac5e3d4b3bc8dac665ffanone
.claude/CLAUDE.mdTool: claude-code# Project instructions
@steering-domains.md
.claudeTool: claude-codeAGENTS.mdTool: agents-md# Agent Steering — xtc
Project-specific rules for AI agents (Claude Code, Kiro CLI, Pi, Maki).
## Never Commit
1. **Core dump files** (`core`, `core.*`, `*.core`, `vgcore.*`).
These are gitignored but if one slips through, remove it immediately.
They are large, useless outside the original debug session, and
pollute git history.
2. **Private keys, certificates, or secrets** -- even test-only ones.
GitHub's secret scanner rejects pushes containing PEM private keys
regardless of whether t.agent/File: .gitignoreTool: unspecified