Administrative scratch space for NEXUS-wide work that does not belong to a specific project repo
| .claude | ||
| .gitignore | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| README.md | ||
NEXUS-ADMIN
Administrative scratch space for NEXUS-wide work that does not belong to any specific project repo. Examples:
- Drafts of NEXUS-level conventions or
AGENTS.source.mdchanges before they are promoted to/NEXUS/LOGOS/. - One-off migration scripts during major restructuring of the NEXUS ecosystem.
- Cross-repo planning notes that benefit from their own commit history but do not warrant a permanent home in LOGOS.
Content here is disposable by design — once a draft is promoted or a migration is complete, the corresponding files can be removed without breaking anything elsewhere.
NEXUS compliance
This repo follows the same conventions as every other NEXUS repo:
.gitignoreexcludes.claude/(agent harness state)..claude/settings.jsonwires the canonical Stop hook (/NEXUS/LOGOS/ARMAMENTARIUM/stop-hook.sh).core.hooksPathpoints at/NEXUS/LOGOS/ARMAMENTARIUM/git-hooks/so commits are gated by the Trojan-Source check (pre-commit) and the current branch auto-pushes on commit (post-commit).AGENTS.mdandCLAUDE.mdare generated by/NEXUS/LOGOS/ARMAMENTARIUM/regenerate-agent-files.shfrom/NEXUS/LOGOS/AGENTS.source.md. No per-repo tail — NEXUS-level guidance is sufficient for admin work.- Branch discipline per
/NEXUS/LOGOS/CORPUS/conventions/WORKFLOW.md: feature work onfeature/*branches, merged tomainwith--no-ff.