newtype-profile 1.0.12 → 1.0.13

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/cli/index.js CHANGED
@@ -2253,7 +2253,7 @@ var require_picocolors = __commonJS((exports, module) => {
2253
2253
  var require_package = __commonJS((exports, module) => {
2254
2254
  module.exports = {
2255
2255
  name: "newtype-profile",
2256
- version: "1.0.12",
2256
+ version: "1.0.13",
2257
2257
  description: "AI Agent Collaboration System for Content Creation - Based on oh-my-opencode",
2258
2258
  main: "dist/index.js",
2259
2259
  types: "dist/index.d.ts",
package/dist/index.js CHANGED
@@ -49287,6 +49287,20 @@ SOURCE: [Where you found it]
49287
49287
  NOTES: [Context, caveats, or recommendations]
49288
49288
  \`\`\`
49289
49289
 
49290
+ ## Confidence Score (REQUIRED)
49291
+ After completing your verification, you MUST end your response with a confidence score in this EXACT format:
49292
+
49293
+ ---
49294
+ **CONFIDENCE: X.XX**
49295
+
49296
+ Where X.XX is a number between 0.00 and 1.00:
49297
+ - 0.90-1.00: All claims verified with authoritative sources
49298
+ - 0.70-0.89: Most claims verified, minor uncertainties
49299
+ - 0.50-0.69: Some claims unverified or conflicting sources
49300
+ - 0.00-0.49: Significant issues, major claims unverified or false
49301
+
49302
+ This score determines whether the content passes review or needs revision.
49303
+
49290
49304
  ## What You DON'T Do
49291
49305
  - You don't MODIFY content \u2014 report findings to Chief
49292
49306
  - You don't SEARCH for new topics \u2014 that's researcher's job
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newtype-profile",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "AI Agent Collaboration System for Content Creation - Based on oh-my-opencode",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",