Skip to content

Commit 630b6e8

Browse files
LEANDERANTONYclaude
andcommitted
Untrack design_system + finish the SVG move + README fixes
design_system/ - `git rm --cached -r design_system/` so the 23 tracked files are removed from the repo's index but stay on disk for local reference. Anyone cloning will no longer pull this folder; it's been gitignored too. - Added a `design_system/` rule to `.gitignore` so future `git add -A` invocations skip it. SVG move - Staged the rename `docs/job-agent-architecture.svg` → `docs/images/job-agent-architecture.svg` that was sitting as uncommitted in the working tree (the SVG file got moved into docs/images/ alongside the other image assets). - Updated the README's `![Architecture overview]` link to point at the new path. The README revision in d638fec missed this — it would have rendered a broken image once pulled. README — small markdown fix - The "Output" comparison table separator had three dash-blocks (|---|---|---|) but the header + body rows have only two cells, after the modern_resume_render entry was dropped. Trimmed the separator to two blocks (|---|---|) so the table renders cleanly on GitHub. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d638fec commit 630b6e8

26 files changed

Lines changed: 5 additions & 5846 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,6 @@ reports/
280280
VISUAL_LOOP_MVP.md
281281
# Claude Code session state + worktrees (harness-managed, not source)
282282
.claude/
283+
284+
# Design system reference material — local-only handoff/specs/screens
285+
design_system/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**Live:** [job-application-copilot.xyz](https://job-application-copilot.xyz) · **Workspace:** [app.job-application-copilot.xyz](https://app.job-application-copilot.xyz)
1010

11-
![Architecture overview](docs/job-agent-architecture.svg)
11+
![Architecture overview](docs/images/job-agent-architecture.svg)
1212

1313
---
1414

@@ -21,7 +21,7 @@
2121
| ![](docs/images/landing_resumebuilder.png) | ![](docs/images/landing_jd.png) |
2222

2323
| Output — `classic_ats` theme | Output — Cover letter |
24-
|---|---|---|
24+
|---|---|
2525
| ![](docs/images/classic_resume_render.jpg) | ![](docs/images/cover_letter_render.jpg) |
2626

2727
---

design_system/redesign/handoff/README.md

Lines changed: 0 additions & 207 deletions
This file was deleted.

0 commit comments

Comments
 (0)