Skip to content

Commit bcd2feb

Browse files
author
Bryan Howard
committed
update
1 parent 265e569 commit bcd2feb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CLAUDE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
66

77
PyFlowGraph is a universal node-based visual scripting editor built with Python and PySide6. It allows users to create, connect, and execute Python code as nodes in a data-driven graph. The project follows a "Code as Nodes" philosophy where pins are automatically generated by parsing Python function signatures.
88

9+
# git and Github
10+
11+
- Don't ever add that it was generated with claude at the end of comments. This is bloat! Stop that!
12+
913
## Common Commands
1014

1115
### Running the Application
@@ -144,4 +148,4 @@ PyFlowGraph/
144148
- All nodes execute in isolated environments for security
145149
- Dependencies are managed via `requirements.txt` (PySide6, Nuitka for compilation)
146150

147-
- Don't add claude attribution to git commits
151+
- Don't add claude attribution to git commits

0 commit comments

Comments
 (0)