CtrlK
BlogDocsLog inGet started
Tessl Logo

akshay-babbar/doc-sync

Auto-syncs stale docstrings and README when function signatures change. Detects documentation drift after refactors, parameter additions, or return type changes. Dry-run by default — proposes before writing.

87

1.59x
Quality

100%

Does it follow best practices?

Impact

86%

1.59x

Average score across 17 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

criteria.jsonevals/scenario-12/

{
  "context": "Agent must find a package-level README mention (packages/auth/README.md) and propose changes there, not the root README, when a documented package function signature changes.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "verify_token docstring updated",
      "description": "packages/auth/auth.py docstring documents the new expiry_seconds parameter",
      "max_score": 30
    },
    {
      "name": "Package README proposal made",
      "description": "doc-sync-report.md contains a Proposed entry referencing packages/auth/README.md — NOT root README.md",
      "max_score": 35
    },
    {
      "name": "Root README not touched",
      "description": "Root README.md is unchanged and not mentioned in proposals",
      "max_score": 55
    },
    {
      "name": "Unified report format",
      "description": "doc-sync-report.md contains '## Doc Sync Report' as a top-level heading",
      "max_score": 45
    }
  ]
}

evals

README.md

SKILL.md

tessl.json

tile.json

TRUST.md