diff --git a/.github-minimum-intelligence/docs/final-warning.md b/.github-minimum-intelligence/docs/final-warning.md index 5dc5a62..0874a06 100644 --- a/.github-minimum-intelligence/docs/final-warning.md +++ b/.github-minimum-intelligence/docs/final-warning.md @@ -32,9 +32,9 @@ Before deploying this system, it helps to understand what the agent can access. **Summary:** Like any GitHub Actions workflow with write permissions, the agent has broad access to the repository and its secrets. Standard hardening practices (branch protection, scoped tokens, code review) are recommended — see the full analysis for details. -📖 **Full analysis:** [warning-blast-radius.md](warning-blast-radius.md) +**Full analysis:** [warning-blast-radius.md](warning-blast-radius.md) -📖 **Security assessment:** [security-assessment.md](security-assessment.md) +**Security assessment:** [security-assessment.md](security-assessment.md) --- @@ -146,7 +146,7 @@ This system defines [The Four Laws of AI](the-four-laws-of-ai.md), adapted from *These Laws are not suggestions. They are constraints — and constraints are what make freedom possible.* -📖 **Full text:** [the-four-laws-of-ai.md](the-four-laws-of-ai.md) +**Full text:** [the-four-laws-of-ai.md](the-four-laws-of-ai.md) --- @@ -179,9 +179,9 @@ Six questions define the philosophical and architectural foundation of this proj | **How?** | [question-how.md](question-how.md) | Issues as conversational input, Actions as execution runtime, an LLM as reasoning substrate, and Git commits as durable memory. | | **How Much?** | [question-how-much.md](question-how-much.md) | How much intelligence can a repository hold? The ceiling is social stewardship, not token count — memory scales with Git history, not context windows. | -📖 **Overview:** [questions.md](questions.md) +**Overview:** [questions.md](questions.md) -📖 **Architectural thesis:** [the-repo-is-the-mind.md](the-repo-is-the-mind.md) +**Architectural thesis:** [the-repo-is-the-mind.md](the-repo-is-the-mind.md) --- diff --git a/.github-minimum-intelligence/docs/incident-response.md b/.github-minimum-intelligence/docs/incident-response.md index 2cace60..8f3fd32 100644 --- a/.github-minimum-intelligence/docs/incident-response.md +++ b/.github-minimum-intelligence/docs/incident-response.md @@ -1,6 +1,6 @@ # 13. Incident Response Plan -> 📖 [Documentation Index](./index.md) · [Security Assessment](./security-assessment.md) · [Capabilities Analysis](./warning-blast-radius.md) +> [Index](./index.md) · [Security Assessment](./security-assessment.md) · [Capabilities Analysis](./warning-blast-radius.md) > > **Classification:** Internal — For Repository Maintainers and Organization Administrators > diff --git a/.github-minimum-intelligence/docs/index.md b/.github-minimum-intelligence/docs/index.md index d7bed05..7a40bd8 100644 --- a/.github-minimum-intelligence/docs/index.md +++ b/.github-minimum-intelligence/docs/index.md @@ -1,4 +1,4 @@ -# Documentation Index +# Index > Comprehensive guide to all GitHub Minimum Intelligence documentation. > @@ -63,7 +63,7 @@ Six questions define the philosophical and architectural foundation of this proj | **How?** | [question-how.md](./question-how.md) | Issues as input, Actions as runtime, LLM as reasoning, Git as memory. | | **How Much?** | [question-how-much.md](./question-how-much.md) | How much intelligence can a repository hold? The ceiling is stewardship, not token count. | -📖 **Overview:** [questions.md](./questions.md) · **Architectural thesis:** [The Repo Is the Mind](./the-repo-is-the-mind.md) +**Overview:** [questions.md](./questions.md) · **Architectural thesis:** [The Repo Is the Mind](./the-repo-is-the-mind.md) --- diff --git a/.github-minimum-intelligence/docs/question-how-much.md b/.github-minimum-intelligence/docs/question-how-much.md index 5b48326..1f99ba1 100644 --- a/.github-minimum-intelligence/docs/question-how-much.md +++ b/.github-minimum-intelligence/docs/question-how-much.md @@ -1,6 +1,6 @@ # Question: How Much? -> 📖 [Documentation Index](./index.md) · [Questions Overview](./questions.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) +> [Index](./index.md) · [Questions Overview](./questions.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) ## How much intelligence can a repository hold? diff --git a/.github-minimum-intelligence/docs/question-how.md b/.github-minimum-intelligence/docs/question-how.md index 554f35d..7493cf1 100644 --- a/.github-minimum-intelligence/docs/question-how.md +++ b/.github-minimum-intelligence/docs/question-how.md @@ -1,6 +1,6 @@ # Question: How? -> 📖 [Documentation Index](./index.md) · [Questions Overview](./questions.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) +> [Index](./index.md) · [Questions Overview](./questions.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) ## How does an idea become an agent? diff --git a/.github-minimum-intelligence/docs/question-what.md b/.github-minimum-intelligence/docs/question-what.md index 89dbdb0..a0b45c9 100644 --- a/.github-minimum-intelligence/docs/question-what.md +++ b/.github-minimum-intelligence/docs/question-what.md @@ -1,6 +1,6 @@ # Question: What? -> 📖 [Documentation Index](./index.md) · [Questions Overview](./questions.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) +> [Index](./index.md) · [Questions Overview](./questions.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) ## What is GitHub Minimum Intelligence? diff --git a/.github-minimum-intelligence/docs/question-when.md b/.github-minimum-intelligence/docs/question-when.md index 5b2cb26..3db4531 100644 --- a/.github-minimum-intelligence/docs/question-when.md +++ b/.github-minimum-intelligence/docs/question-when.md @@ -1,6 +1,6 @@ # Question: When? -> 📖 [Documentation Index](./index.md) · [Questions Overview](./questions.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) +> [Index](./index.md) · [Questions Overview](./questions.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) ## The Temporal Architecture of Repository-Native Intelligence diff --git a/.github-minimum-intelligence/docs/question-where.md b/.github-minimum-intelligence/docs/question-where.md index 7ccbecb..41b42ad 100644 --- a/.github-minimum-intelligence/docs/question-where.md +++ b/.github-minimum-intelligence/docs/question-where.md @@ -1,6 +1,6 @@ # Question: Where? -> 📖 [Documentation Index](./index.md) · [Questions Overview](./questions.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) +> [Index](./index.md) · [Questions Overview](./questions.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) ## Where does intelligence actually live? diff --git a/.github-minimum-intelligence/docs/question-who.md b/.github-minimum-intelligence/docs/question-who.md index 386fd77..afe763c 100644 --- a/.github-minimum-intelligence/docs/question-who.md +++ b/.github-minimum-intelligence/docs/question-who.md @@ -1,6 +1,6 @@ # Question: Who? -> 📖 [Documentation Index](./index.md) · [Questions Overview](./questions.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) +> [Index](./index.md) · [Questions Overview](./questions.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) ## Who is the "mind" when the repository becomes intelligent? diff --git a/.github-minimum-intelligence/docs/questions.md b/.github-minimum-intelligence/docs/questions.md index b3d72f7..c34eed3 100644 --- a/.github-minimum-intelligence/docs/questions.md +++ b/.github-minimum-intelligence/docs/questions.md @@ -1,6 +1,6 @@ # Questions -> 📖 [Documentation Index](./index.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) · [README](../../README.md) +> [Index](./index.md) · [The Repo Is the Mind](./the-repo-is-the-mind.md) · [README](../../README.md) Six foundational questions define GitHub Minimum Intelligence. Each examines the project from a different angle—together they form a complete picture of what repository-native intelligence means and why it matters. diff --git a/.github-minimum-intelligence/docs/security-assessment.md b/.github-minimum-intelligence/docs/security-assessment.md index 83a1fd7..8051a8a 100644 --- a/.github-minimum-intelligence/docs/security-assessment.md +++ b/.github-minimum-intelligence/docs/security-assessment.md @@ -1,6 +1,6 @@ # Security Assessment -> 📖 [Documentation Index](./index.md) · [Capabilities Analysis](./warning-blast-radius.md) · [Incident Response](./incident-response.md) +> [Index](./index.md) · [Capabilities Analysis](./warning-blast-radius.md) · [Incident Response](./incident-response.md) > > **Classification:** Internal - For Repository Maintainers and Organization Administrators > diff --git a/.github-minimum-intelligence/docs/the-four-laws-of-ai.md b/.github-minimum-intelligence/docs/the-four-laws-of-ai.md index 005e13d..3a54874 100644 --- a/.github-minimum-intelligence/docs/the-four-laws-of-ai.md +++ b/.github-minimum-intelligence/docs/the-four-laws-of-ai.md @@ -1,6 +1,6 @@ # The Four Laws of AI -> 📖 [Documentation Index](./index.md) · [Before You Begin](./final-warning.md) · [README](../../README.md) +> [Index](./index.md) · [Before You Begin](./final-warning.md) · [README](../../README.md) *Adapted from Isaac Asimov's Three Laws of Robotics for GitHub as AI Infrastructure* @@ -65,4 +65,4 @@ This means: --- -📖 [Documentation Index](./index.md) · [Before You Begin](./final-warning.md) · [Security Assessment](./security-assessment.md) · [Capabilities Analysis](./warning-blast-radius.md) +[Index](./index.md) · [Before You Begin](./final-warning.md) · [Security Assessment](./security-assessment.md) · [Capabilities Analysis](./warning-blast-radius.md) diff --git a/.github-minimum-intelligence/docs/the-repo-is-the-mind.md b/.github-minimum-intelligence/docs/the-repo-is-the-mind.md index 2d6040a..0bf1433 100644 --- a/.github-minimum-intelligence/docs/the-repo-is-the-mind.md +++ b/.github-minimum-intelligence/docs/the-repo-is-the-mind.md @@ -1,6 +1,6 @@ # The Repo Is the Mind -> 📖 [Documentation Index](./index.md) · [Questions Overview](./questions.md) · [README](../../README.md) +> [Index](./index.md) · [Questions Overview](./questions.md) · [README](../../README.md) > A repository is more than files - it's code, conversation, constraints, and history diff --git a/.github-minimum-intelligence/docs/transition-to-defcon-1.md b/.github-minimum-intelligence/docs/transition-to-defcon-1.md index f30b55a..14b86c0 100644 --- a/.github-minimum-intelligence/docs/transition-to-defcon-1.md +++ b/.github-minimum-intelligence/docs/transition-to-defcon-1.md @@ -1,6 +1,6 @@ # TRANSITION TO DEFCON 1 -> 📖 [Documentation Index](./index.md) · [DEFCON 2](./transition-to-defcon-2.md) · [Incident Response](./incident-response.md) +> [Index](./index.md) · [DEFCON 2](./transition-to-defcon-2.md) · [Incident Response](./incident-response.md) **DEFCON 1 — MAXIMUM READINESS** diff --git a/.github-minimum-intelligence/docs/transition-to-defcon-2.md b/.github-minimum-intelligence/docs/transition-to-defcon-2.md index 326d547..e4d6c09 100644 --- a/.github-minimum-intelligence/docs/transition-to-defcon-2.md +++ b/.github-minimum-intelligence/docs/transition-to-defcon-2.md @@ -1,6 +1,6 @@ # TRANSITION TO DEFCON 2 -> 📖 [Documentation Index](./index.md) · [DEFCON 1](./transition-to-defcon-1.md) · [DEFCON 3](./transition-to-defcon-3.md) +> [Index](./index.md) · [DEFCON 1](./transition-to-defcon-1.md) · [DEFCON 3](./transition-to-defcon-3.md) **DEFCON 2 — HIGH READINESS** diff --git a/.github-minimum-intelligence/docs/transition-to-defcon-3.md b/.github-minimum-intelligence/docs/transition-to-defcon-3.md index 133712f..913bb35 100644 --- a/.github-minimum-intelligence/docs/transition-to-defcon-3.md +++ b/.github-minimum-intelligence/docs/transition-to-defcon-3.md @@ -1,6 +1,6 @@ # TRANSITION TO DEFCON 3 -> 📖 [Documentation Index](./index.md) · [DEFCON 2](./transition-to-defcon-2.md) · [DEFCON 4](./transition-to-defcon-4.md) +> [Index](./index.md) · [DEFCON 2](./transition-to-defcon-2.md) · [DEFCON 4](./transition-to-defcon-4.md) **DEFCON 3 — INCREASED READINESS** diff --git a/.github-minimum-intelligence/docs/transition-to-defcon-4.md b/.github-minimum-intelligence/docs/transition-to-defcon-4.md index 7bde57e..bc1e7ce 100644 --- a/.github-minimum-intelligence/docs/transition-to-defcon-4.md +++ b/.github-minimum-intelligence/docs/transition-to-defcon-4.md @@ -1,6 +1,6 @@ # TRANSITION TO DEFCON 4 -> 📖 [Documentation Index](./index.md) · [DEFCON 3](./transition-to-defcon-3.md) · [DEFCON 5](./transition-to-defcon-5.md) +> [Index](./index.md) · [DEFCON 3](./transition-to-defcon-3.md) · [DEFCON 5](./transition-to-defcon-5.md) **DEFCON 4 — ABOVE NORMAL READINESS** diff --git a/.github-minimum-intelligence/docs/transition-to-defcon-5.md b/.github-minimum-intelligence/docs/transition-to-defcon-5.md index d231708..13d1a7b 100644 --- a/.github-minimum-intelligence/docs/transition-to-defcon-5.md +++ b/.github-minimum-intelligence/docs/transition-to-defcon-5.md @@ -1,6 +1,6 @@ # TRANSITION TO DEFCON 5 -> 📖 [Documentation Index](./index.md) · [DEFCON 4](./transition-to-defcon-4.md) · [DEFCON 1](./transition-to-defcon-1.md) +> [Index](./index.md) · [DEFCON 4](./transition-to-defcon-4.md) · [DEFCON 1](./transition-to-defcon-1.md) **DEFCON 5 — NORMAL READINESS** diff --git a/.github-minimum-intelligence/docs/warning-blast-radius.md b/.github-minimum-intelligence/docs/warning-blast-radius.md index a91a85b..c13537a 100644 --- a/.github-minimum-intelligence/docs/warning-blast-radius.md +++ b/.github-minimum-intelligence/docs/warning-blast-radius.md @@ -1,6 +1,6 @@ # Capabilities Analysis -> 📖 [Documentation Index](./index.md) · [Security Assessment](./security-assessment.md) · [Incident Response](./incident-response.md) · [Before You Begin](./final-warning.md) +> [Index](./index.md) · [Security Assessment](./security-assessment.md) · [Incident Response](./incident-response.md) · [Before You Begin](./final-warning.md)

diff --git a/README.md b/README.md index c05a693..30e1af7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A repository-local AI framework that plugs into a developer’s existing workflo ## IMPORTANT -### 📖 Please read [Before You Begin](.github-minimum-intelligence/docs/final-warning.md) for important usage information. +### Please read [Before You Begin](.github-minimum-intelligence/docs/final-warning.md) for important usage information. See the [Index](.github-minimum-intelligence/docs/index.md) for all documentation.