jobarbiter 0.3.6 → 0.3.7

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.
@@ -433,8 +433,8 @@ async function runToolDetectionStep(prompt, config) {
433
433
  console.log(` ${c.bold("Quantitative")} — session frequency, token volume, tool diversity`);
434
434
  console.log(` ${c.bold("Qualitative")} — orchestration complexity, problem-solving approach,`);
435
435
  console.log(` communication clarity, iteration patterns, tool fluency\n`);
436
- console.log(` This is what makes your profile ${c.bold("verified")} not self-reported.`);
437
- console.log(` Anyone can claim "advanced AI skills." Your observer ${c.bold("proves")} it.\n`);
436
+ console.log(` This is what makes your profile ${c.bold("verified")} and ${c.bold("valuable")}.`);
437
+ console.log(` Your observer regularly records and reports your proven AI proficiency.\n`);
438
438
  console.log(` ${c.bold("Privacy:")} ${c.highlight("No code, prompts, or content leave your machine.")}`);
439
439
  console.log(` Only derived proficiency signals (scores, patterns, dimensions)`);
440
440
  console.log(` are submitted — never raw session data.\n`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobarbiter",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "CLI for JobArbiter — the first AI Proficiency Marketplace",
5
5
  "type": "module",
6
6
  "bin": {
@@ -527,8 +527,8 @@ async function runToolDetectionStep(
527
527
  console.log(` ${c.bold("Quantitative")} — session frequency, token volume, tool diversity`);
528
528
  console.log(` ${c.bold("Qualitative")} — orchestration complexity, problem-solving approach,`);
529
529
  console.log(` communication clarity, iteration patterns, tool fluency\n`);
530
- console.log(` This is what makes your profile ${c.bold("verified")} not self-reported.`);
531
- console.log(` Anyone can claim "advanced AI skills." Your observer ${c.bold("proves")} it.\n`);
530
+ console.log(` This is what makes your profile ${c.bold("verified")} and ${c.bold("valuable")}.`);
531
+ console.log(` Your observer regularly records and reports your proven AI proficiency.\n`);
532
532
  console.log(` ${c.bold("Privacy:")} ${c.highlight("No code, prompts, or content leave your machine.")}`);
533
533
  console.log(` Only derived proficiency signals (scores, patterns, dimensions)`);
534
534
  console.log(` are submitted — never raw session data.\n`);