Skip to content

Commit 9fd3474

Browse files
docs: improve error handler documentation readability
- Rewrote Errors/catch-all-errors.md with better structure: - Added Quick Start table and ASCII flow diagram - Consolidated diagnostic/optional sections with collapsible details - Added compelling intro explaining problem/solution - Updated CLAUDE.md with markdown editing guidelines: - Added requirement for History section in all .md files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ad4e0b0 commit 9fd3474

3 files changed

Lines changed: 142 additions & 172 deletions

File tree

CLAUDE.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
66

77
This is a Power Fx snippets repository containing reusable code patterns, formulas, and components for Microsoft Power Platform development. The repository serves as a comprehensive collection of Power Apps development resources.
88

9-
Whenever we edit a file
9+
## Editing Markdown Files
10+
11+
When adding or updating any `.md` file in this repository:
12+
13+
1. **Update the History section** at the bottom of the file (create one if it doesn't exist)
14+
2. Use this format:
15+
```markdown
16+
## History
17+
18+
| Date | Author | Changes |
19+
|------|--------|---------|
20+
| YYYY-MM-DD | Author Name | Brief description of changes |
21+
```
22+
3. Add new entries at the **top** of the table (most recent first)
1023

1124
## Repository Structure
1225

0 commit comments

Comments
 (0)