Administrative scratch space for NEXUS-wide work that does not belong to a specific project repo
Find a file
2026-05-25 20:20:08 -04:00
.claude chore: bootstrap NEXUS-ADMIN repo with NEXUS compliance 2026-05-24 16:06:24 -04:00
.gitignore chore: bootstrap NEXUS-ADMIN repo with NEXUS compliance 2026-05-24 16:06:24 -04:00
AGENTS.md chore: regen AGENTS.md for POSIX shell rule and todo CLI 2026-05-25 20:20:01 -04:00
CLAUDE.md chore: bootstrap NEXUS-ADMIN repo with NEXUS compliance 2026-05-24 16:06:24 -04:00
README.md chore: bootstrap NEXUS-ADMIN repo with NEXUS compliance 2026-05-24 16:06:24 -04:00

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.md changes 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:

  • .gitignore excludes .claude/ (agent harness state).
  • .claude/settings.json wires the canonical Stop hook (/NEXUS/LOGOS/ARMAMENTARIUM/stop-hook.sh).
  • core.hooksPath points 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.md and CLAUDE.md are generated by /NEXUS/LOGOS/ARMAMENTARIUM/regenerate-agent-files.sh from /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 on feature/* branches, merged to main with --no-ff.