@blazity/atlas
AAtlas Core — Project AI Instructions
Install
agr install @blazity/atlas --target claudeWrites 1 file into .claude/skills/, pinned to git-163293a7.
- .claude/skills/atlas/AGENTS.md
Document
Atlas Core — Project AI Instructions
Atlas Core is the installable layer of Blazity's Atlas standard for AI-assisted engineering: the atlas init / atlas doctor CLI, the managed setup and review skills, and deterministic workspace scaffolding that keeps a repository's AI context (memory, vocabulary, plans, decisions, review artifacts) healthy and machine-checkable.
Operating Rules
- Inside this repo ALWAYS run the local CLI:
npm run atlasornode bin/atlas.js. Never run the publishednpx @blazity-atlas/corepackage against this worktree — the publisheddoctor --fixwould overwrite unreleased managed skill edits with the released versions (channel drift). - Run the full
npm testbefore any commit. - Conventional commits matching the existing
git log --oneline -15style:type(scope): message, first line only. - English everywhere — code, comments, commits, docs.
- Vocabulary lives in
.ai/LANGUAGE.md; decisions live in.ai/decisions/adrs/.
Atlas Artifact Paths
.ai/config.json is the source of truth for AI artifact locations in this repository.
Before writing plans, research, decisions, ADRs, results, memory, vocabulary, or skill outputs, resolve the destination through artifactRoot, paths, and pathAliases.
If an imported skill, template, or instruction mentions a different path, map it through .ai/config.json before reading or writing files.
Do not create new documentation roots unless .ai/config.json explicitly allows them.
Atlas Documentation Rules
Durable documentation records needs, decisions, and reasons — never individuals or internal process. Write "memory was needed to persist context across runs", not " wanted memory". Keep personal names, private schedules, internal-only references, and absolute local paths out of workspace artifacts.
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-163293a7e0282026-08-04