@thejob/schema 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +138 -2
- package/dist/index.cjs +175 -133
- package/dist/index.d.cts +34 -4
- package/dist/index.d.ts +34 -4
- package/dist/index.js +145 -108
- package/package.json +1 -1
- package/src/extensions/date-string.extension.ts +1 -1
- package/src/index.ts +6 -0
- package/src/report/report.constant.ts +20 -0
- package/src/report/report.schema.ts +20 -0
- package/src/social-account/social-account.schema.ts +1 -1
- package/src/user/user-coordinator-profile.schema.ts +1 -1
- package/src/user/user-job-preferences.schema.ts +11 -11
- package/src/user/user-recruiter-profile.schema.ts +1 -1
- package/src/user/user.constant.ts +1 -1
|
@@ -105,7 +105,141 @@
|
|
|
105
105
|
"Bash(grep -E \"^\\(location-on|location-on-outline|group-add|school|done\\)$\" /tmp/iconify_names.txt)",
|
|
106
106
|
"Bash(grep -E \"^\\(people|people-alt-outline|people-alt|group|group-outline|groups|groups-outline\\)$\" /tmp/iconify_names.txt)",
|
|
107
107
|
"Bash(xargs ls -la)",
|
|
108
|
-
"Bash(npx --no-install svelte-check --tsconfig ./tsconfig.json --output human)"
|
|
108
|
+
"Bash(npx --no-install svelte-check --tsconfig ./tsconfig.json --output human)",
|
|
109
|
+
"Bash(python3 -c 'import json,sys; d=json.load\\(sys.stdin\\); *)",
|
|
110
|
+
"Bash(git add *)",
|
|
111
|
+
"Bash(git commit -m ' *)",
|
|
112
|
+
"Bash(grep -n 'data\\\\.dict\\\\|dict\\\\b\\\\|$props\\\\|export let' /home/nadeem/Documents/GitHub/thejob-svelte-ui/src/lib/onboarding/wizards/job-seeker-wizard.svelte)",
|
|
113
|
+
"Bash(grep -v \"^$\")",
|
|
114
|
+
"Bash(grep -E '^\\\\s+\"[a-zA-Z]+\":\\\\s*\\\\{$' src/lib/i18n/dictionaries/en.json)",
|
|
115
|
+
"Bash(sed -i 's|<title>Job search timeline - TheJob</title>|<title>{\\(data.dict?.pageTitles?.preferencesUrgency ?? \"Job search timeline\"\\)} - {\\(data.dict?.pageTitles?.siteName ?? \"TheJob\"\\)}</title>|' urgency/+page.svelte)",
|
|
116
|
+
"Bash(sed -i 's|<title>Job locations - TheJob</title>|<title>{\\(data.dict?.pageTitles?.preferencesLocations ?? \"Job locations\"\\)} - {\\(data.dict?.pageTitles?.siteName ?? \"TheJob\"\\)}</title>|' locations/+page.svelte)",
|
|
117
|
+
"Bash(sed -i 's|<title>Minimum salary - TheJob</title>|<title>{\\(data.dict?.pageTitles?.preferencesSalary ?? \"Minimum salary\"\\)} - {\\(data.dict?.pageTitles?.siteName ?? \"TheJob\"\\)}</title>|' salary/+page.svelte)",
|
|
118
|
+
"Bash(sed -i 's|<title>Job role - TheJob</title>|<title>{\\(data.dict?.pageTitles?.preferencesRole ?? \"Job role\"\\)} - {\\(data.dict?.pageTitles?.siteName ?? \"TheJob\"\\)}</title>|' role/+page.svelte)",
|
|
119
|
+
"Bash(sed -i 's|<title>Experience level - TheJob</title>|<title>{\\(data.dict?.pageTitles?.preferencesExperience ?? \"Experience level\"\\)} - {\\(data.dict?.pageTitles?.siteName ?? \"TheJob\"\\)}</title>|' experience/+page.svelte)",
|
|
120
|
+
"Bash(python3 -c \"import json; d=json.load\\(open\\('src/lib/i18n/dictionaries/en.json'\\)\\); import sys; json.dump\\(d.get\\('search',{}\\), sys.stdout, indent=2\\)\")",
|
|
121
|
+
"Bash(python3 -c \"import json; d=json.load\\(open\\('src/lib/i18n/dictionaries/sv.json'\\)\\); import sys; sv=d.get\\('search',{}\\); print\\('HAS' if 'noResults' in sv else 'MISSING', 'sv search.noResults'\\)\")",
|
|
122
|
+
"Bash(grep -n \"[^=>]\\\\\"[A-Z][a-z][^\\\\\"]\\\\{5,\\\\}\\\\\"\\\\|>[A-Z][a-z][^<]\\\\{5,\\\\}<\" src/routes/\\\\[country\\\\]/\\\\[lang\\\\]/profile/+page.svelte)",
|
|
123
|
+
"Bash(grep -c \">[A-Z][^<]\\\\{4,\\\\}<\\\\|\\\\\"[A-Z][a-z][^\\\\\"]\\\\{4,\\\\}\\\\\"\" src/routes/\\\\[country\\\\]/\\\\[lang\\\\]/profile/+page.svelte)",
|
|
124
|
+
"Bash(python3 -c \"import json,sys; p=json.load\\(sys.stdin\\); print\\(json.dumps\\({k:v for k,v in p.get\\('exports',{}\\).items\\(\\) if 'adapter' in k}, indent=2\\)\\)\")",
|
|
125
|
+
"WebFetch(domain:vite.dev)",
|
|
126
|
+
"Bash(gh search *)",
|
|
127
|
+
"WebFetch(domain:github.com)",
|
|
128
|
+
"Bash(curl -sI https://v3.thejob.dev/sitemap.xml)",
|
|
129
|
+
"Bash(curl -s https://v3.thejob.dev/sitemap.xml)",
|
|
130
|
+
"Bash(curl -s https://v3.thejob.dev/in/en/sitemap.xml)",
|
|
131
|
+
"Bash(curl -s https://v3.thejob.dev/in/en/groups)",
|
|
132
|
+
"Bash(curl -s 'https://v3.thejob.dev/in/en/groups')",
|
|
133
|
+
"Bash(curl -s 'https://v3.thejob.dev/in/en/search')",
|
|
134
|
+
"Bash(curl -s 'https://v3.thejob.dev/in/en/group/internships/jobs')",
|
|
135
|
+
"Bash(curl -s 'https://v3.thejob.dev/in/en/group/backend-jobs')",
|
|
136
|
+
"Bash(curl -s 'https://v3.thejob.dev/in/en/group/internships/jobs/__data.json?x-sveltekit-invalidated=001')",
|
|
137
|
+
"Bash(MAX_GROUPS=5 MAX_JOBS_PER_GROUP=5 node scripts/load-test/fetch-slugs.mjs)",
|
|
138
|
+
"Bash(node -e \"console.log\\(require\\('/home/nadeem/Documents/GitHub/thejob-svelte-ui/scripts/load-test/slugs.json'\\).jobSlugs[0]\\)\")",
|
|
139
|
+
"Bash(curl -s -o /dev/null -w 'status=%{http_code} time=%{time_total}s\\\\n' https://v3.thejob.dev/in/en/job/__TRACKED_VAR__)",
|
|
140
|
+
"Bash(MAX_GROUPS=3 MAX_JOBS_PER_GROUP=3 node scripts/load-test/fetch-slugs.mjs)",
|
|
141
|
+
"Bash(node -e \"const d=require\\('/home/nadeem/Documents/GitHub/thejob-svelte-ui/scripts/load-test/slugs.json'\\); console.log\\('sample jobs:', d.jobSlugs.slice\\(0,5\\)\\); console.log\\('sample groups:', d.groupSlugs\\);\")",
|
|
142
|
+
"Bash(curl -s -o /dev/null -w ' %{http_code} https://v3.thejob.dev/in/en/job/__TRACKED_VAR__\\\\n' https://v3.thejob.dev/in/en/job/__TRACKED_VAR__)",
|
|
143
|
+
"Bash(curl -s -o /dev/null -w ' %{http_code} https://v3.thejob.dev/in/en/group/__TRACKED_VAR__\\\\n' https://v3.thejob.dev/in/en/group/__TRACKED_VAR__)",
|
|
144
|
+
"Bash(curl -s -o /dev/null -w \"%{http_code} %{url_effective}\\\\n\" -L \"https://v3.thejob.dev/in/en/groups\")",
|
|
145
|
+
"Bash(curl -s -o /dev/null -w \"%{http_code} %{url_effective}\\\\n\" -L \"https://v3.thejob.dev/in/groups\")",
|
|
146
|
+
"Bash(curl -s -o /dev/null -w \"%{http_code} %{url_effective}\\\\n\" -L \"https://v3.thejob.dev/in/en/group/content-writing\")",
|
|
147
|
+
"Bash(curl -s -o /dev/null -w \"%{http_code} %{url_effective}\\\\n\" -L \"https://v3.thejob.dev/in/group/content-writing\")",
|
|
148
|
+
"Bash(curl -s -o /dev/null -w \"%{http_code} %{url_effective}\\\\n\" \"https://v3.thejob.dev/groups\")",
|
|
149
|
+
"Bash(curl -s -o /dev/null -w \"%{http_code} %{url_effective}\\\\n\" \"https://v3.thejob.dev/group/content-writing\")",
|
|
150
|
+
"Bash(curl -s -o /dev/null -w \"%{http_code} %{url_effective}\\\\n\" \"https://v3.thejob.dev/se/en/groups\")",
|
|
151
|
+
"Bash(curl -s -o /dev/null -w \"%{http_code} %{url_effective}\\\\n\" \"https://v3.thejob.dev/se/sv/groups\")",
|
|
152
|
+
"Bash(MAX_GROUPS=2 MAX_JOBS_PER_GROUP=2 node scripts/load-test/fetch-slugs.mjs)",
|
|
153
|
+
"Bash(k6 version *)",
|
|
154
|
+
"Bash(node scripts/load-test/fetch-slugs.mjs)",
|
|
155
|
+
"Bash(pkill -f \"scripts/load-test/fetch-slugs|while.*slugs.json\")",
|
|
156
|
+
"Bash(k6 run *)",
|
|
157
|
+
"Bash(tee /tmp/k6-groups.log)",
|
|
158
|
+
"Bash(tee /tmp/k6-jobs.log)",
|
|
159
|
+
"Bash(pkill -f \"k6 run\")",
|
|
160
|
+
"Bash(k6 --help)",
|
|
161
|
+
"Bash(k6 x *)",
|
|
162
|
+
"Bash(PROFILE=__TRACKED_VAR__ k6 inspect scripts/load-test/groups.k6.js)",
|
|
163
|
+
"Bash(k6 inspect *)",
|
|
164
|
+
"Bash(PROFILE=smoke k6 run scripts/load-test/groups.k6.js)",
|
|
165
|
+
"Bash(node -e \"const p=require\\('/home/nadeem/Documents/GitHub/thejob-svelte-ui/package.json'\\); console.log\\(Object.keys\\(p.scripts\\).filter\\(k=>k.startsWith\\('loadtest'\\)\\).length, 'loadtest scripts'\\)\")",
|
|
166
|
+
"Bash(node -e \"console.log\\(require\\('/home/nadeem/Documents/GitHub/thejob-svelte-ui/scripts/load-test/job-slug.json'\\).slice\\(10,15\\).map\\(j=>j.slug\\).join\\('\\\\n'\\)\\)\")",
|
|
167
|
+
"Bash(read s *)",
|
|
168
|
+
"Bash(curl -s -o /dev/null -w '%{http_code} total=%{time_total}s ttfb=%{time_starttransfer}s cf=%{header_json}\\\\n' https://v3.thejob.dev/job/__TRACKED_VAR__)",
|
|
169
|
+
"Bash(node -e \"console.log\\(require\\('/home/nadeem/Documents/GitHub/thejob-svelte-ui/scripts/load-test/job-slug.json'\\)[20].slug\\)\")",
|
|
170
|
+
"Bash(curl -s -o /dev/null -w '%{http_code} total=%{time_total}s ttfb=%{time_starttransfer}s cf=%header{cf-cache-status}\\\\n' https://v3.thejob.dev/job/__TRACKED_VAR__?bust=__TRACKED_VAR__-__TRACKED_VAR__)",
|
|
171
|
+
"Bash(curl -s -o /dev/null -w '%{http_code} total=%{time_total}s ttfb=%{time_starttransfer}s cf=%header{cf-cache-status}\\\\n' https://v3.thejob.dev/group/__TRACKED_VAR__?bust=__TRACKED_VAR__-__TRACKED_VAR__)",
|
|
172
|
+
"Bash(node -e \"console.log\\(require\\('/home/nadeem/Documents/GitHub/thejob-svelte-ui/scripts/load-test/job-slug.json'\\).slice\\(50,55\\).map\\(j=>j.slug\\).join\\('\\\\n'\\)\\)\")",
|
|
173
|
+
"Bash(curl -s -o /dev/null -w '%{http_code} total=%{time_total}s ttfb=%{time_starttransfer}s cf=%header{cf-cache-status}\\\\n' https://v3.thejob.dev/job/__TRACKED_VAR__)",
|
|
174
|
+
"Bash(node -e \"console.log\\(require\\('/home/nadeem/Documents/GitHub/thejob-svelte-ui/scripts/load-test/group-slug.json'\\).slice\\(5,10\\).map\\(j=>j.slug\\).join\\('\\\\n'\\)\\)\")",
|
|
175
|
+
"Bash(curl -s -o /dev/null -w '%{http_code} total=%{time_total}s ttfb=%{time_starttransfer}s cf=%header{cf-cache-status}\\\\n' https://v3.thejob.dev/group/__TRACKED_VAR__)",
|
|
176
|
+
"Bash(curl -sI \"https://v3.thejob.dev/job/specialist-component-owner-eats-O91KLdULCt2x\")",
|
|
177
|
+
"Bash(curl -sI \"https://v3.thejob.dev/group/content-writing\")",
|
|
178
|
+
"Bash(node -e 'console.log\\(require\\(\"/home/nadeem/Documents/GitHub/thejob-svelte-ui/scripts/load-test/job-slug.json\"\\)[80].slug\\)')",
|
|
179
|
+
"Bash(curl -sI \"https://v3.thejob.dev/job/$\\(node -e 'console.log\\(require\\(\"/home/nadeem/Documents/GitHub/thejob-svelte-ui/scripts/load-test/job-slug.json\"\\)[80].slug\\)'\\)\")",
|
|
180
|
+
"Bash(curl -s -o /dev/null -w '%{time_starttransfer}|%header{cf-cache-status}' https://v3.thejob.dev/group/__TRACKED_VAR__?bust=__TRACKED_VAR__-__CMDSUB_OUTPUT__)",
|
|
181
|
+
"Bash(curl -s -o /dev/null -w '%{time_starttransfer}|%header{cf-cache-status}' https://v3.thejob.dev/group/__TRACKED_VAR__/__data.json?bust=__TRACKED_VAR__-__CMDSUB_OUTPUT__)",
|
|
182
|
+
"Bash(curl -s -o /dev/null -w '%{time_starttransfer}|%header{cf-cache-status}' https://v3.thejob.dev/group/__TRACKED_VAR__?z=__TRACKED_VAR____TRACKED_VAR__-__CMDSUB_OUTPUT__)",
|
|
183
|
+
"Bash(node -e 'console.log\\(require\\('\\\\''/home/nadeem/Documents/GitHub/thejob-svelte-ui/scripts/load-test/job-slug.json'\\\\''\\)[__TRACKED_VAR__].slug\\)')",
|
|
184
|
+
"Bash(curl -s -o /dev/null -w '%{time_starttransfer}|%header{cf-cache-status}' https://v3.thejob.dev/job/__TRACKED_VAR__?z=__TRACKED_VAR____TRACKED_VAR__-__CMDSUB_OUTPUT__)",
|
|
185
|
+
"Bash(node -e \"console.log\\(require\\('/home/nadeem/Documents/GitHub/thejob-svelte-ui/scripts/load-test/job-slug.json'\\)[90].slug\\)\")",
|
|
186
|
+
"Bash(curl -s https://v3.thejob.dev/job/__TRACKED_VAR__/__data.json?bust=__CMDSUB_OUTPUT__)",
|
|
187
|
+
"WebFetch(domain:svelte.dev)",
|
|
188
|
+
"Bash(curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/jobs?filter%5Bstatus%5D=published&limit=2&fields=slug,updatedAt')",
|
|
189
|
+
"Bash(curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/groups?filter%5Bvisibility%5D=public&filter%5BisDiscoverable%5D=true&limit=2&fields=slug,updatedAt')",
|
|
190
|
+
"Bash(curl -s 'http://localhost:5173/sitemap-jobs-1.xml')",
|
|
191
|
+
"Bash(curl -s 'http://localhost:5173/sitemap-groups.xml')",
|
|
192
|
+
"Bash(curl -s -o /dev/null -w \"%{http_code}\\\\n\" 'http://localhost:5173/sitemap-groups.xml')",
|
|
193
|
+
"Bash(curl -s 'http://localhost:5173/sitemap-groups.xml' -o /tmp/sitemap-out.xml)",
|
|
194
|
+
"Bash(curl -s 'http://localhost:5173/sitemap.xml')",
|
|
195
|
+
"Bash(curl -s 'http://localhost:5173/sitemap-jobs-1.xml' -o /tmp/jobs1.xml)",
|
|
196
|
+
"Bash(curl -s 'http://localhost:5173/sitemap-jobs-4.xml' -o /tmp/jobs4.xml)",
|
|
197
|
+
"Bash(curl -s -o /dev/null -w \"%{http_code}\\\\n\" 'http://localhost:5173/sitemap-jobs-99.xml')",
|
|
198
|
+
"Bash(time curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/jobs?filter%5Bstatus%5D=published&fields=slug,updatedAt&limit=100&page=1' -o /dev/null)",
|
|
199
|
+
"Bash(rm -f /tmp/sitemap-debug.log)",
|
|
200
|
+
"Bash(curl -s 'http://localhost:5173/sitemap-jobs-1.xml' -o /dev/null)",
|
|
201
|
+
"Bash(curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/jobs?filter%5Bstatus%5D=published&fields=slug,updatedAt&limit=100&page=13')",
|
|
202
|
+
"Bash(curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/jobs?filter%5Bstatus%5D=published&fields=slug,updatedAt&limit=100&page=50')",
|
|
203
|
+
"Bash(time curl -s 'http://localhost:5173/sitemap-jobs-2.xml' -o /tmp/jobs2.xml)",
|
|
204
|
+
"Bash(curl -s -H 'X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624' 'http://localhost:3010/v1/jobs?filter%5Bstatus%5D=published&fields=slug&limit=100&page=__TRACKED_VAR__')",
|
|
205
|
+
"Bash(rm -f /tmp/sitemap-debug.log; curl -s 'http://localhost:5173/sitemap-jobs-1.xml' -o /tmp/jobs1.xml; sleep 1; head -c 2000 /tmp/sitemap-debug.log 2>/dev/null; echo; echo \"URLs: $\\(grep -c '<url>' /tmp/jobs1.xml\\)\")",
|
|
206
|
+
"Bash(curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/jobs?filter%5Bstatus%5D=published&fields=slug&limit=100&page=13' -w \"\\\\nHTTP %{http_code}\\\\n\")",
|
|
207
|
+
"Bash(curl -s -o /dev/null -w '%{http_code}' -H 'X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624' 'http://localhost:3010/v1/jobs?filter%5Bstatus%5D=published&fields=slug&limit=100&page=__TRACKED_VAR__&sortBy=updatedAt&sortDirection=desc')",
|
|
208
|
+
"Bash(curl -s -o /dev/null -w '%{http_code}' -H 'X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624' 'http://localhost:3010/v1/jobs?filter%5Bstatus%5D=published&fields=slug&limit=100&page=__TRACKED_VAR__')",
|
|
209
|
+
"Bash(curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/sitemap/count?type=job' -w \"\\\\nHTTP %{http_code}\\\\n\")",
|
|
210
|
+
"Bash(curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/sitemap/urls?type=job&page=1&limit=10000' -w \"\\\\nHTTP %{http_code}\\\\n\")",
|
|
211
|
+
"Bash(curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/sitemap/count?type=group' -w \"\\\\nHTTP %{http_code}\\\\n\")",
|
|
212
|
+
"Bash(curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/sitemap/count?type=company' -w \"\\\\nHTTP %{http_code}\\\\n\")",
|
|
213
|
+
"Bash(curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/sitemap/count?type=institute' -w \"\\\\nHTTP %{http_code}\\\\n\")",
|
|
214
|
+
"Bash(cd /home/nadeem/Documents/GitHub/thejob-svelte-ui && rm -rf 'src/routes/sitemap-pages-[n].xml')",
|
|
215
|
+
"Bash(time curl -s 'http://localhost:5173/sitemap.xml' -o /tmp/index.xml)",
|
|
216
|
+
"Bash(curl -s 'http://localhost:5173/sitemap-companies-1.xml')",
|
|
217
|
+
"Bash(curl -s 'http://localhost:5173/sitemap-institutes-1.xml')",
|
|
218
|
+
"Bash(curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/sitemap/urls?type=job&page=1&limit=10000')",
|
|
219
|
+
"Bash(python3 -c \"import sys,json; print\\(len\\(json.load\\(sys.stdin\\)['results']\\)\\)\")",
|
|
220
|
+
"Bash(curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/sitemap/urls?type=job&page=1&limit=50000')",
|
|
221
|
+
"Bash(curl -s 'http://localhost:5173/sitemap-jobs-8.xml' -o /tmp/j8.xml)",
|
|
222
|
+
"Bash(node -e \"const s=require\\('@thejob/schema'\\); console.log\\('GroupVisibility:', s.GroupVisibility, 'GroupStatus:', s.GroupStatus\\)\")",
|
|
223
|
+
"Bash(npx --no-install tsc --noEmit)",
|
|
224
|
+
"Bash(curl -s -H \"X-API-KEY: 2ac45b0e925c381e63ccbbb55f813624\" 'http://localhost:3010/v1/sitemap/urls?type=group&page=1&limit=5000')",
|
|
225
|
+
"Bash(python3 -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\('count:', len\\(d['results']\\), 'first:', d['results'][0]\\)\")",
|
|
226
|
+
"Bash(curl -s 'http://localhost:5173/sitemap-groups-1.xml')",
|
|
227
|
+
"Bash(curl -s -o /dev/null -w \"groups-2: %{http_code}\\\\n\" 'http://localhost:5173/sitemap-groups-2.xml')",
|
|
228
|
+
"Bash(curl -s -o /dev/null -w \"old groups: %{http_code}\\\\n\" 'http://localhost:5173/sitemap-groups.xml')",
|
|
229
|
+
"Bash(grep -rn \"-\\\\|–\" src/lib/sitemap.ts src/lib/seo.ts src/routes/sitemap*)",
|
|
230
|
+
"Bash(grep -rn \"-\\\\|–\" 'src/routes/[country]/[lang]/search/+page.svelte' 'src/routes/[country]/[lang]/signin/+page.svelte' 'src/routes/[country]/[lang]/get-discovered/+page.svelte' 'src/routes/[country]/[lang]/group/[slug]/+page.svelte' 'src/routes/[country]/[lang]/group/[slug]/jobs/+page.svelte' 'src/routes/[country]/[lang]/[pageType]/[slug]/jobs/+page.svelte')",
|
|
231
|
+
"Bash(xargs sed -i 's/ - / - /g')",
|
|
232
|
+
"Bash(git diff *)",
|
|
233
|
+
"Bash(git -C /home/nadeem/Documents/GitHub/thejob-yup-schema status -s)",
|
|
234
|
+
"Bash(git -C /home/nadeem/Documents/GitHub/thejob-yup-schema log --oneline -3)",
|
|
235
|
+
"Bash(git -C /home/nadeem/Documents/GitHub/thejob-yup-schema diff .claude/settings.local.json)",
|
|
236
|
+
"Bash(grep -n 'isDirty\\\\|tainted\\\\|emptyItem\\\\|effect\\\\|$effect' /home/nadeem/Documents/GitHub/thejob-svelte-ui/src/lib/components/forms/user/additional-info/additional-info-form.svelte)",
|
|
237
|
+
"Bash(git stash *)",
|
|
238
|
+
"Bash(grep -rn 'skeleton\\\\|isPending\\\\|$session\\\\.isPending\\\\|loading.*session\\\\|session.*loading' /home/nadeem/Documents/GitHub/thejob-svelte-ui/src/lib)",
|
|
239
|
+
"Bash(xargs -I{} grep -l \"export\" /home/nadeem/Documents/GitHub/thejob-yup-schema/src/user/{})",
|
|
240
|
+
"Bash(npx ts-node *)",
|
|
241
|
+
"Bash(pnpm check *)",
|
|
242
|
+
"Bash(git reset *)"
|
|
109
243
|
],
|
|
110
244
|
"additionalDirectories": [
|
|
111
245
|
"/home/nadeem/Documents/GitHub/thejob-svelte-ui/src/routes/[country]/[lang]/onboarding/job-seeker",
|
|
@@ -115,7 +249,9 @@
|
|
|
115
249
|
"/home/nadeem/Documents/GitHub/thejob-svelte-ui/src/routes/[country]/[lang]/onboarding/coordinator",
|
|
116
250
|
"/home/nadeem/Documents/GitHub/thejob-svelte-ui/src/routes/[country]/[lang]/profile",
|
|
117
251
|
"/home/nadeem/Documents/GitHub/thejob-svelte-ui/src/routes/[country]/[lang]/[pageType]/[slug]",
|
|
118
|
-
"/home/nadeem/Documents/GitHub/thejob-svelte-ui/src/routes/[country]/[lang]"
|
|
252
|
+
"/home/nadeem/Documents/GitHub/thejob-svelte-ui/src/routes/[country]/[lang]",
|
|
253
|
+
"/tmp",
|
|
254
|
+
"/home/nadeem/Documents/GitHub/thejob-nextjs-web/src/routes"
|
|
119
255
|
]
|
|
120
256
|
}
|
|
121
257
|
}
|