Skip to content

Latest commit

 

History

History
94 lines (84 loc) · 3.27 KB

File metadata and controls

94 lines (84 loc) · 3.27 KB

Project Index

This file provides an overview of the repository structure.

Quick Links

Getting Started

Report Files (Three-File Workflow)

Skills (Slash Commands)

Source Materials

Research

Infrastructure

Repository Map

.
├── .claude/
│   ├── skills/
│   │   ├── bootstrap.md
│   │   ├── encrypt.md
│   │   ├── rebuild-report.md
│   │   ├── reindex.md
│   │   ├── secrets-audit.md
│   │   └── validate.md
│   ├── instructions.md
│   └── settings.json
├── .githooks/
│   └── pre-commit
├── docs/
│   └── secrets-guide.md
├── input/
│   ├── notes.md
│   ├── README.md
│   └── transcript.md
├── output/
│   ├── classification_report.md
│   ├── initiative_inventory.md
│   └── report.html
├── research/
│   ├── competitor_ai_frameworks.md
│   └── nortal_background.md
├── scripts/
│   ├── filters/
│   │   ├── age-clean.sh
│   │   ├── age-smudge.sh
│   │   ├── age-textconv.sh
│   │   └── migrate-to-encrypted.sh
│   ├── index/
│   │   ├── generate.sh
│   │   └── generate_index.py
│   ├── secrets/
│   │   ├── audit.sh
│   │   ├── decrypt_all.sh
│   │   ├── encrypt_all.sh
│   │   └── gen_keys.sh
│   ├── bootstrap.sh
│   └── install_hooks.sh
├── secrets/
│   ├── enc/
│   │   ├── .gitkeep
│   │   └── demo.env.age
│   ├── manifest.json
│   └── recipients.txt
├── .age-project
├── .gitattributes
├── .gitignore
├── CLAUDE.md
├── CLAUDE_START.md
└── README.md