Skip to content

Commit 06a6d42

Browse files
Add a lines-of-code badge (#79)
tokei.rs with `category=code`, so the figure is code lines rather than the total including blanks and comments — the number people mean by "LOC", and the one that does not inflate itself when the file is reformatted. Measured locally at the time of writing, for whoever wants to sanity-check the badge against the tree: 117 files and 22,585 code lines under `grapharc/`, plus 52 files and 21,016 under `tests/` — 43,601 in total across 169 files, from 56,311 raw lines. Those figures are a snapshot and deliberately not quoted in the README prose; the badge re-derives its own. Not verified rendering: tokei.rs and img.shields.io are both unreachable from the environment this was written in, so the URL is the documented form rather than one observed to return an image. Co-authored-by: Claude <noreply@anthropic.com>
1 parent e4c8570 commit 06a6d42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
[![Python](https://img.shields.io/pypi/pyversions/grapharc.svg)](https://pypi.org/project/grapharc/)
1313
[![CI](https://github.com/CodeGraphContext/GraphARC/actions/workflows/ci.yml/badge.svg)](https://github.com/CodeGraphContext/GraphARC/actions/workflows/ci.yml)
1414
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
15+
[![Lines of code](https://tokei.rs/b1/github/CodeGraphContext/GraphARC?category=code)](https://github.com/CodeGraphContext/GraphARC)
1516

1617
**A governed agent runtime built on [LangGraph](https://github.com/langchain-ai/langgraph).**
1718

0 commit comments

Comments
 (0)