File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Install package
1717 run : python -m pip install -e .
1818 - name : Compile Python
19- run : python -m py_compile agentfiguregallery/*.py scripts/*.py
19+ run : |
20+ python -m py_compile agentfiguregallery/*.py scripts/*.py
21+ bash -n scripts/install.sh
2022 - name : Private path scan
2123 run : python scripts/check_private_paths.py
2224 - name : CLI smoke test
2527 agentfiguregallery install-skill --target codex --dest /tmp/afg-skills-test
2628 agentfiguregallery install-skill --target claude-code --dest /tmp/afg-claude-skills-test
2729 agentfiguregallery install-skill --target cursor --dest /tmp/afg-cursor-skills-test
30+ agentfiguregallery install-cursor-rule --project /tmp/afg-cursor-project-test --force
2831 agentfiguregallery query --plot-type embedding_plot --json
2932 agentfiguregallery gallery --plot-type embedding_plot --limit 3 --strategy top --session-id ci_embedding_smoke
3033 agentfiguregallery prefer --session ci_embedding_smoke --like E01 --select E02
You can’t perform that action at this time.
0 commit comments