forked from santifer/career-ops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.example.yml
More file actions
83 lines (76 loc) · 3.08 KB
/
Copy pathprofile.example.yml
File metadata and controls
83 lines (76 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Career-Ops Profile Configuration
# Copy this file to config/profile.yml and fill in your details.
# This is the single source of truth for your personal data across all modes.
candidate:
full_name: "Jane Smith"
email: "jane@example.com"
phone: "+1-555-0123"
location: "San Francisco, CA"
linkedin: "linkedin.com/in/janesmith"
portfolio_url: "https://janesmith.dev"
github: "github.com/janesmith"
twitter: "https://x.com/janesmith"
target_roles:
# Your North Star roles — what you're optimizing for
primary:
- "Senior AI Engineer"
- "Staff ML Engineer"
# Archetypes help the evaluation system score fit
archetypes:
- name: "AI/ML Engineer"
level: "Senior/Staff"
fit: "primary" # primary = dream role, secondary = good fit, adjacent = stretch
- name: "AI Product Manager"
level: "Senior"
fit: "secondary"
- name: "Solutions Architect"
level: "Mid-Senior"
fit: "adjacent"
narrative:
# Your professional headline (1 line)
headline: "ML Engineer turned AI product builder"
# Your exit story — what makes you unique
exit_story: "Built and sold my SaaS after 5 years. Now focused on applied AI at scale."
# Your top 3-5 superpowers
superpowers:
- "End-to-end ML pipelines"
- "Fast prototyping (idea to prod in 2 weeks)"
- "Cross-functional communication"
# Proof points — projects, articles, case studies with measurable impact
proof_points:
- name: "Project Alpha"
url: "https://janesmith.dev/project-alpha"
hero_metric: "Reduced inference latency 40%"
- name: "Open Source Tool"
url: "https://github.com/janesmith/tool"
hero_metric: "2K+ GitHub stars"
# Optional: dashboard/demo URL with credentials
# dashboard:
# url: "https://janesmith.dev/demo"
# password: "demo-2026"
compensation:
target_range: "$150K-200K" # Your target total comp
currency: "USD"
minimum: "$120K" # Walk-away number
location_flexibility: "Remote preferred, 1 week/month on-site possible"
location:
country: "United States"
city: "San Francisco"
timezone: "PST"
visa_status: "No sponsorship needed"
# For remote roles outside your country:
# onsite_availability: "1 week/month in any city"
cv:
output_format: "html" # "html" (default) or "latex"
# (Optional) Canva resume design ID for visual CV generation via /career-ops pdf.
# Find it in your Canva design URL: https://www.canva.com/design/DAxxxxxxx/...
# The ID starts with "D" and is 11 characters long.
# canva_resume_design_id: "DAxxxxxxxxx"
# Google Workspace integration (Gmail + Calendar)
# Required for: node scan-gmail.mjs
# Setup: see README.md — "Gmail Interview Scanner" section
google:
credentials_path: calendar/credentials.json # OAuth2 client credentials from Google Cloud Console
token_path: calendar/token.json # Auto-generated after first auth — do not commit
gmail_scan_days: 7 # How many days back to scan (override with --days N)
calendar_id: primary # Google Calendar to add events to ("primary" or calendar ID)