Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
9c00433
Add comprehensive test suite for native object passing system
bhowiebkr-lab Aug 30, 2025
3503082
Complete Story 3.3: Native Object Passing System
bhowiebkr-lab Aug 30, 2025
283ad5f
Update flow specification for native object passing architecture
bhowiebkr-lab Aug 30, 2025
b9155ce
Fix virtual environment package loading for single process execution
bhowiebkr-lab Aug 30, 2025
ede249f
Add Dependencies section support to FlowSpec format
bhowiebkr-lab Aug 30, 2025
b09b004
Add FlowSpec LLM documentation and sample images
bhowiebkr-lab Aug 30, 2025
a5d5d15
Fix relative image path handling in computer vision pipeline
bhowiebkr-lab Aug 30, 2025
629d7ed
Add proper ImageNet class labels to computer vision pipeline
bhowiebkr-lab Aug 30, 2025
8328585
Upgrade to NVIDIA GPU-accelerated computer vision pipeline
bhowiebkr-lab Aug 30, 2025
f1c9da3
Fix GPU device detection in computer vision pipeline classifier
bhowiebkr-lab Sep 1, 2025
8be0f67
Fix device_info connection to use Classifier output instead of Prepro…
bhowiebkr-lab Sep 1, 2025
a2fdb2a
Make Clear Results button functional in computer vision pipeline
bhowiebkr-lab Sep 1, 2025
449f481
Fix Clear Results button by defining proper function
bhowiebkr-lab Sep 1, 2025
b6d5f38
Fix Clear Results button in nvidia_gpu_computer_vision_pipeline.md
bhowiebkr-lab Sep 1, 2025
3fdea86
Fix virtual environment switching when loading different graphs
bhowiebkr-lab Sep 1, 2025
90dc998
Update CLAUDE.md with commit policy
bhowiebkr-lab Sep 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ ALWAYS prefer editing an existing file to creating a new one.
NEVER proactively create documentation files (*.md) or README files. Only create documentation files if explicitly requested by the User.
NEVER use emojis in any code, tests, or temporary files - causes Windows encoding errors.

**CRITICAL GIT COMMIT RULE**: NEVER commit changes unless the user explicitly asks to commit. Always wait for the user to test and verify changes work before committing. Do NOT commit automatically after making changes - this is forbidden.

**WINDOWS-ONLY PLATFORM REQUIREMENTS**:
- NEVER use Linux commands: `ls`, `grep`, `find`, `chmod`, `/usr/bin/bash`, `./script.sh`
- ALWAYS use Windows commands: `dir`, `findstr`, `where`, `attrib`, `cmd.exe`, `script.bat`
Expand Down
Loading
Loading