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.
- package/dist/lib/onboard.js +2 -2
- package/package.json +1 -1
- package/src/lib/onboard.ts +2 -2
package/dist/lib/onboard.js
CHANGED
|
@@ -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")}
|
|
437
|
-
console.log(`
|
|
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
package/src/lib/onboard.ts
CHANGED
|
@@ -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")}
|
|
531
|
-
console.log(`
|
|
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`);
|