Skip to content

fix: agent frontmatter files contain invalid bare tool names that fail lint validation #1202

@WilliamBerryiii

Description

@WilliamBerryiii

Summary

Agent frontmatter tools: entries in dt-learning-tutor.agent.md and implementation-validator.agent.md use bare tool names (e.g., run_in_terminal, read_file) instead of the official VS Code tool identifiers required by the frontmatter linter.

Affected Files

File Invalid Entries
.github/agents/design-thinking/dt-learning-tutor.agent.md run_in_terminal, read_file, fetch_webpage, semantic_search
.github/agents/hve-core/subagents/implementation-validator.agent.md run_in_terminal, read_file, fetch_webpage, semantic_search

Expected Behavior

Frontmatter tools: entries should use official identifiers (e.g., github.copilot-chat#terminalCommand instead of run_in_terminal).

Acceptance Criteria

  • All bare tool names replaced with official VS Code tool identifiers
  • npm run lint:frontmatter reports 0 errors for both files
  • No other frontmatter or markdown lint regressions

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions