Skip to content

Commit 168a056

Browse files
authored
Merge pull request #28 from optave/fix/publish-yaml-syntax
fix(ci): quote publish.yml if-expression and clean up competitive analysis
2 parents 7cf5da8 + 580a614 commit 168a056

4 files changed

Lines changed: 858 additions & 64 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Preflight checks
1818
runs-on: ubuntu-latest
1919
# Skip dev publish when the push is a stable release version bump
20-
if: ${{ github.event_name == 'release' || !startsWith(github.event.head_commit.message, 'chore: release v') }}
20+
if: "${{ github.event_name == 'release' || !startsWith(github.event.head_commit.message, 'chore: release v') }}"
2121
permissions:
2222
contents: read
2323
steps:

COMPETITIVE_ANALYSIS.md

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -292,65 +292,3 @@ Ranked by weighted score across 6 dimensions (each 1–5):
292292
| CrewAI multi-agent | Overengineered for a code analysis tool. Keep the scope focused |
293293
| Clipboard/LLM-dump mode | Different product category (glimpse). We're a graph tool, not a context-packer |
294294

295-
---
296-
297-
## Irrelevant Repos (excluded from ranking)
298-
299-
These repos from the search were not code analysis / graph tools:
300-
301-
| Repo | What it actually is |
302-
|------|-------------------|
303-
| [susliko/tla.nvim](https://github.com/susliko/tla.nvim) | TLA+/PlusCal Neovim plugin for formal verification |
304-
| [akaash-nigam/AxionApps](https://github.com/akaash-nigam/AxionApps) | Portfolio of 17 Indian social impact mobile apps |
305-
| [jasonjckn/tree-sitter-clojure](https://github.com/jasonjckn/tree-sitter-clojure) | Fork of Clojure tree-sitter grammar, inactive since 2022 |
306-
| [omkargade04/sentinel-agent](https://github.com/omkargade04/sentinel-agent) | AI-powered GitHub PR reviewer agent |
307-
| [rupurt/tree-sitter-graph-nix](https://github.com/rupurt/tree-sitter-graph-nix) | Nix flake packaging for tree-sitter-graph (1.8KB of Nix) |
308-
| [shandianchengzi/tree_sitter_DataExtractor](https://github.com/shandianchengzi/tree_sitter_DataExtractor) | Academic research on program graph representations for GNNs |
309-
| [hasssanezzz/GoTypeGraph](https://github.com/hasssanezzz/GoTypeGraph) | Go-only struct/interface relationship visualizer |
310-
| [romiras/py-cmm-parser](https://github.com/romiras/py-cmm-parser) | Python-only canonical metadata parser with Pyright LSP |
311-
| [OrkeeAI/orkee](https://github.com/OrkeeAI/orkee) | AI agent orchestration platform (CLI/TUI/Web/Desktop) |
312-
| [google/binnavi](https://github.com/google/binnavi) | Binary analysis IDE for disassembled code (archived, requires IDA Pro) |
313-
| [mhutchie/vscode-git-graph](https://github.com/mhutchie/vscode-git-graph) | VS Code extension for visualizing Git commit history as a graph |
314-
| [utdemir/nix-tree](https://github.com/utdemir/nix-tree) | TUI for browsing Nix package dependency trees |
315-
| [arunkumar9t2/scabbard](https://github.com/arunkumar9t2/scabbard) | Dagger 2 (Android DI framework) dependency graph visualizer |
316-
| [iamvaibhavmehra/LangGraph-Course-freeCodeCamp](https://github.com/iamvaibhavmehra/LangGraph-Course-freeCodeCamp) | FreeCodeCamp course materials on LangGraph agent framework |
317-
| [trailofbits/it-depends](https://github.com/trailofbits/it-depends) | Package dependency resolver and SBOM generator (supply chain, not source code) |
318-
| [jriecken/dependency-graph](https://github.com/jriecken/dependency-graph) | Generic in-memory graph data structure library (npm package) |
319-
| [Claudate/project-multilevel-index](https://github.com/Claudate/project-multilevel-index) | Fractal self-referential documentation system inspired by "Godel, Escher, Bach" |
320-
| [23blocks-OS/ai-maestro](https://github.com/23blocks-OS/ai-maestro) | AI agent orchestrator/dashboard for managing multiple AI coding agents |
321-
| [codemuse-app/codemuse](https://github.com/codemuse-app/codemuse) | SaaS VS Code extension for AI-powered code navigation (requires cloud account) |
322-
| [microsoft/constrained-graph-variational-autoencoder](https://github.com/microsoft/constrained-graph-variational-autoencoder) | ML research: constrained graph variational autoencoders for molecule design |
323-
| [tech-srl/Nero](https://github.com/tech-srl/Nero) | ML research: neural reverse engineering of stripped binaries |
324-
| [tintinweb/vscode-interactive-graphviz](https://github.com/tintinweb/vscode-interactive-graphviz) | VS Code extension for interactive Graphviz DOT file preview (generic renderer) |
325-
| [praeclarum/ShaderGraphCoder](https://github.com/praeclarum/ShaderGraphCoder) | RealityKit shader codegen for Swift (shader graphs, not code analysis) |
326-
| [Vul-LMGNN/vul-LMGGNN](https://github.com/Vul-LMGNN/vul-LMGGNN) | ML research: vulnerability detection combining CodeBERT + GNN |
327-
| [TeodorVecerdi/CodeGraph](https://github.com/TeodorVecerdi/CodeGraph) | Unity visual scripting tool for non-programmers (node-based, discontinued) |
328-
| [OneGraph/graphiql-code-exporter](https://github.com/OneGraph/graphiql-code-exporter) | GraphiQL plugin to export GraphQL queries as code snippets |
329-
| [joaompinto/vscode-graphviz](https://github.com/joaompinto/vscode-graphviz) | VS Code Graphviz DOT language support (syntax highlighting/preview) |
330-
| [igor-elovikov/sd-sex](https://github.com/igor-elovikov/sd-sex) | Substance Designer plugin for creating function graphs from code (3D materials) |
331-
| [HeYijia/GraphSLAM_tutorials_code](https://github.com/HeYijia/GraphSLAM_tutorials_code) | Tutorial code for GraphSLAM robotics algorithms |
332-
| [iFindTA/NHGraphCoderPro](https://github.com/iFindTA/NHGraphCoderPro) | iOS CAPTCHA/verification code generator (Objective-C UI component) |
333-
| [oceaneLIU/GraphCoder](https://github.com/oceaneLIU/GraphCoder) | ML research: graph-based code representation (paper code, no usable tool) |
334-
| [omegacen/conda-depgraph](https://github.com/omegacen/conda-depgraph) | CLI to plot Conda environment dependency graphs (package manager, not source code) |
335-
| [hosseinmoein/Lynx](https://github.com/hosseinmoein/Lynx) | Generic dependency graph library for scheduling/computation (data structure) |
336-
| [deezer/gravity_graph_autoencoders](https://github.com/deezer/gravity_graph_autoencoders) | ML research: gravity-inspired graph autoencoders for link prediction |
337-
| [erikw/taiga-stats](https://github.com/erikw/taiga-stats) | Statistics and burnup diagrams from Taiga project management |
338-
| [ZhaoLiang-GitHub/KnowledgeGraph-code](https://github.com/ZhaoLiang-GitHub/KnowledgeGraph-code) | Knowledge graph project code and datasets (NLP/knowledge engineering) |
339-
| [shenAlexy/GraphCodeView](https://github.com/shenAlexy/GraphCodeView) | iOS captcha/verification code generator using drawRect |
340-
| [spacestation13/SS13-Codebases](https://github.com/spacestation13/SS13-Codebases) | Family tree diagram of Space Station 13 game forks |
341-
| [jbpt/codebase](https://github.com/jbpt/codebase) | Business process analysis library (BPMN/Petri nets) |
342-
| [Stephanvs/vscode-graphviz](https://github.com/Stephanvs/vscode-graphviz) | VS Code Graphviz DOT language syntax support |
343-
| [ZephyrTan/low-code-flow-graph](https://github.com/ZephyrTan/low-code-flow-graph) | Low-code drag-and-drop flow/process designer UI component |
344-
| [Bowen-n/MCBG](https://github.com/Bowen-n/MCBG) | Malware classification via control flow graphs (ML/security research) |
345-
| [wonjunior/CodeGraph](https://github.com/wonjunior/CodeGraph) | Node-based visual programming tool (not code analysis) |
346-
| [DumBringer/CoDeGraph](https://github.com/DumBringer/CoDeGraph) | Industrial anomaly detection/segmentation via zero-shot learning (computer vision) |
347-
| [vul337/Callee](https://github.com/vul337/Callee) | ML research: recovering binary call graphs with transfer learning |
348-
| [MalwareCantFly/Vba2Graph](https://github.com/MalwareCantFly/Vba2Graph) | VBA macro malware analysis call graph tool for security researchers |
349-
| [Ramos-dev/graph4code](https://github.com/Ramos-dev/graph4code) | Tutorial/demo: ASTs in Neo4j for vulnerability tracing (educational, not a tool) |
350-
| [microsoft/graph-based-code-modelling](https://github.com/microsoft/graph-based-code-modelling) | ML research: generative code modeling with program graphs (ICLR papers) |
351-
| [ShiftLeftSecurity/llvm2cpg](https://github.com/ShiftLeftSecurity/llvm2cpg) | LLVM bitcode → Code Property Graph converter for Joern (binary/IR bridge) |
352-
| [joernio/ghidra2cpg](https://github.com/joernio/ghidra2cpg) | Ghidra binary decompilation → CPG frontend for Joern |
353-
| [rocq-community/coq-dpdgraph](https://github.com/rocq-community/coq-dpdgraph) | Coq/Rocq theorem prover dependency graph plugin for proof objects |
354-
| [rewindio/dagwood](https://github.com/rewindio/dagwood) | Generic Ruby dependency graph library (data structure) |
355-
| [rust-secure-code/cargo-supply-chain](https://github.com/rust-secure-code/cargo-supply-chain) | Cargo subcommand for auditing who published your Rust dependencies (supply chain people, not code) |
356-
| [cyrus-and/chrome-page-graph](https://github.com/cyrus-and/chrome-page-graph) | Chrome extension for web page asset dependency graphs |

0 commit comments

Comments
 (0)