Host-specific configuration and operations notes for Juniper
- Python 96.9%
- Shell 3.1%
| .agents/skills/agent-wiki | ||
| .claude/skills/agent-wiki | ||
| .githooks | ||
| .wiki | ||
| juniper-hindsight | ||
| juniper-wiki | ||
| scripts | ||
| .gitignore | ||
| .trufflehog-exclude-paths | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| README.md | ||
juniper
Host-specific configuration and operations notes for Juniper.
This repository is for machine-local setup that should not be generalized into
~/dot. It can include documentation for local paths, LaunchAgents, host
aliases, service wiring, and other state that belongs to this Mac.
The first documentation projects are:
juniper-wiki/: the fully local.wikiplusagent-wikiflow for Codex, Claude, and Hindsight-aware agent routing.local-hindsight/: reserved for Hindsight-specific local deployment documentation such as local database/runtime configuration. That deployment documentation is intentionally separate from the wiki-routing scaffold.
See Juniper Wiki Setup for the handoff document that
explains the local .wiki plus agent-wiki skill pattern.
Agent wiki routing scaffold
The local routing scaffold is:
AGENTS.md: Codex and general agent instructions for this host-specific repo.CLAUDE.md: Claude-facing entrypoint for the same routing model..wiki/_index.md: repo-local wiki index..wiki/wiki/references/task-routing.md: task-to-source routing table..agents/skills/agent-wiki/SKILL.md: Codex repo-local skill..claude/skills/agent-wiki/SKILL.md: Claude repo-local skill.
Secret scanning
This repo is configured to use TruffleHog before commits and before publishing host-specific documentation.
Run a full local scan with:
scripts/trufflehog-scan
Enable the checked-in pre-commit hook after cloning:
git config core.hooksPath .githooks