Add graphify references for various export and processing steps
- Create exports.md for additional export options and benchmarks in graphify. - Add extraction-spec.md detailing the extraction subagent prompt and rules. - Introduce github-and-merge.md for instructions on cloning GitHub repositories and merging graphs. - Implement hooks.md for setting up commit hooks and CLAUDE.md integration. - Develop query.md for querying the graph, including pathfinding and explanation features. - Add transcribe.md for transcribing video and audio files into text. - Create update.md for incremental updates and handling cluster-only operations. - Add resolve-comments.md snippet for resolving comments in code changes.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
---
|
||||
description: Create git commit with auto-generated conventional commit message
|
||||
agent: build
|
||||
model: opencode/deepseek-v4-flash-free
|
||||
---
|
||||
|
||||
# Git Commit Command
|
||||
|
||||
Create a well-structured git commit by analyzing staged changes and generating a conventional commit message.
|
||||
@@ -71,4 +69,4 @@ Commit Status: [success/failure]
|
||||
|
||||
- NEVER commit files that appear to contain secrets (.env, credentials, API keys)
|
||||
- WARN if committing lock files or large binary files
|
||||
- CONFIRM before committing if there are untracked files that might be forgotten
|
||||
- CONFIRM before committing if there are untracked files that might be forgotten
|
||||
|
||||
Reference in New Issue
Block a user