Host-specific configuration and operations notes for Juniper
  • Python 96.9%
  • Shell 3.1%
Find a file
2026-06-19 13:35:47 +05:30
.agents/skills/agent-wiki docs: require commits for wiki updates 2026-06-18 20:02:58 +05:30
.claude/skills/agent-wiki docs: require commits for wiki updates 2026-06-18 20:02:58 +05:30
.githooks Configure TruffleHog secret scanning 2026-06-18 14:29:00 +05:30
.wiki docs: require commits for wiki updates 2026-06-18 20:02:58 +05:30
juniper-hindsight Tune automation bank recall hooks 2026-06-19 13:35:47 +05:30
juniper-wiki docs: require commits for wiki updates 2026-06-18 20:02:58 +05:30
scripts Configure TruffleHog secret scanning 2026-06-18 14:29:00 +05:30
.gitignore Ignore generated Juniper runtime state 2026-06-18 17:28:13 +05:30
.trufflehog-exclude-paths Ignore generated Juniper runtime state 2026-06-18 17:28:13 +05:30
AGENTS.md docs: require commits for wiki updates 2026-06-18 20:02:58 +05:30
CLAUDE.md docs: require commits for wiki updates 2026-06-18 20:02:58 +05:30
README.md Scaffold local agent wiki routing 2026-06-18 15:42:12 +05:30

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 .wiki plus agent-wiki flow 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