CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/obsidian-toolkit

Skills for working with Obsidian vaults and related formats: Obsidian Flavored Markdown, JSON Canvas files, the Obsidian CLI, and Defuddle for clean web content extraction.

96

Quality

96%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

criteria.jsonobsidian-bases/evals/scenario-4/

{
  "context": "Evaluate whether the agent correctly diagnoses the global-filter scoping issue and produces a fixed base that uses view-level filters for status while keeping the tag constraint global.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Explains global filter applies to all views",
      "description": "The response explains that the top-level filters block restricts every view in the base, so the status != \"archived\" condition prevents the Archived view from ever matching any notes.",
      "max_score": 25
    },
    {
      "name": "Global filter retains only the tag scope",
      "description": "The corrected global filters block contains only the tag constraint (file.hasTag(\"project\") or equivalent) and does not include any status-based exclusion.",
      "max_score": 20
    },
    {
      "name": "Active view has view-level filter for active status",
      "description": "The \"Active\" view contains a view-level filters clause that matches status == \"active\" (or equivalent).",
      "max_score": 20
    },
    {
      "name": "Archived view has view-level filter for archived status",
      "description": "The \"Archived\" view contains a view-level filters clause that matches status == \"archived\" (or equivalent).",
      "max_score": 20
    },
    {
      "name": "Valid YAML structure",
      "description": "The corrected file is syntactically valid YAML with no unquoted special characters and consistent indentation.",
      "max_score": 15
    }
  ]
}

tile.json