Skip to content

Commit d009d65

Browse files
cdervclaude
andcommitted
Fix link consistency and add security note to setup guide
Fix relative link for tinytex-pattern-maintenance.md in .claude/CLAUDE.md (missing ../ prefix). Add note about not committing secrets to dev-docs/claude-code-setup.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5ea57d1 commit d009d65

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.claude/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Key phases:
205205

206206
### LaTeX Error Detection
207207

208-
LaTeX error pattern maintenance is documented in [dev-docs/tinytex-pattern-maintenance.md](dev-docs/tinytex-pattern-maintenance.md).
208+
LaTeX error pattern maintenance is documented in [dev-docs/tinytex-pattern-maintenance.md](../dev-docs/tinytex-pattern-maintenance.md).
209209

210210
- Patterns inspired by TinyTeX's comprehensive regex.json
211211
- Automated daily verification workflow checks for TinyTeX pattern updates

dev-docs/claude-code-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ CLAUDE.local.md # Personal overrides
8181

8282
These stay personal to each developer.
8383

84+
Avoid committing API keys, tokens, or credentials in any `.claude/` or `llm-docs/` file. Use environment variables or `.env` (also gitignored) for sensitive values.
85+
8486
## Further Reading
8587

8688
- [Claude Code documentation](https://docs.anthropic.com/en/docs/claude-code)

0 commit comments

Comments
 (0)