Skip to content

Commit 40d9c39

Browse files
PatrickSysclaude
andcommitted
docs: improve AGENTS.md formatting and update internal-docs
- Add blank lines to AGENTS.md for better readability - Update internal-docs submodule to include v1.5.0 planning and v1.4.0 feedback Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 79d6c6f commit 40d9c39

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
# Agent Instructions
22

33
## Internal Documentation
4+
45
This repository uses a private git submodule for internal notes.
56

67
- **Path**: `internal-docs/`
78
- **Repo**: `https://github.com/PatrickSys/codebase-context-internal.git`
89

910
### Quick Setup
11+
1012
```bash
1113
git clone --recurse-submodules https://github.com/PatrickSys/codebase-context.git
1214
```
1315

1416
### Syncing
17+
1518
```bash
1619
git pull --recurse-submodules
1720
git submodule update --remote --merge
1821
```
1922

2023
### Privacy & Security
24+
2125
The `internal-docs` repository is **Private**. It returns a 404 to unauthenticated users/APIs. Access requires a GitHub PAT or SSH keys with repository permissions.

internal-docs

0 commit comments

Comments
 (0)