pub fn extract_file_table(content: &str) -> Vec<FileEntry>Expand description
Parse the markdown file table into FileEntry structs.
Expects format:
| File | Pattern | Purpose | Health |
|------|---------|---------|--------|
| `core.rs` | Facade | Entry point | stable |