claude-code / mods /diff /hooks /command-spec /command-spec.ts
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
bdbd3b2 verified
Raw
History Blame Contribute Delete
284 Bytes
import Names from '../names'
/**
* What `session.start` hands `$.command.register`: the one place the
* `/diff` spec is built, where a later CommandSpec field joins.
*/
export const COMMAND_SPEC = {
name: Names.COMMAND_NAME,
description: Names.COMMAND_DESCRIPTION,
} as const