mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 00:26:26 +00:00
Root AGENTS.md pointer file per the architecture decision in discussion #78: documents both config roots (.agents/skills/ portable portal skills, .claude/ orchestration) and the profile entry points, carries a framework_version marker registered in both version tools. Design case made by @erikpr1994 in the #78 architecture thread; implementation by @jovin-nicholas.
1.5 KiB
1.5 KiB
framework_version
| framework_version |
|---|
| 1.0.0 |
Agent Guidelines: AI Job Search
This workspace is structured to manage job search activities, scraper tools, CVs, cover letters, and interview preparation.
Thin-Pointer Design (Single Source of Truth)
To prevent duplication and configuration drift across different AI agent frameworks (Claude Code, Google Antigravity, Codex, Cursor, Gemini CLI, etc.), this workspace uses a unified thin-pointer design. All agent runtimes should load the canonical specifications and candidate profiles from the files and directories below:
- Personal Candidate Profile:
- The candidate profile, contact details, education, and target preferences are defined in CLAUDE.md and the individual profile methodology files under .claude/skills/job-application-assistant/ (specifically
01-*.mdetc.).
- The candidate profile, contact details, education, and target preferences are defined in CLAUDE.md and the individual profile methodology files under .claude/skills/job-application-assistant/ (specifically
- Canonical Workflow Specifications:
- The step-by-step instructions and triggers for tasks (setup, scrape, rank, apply, upskill, interview) are defined in the .claude/ directory (specifically under
.claude/skills/and.claude/commands/). - Do not duplicate these rules or specifications. Treat
.claude/files as the single source of truth.
- The step-by-step instructions and triggers for tasks (setup, scrape, rank, apply, upskill, interview) are defined in the .claude/ directory (specifically under
- Portal Search Skills:
- Job-portal search CLIs live under .agents/skills/ in the portable Agent Skills format (with a
SKILL.mdper portal). Codex and Antigravity discover these automatically; the/scrapeworkflow in .claude/skills/job-scraper/ orchestrates them.
- Job-portal search CLIs live under .agents/skills/ in the portable Agent Skills format (with a