From 1fc579ab77831dbd357afce8f703e393a13e24b6 Mon Sep 17 00:00:00 2001 From: "claude[bot]" Date: Wed, 22 Apr 2026 00:34:23 +0000 Subject: [PATCH] fix: add complete frontmatter to onboard.md onboard.md had no frontmatter at all, so the /onboard command could not be registered by name and had no declared tool boundary. Adds name, description, and allowed-tools matching the operations the command actually performs (codebase exploration + writing the onboarding file). Co-Authored-By: Claude Code --- .claude/commands/onboard.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.claude/commands/onboard.md b/.claude/commands/onboard.md index 15c3cef..e1ea268 100644 --- a/.claude/commands/onboard.md +++ b/.claude/commands/onboard.md @@ -1,3 +1,9 @@ +--- +name: onboard +description: Onboard Claude to a new task by exploring the codebase and preparing a task brief +allowed-tools: Read, Glob, Grep, Write, Bash(find:*) +--- + # Onboard You are given the following context: