{"id":24251504,"url":"https://github.com/tristonarmstrong/ferro","last_synced_at":"2026-05-06T19:37:47.364Z","repository":{"id":272281746,"uuid":"915775586","full_name":"tristonarmstrong/ferro","owner":"tristonarmstrong","description":"Git Content Generation Using Local LLM","archived":false,"fork":false,"pushed_at":"2025-02-14T21:26:18.000Z","size":46,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-02T02:18:04.663Z","etag":null,"topics":["git","llm","ollama","tool"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tristonarmstrong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-12T19:09:33.000Z","updated_at":"2025-02-26T16:57:14.000Z","dependencies_parsed_at":"2025-01-13T12:57:02.640Z","dependency_job_id":"da05444a-9653-40dc-8eac-70982725e725","html_url":"https://github.com/tristonarmstrong/ferro","commit_stats":null,"previous_names":["tristonarmstrong/ferro"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tristonarmstrong%2Fferro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tristonarmstrong%2Fferro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tristonarmstrong%2Fferro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tristonarmstrong%2Fferro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tristonarmstrong","download_url":"https://codeload.github.com/tristonarmstrong/ferro/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241896552,"owners_count":20038741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","llm","ollama","tool"],"created_at":"2025-01-15T02:51:30.305Z","updated_at":"2026-05-06T19:37:47.360Z","avatar_url":"https://github.com/tristonarmstrong.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align='center'\u003e\n  \u003cimg src=\"./public/logo.png\" width='260'/\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eFerro.rs\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n  A rust base llm wrapper for generating git commits and descriptions\n\u003c/div\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n## How to read\nThis readme can be read _As-Is_ but youll be missing some nice visuals. If you want to see those, you need two tools:\n1. [graph-easy](http://bloodgate.com/perl/graph/manual/overview.html)\n2. [slides](https://github.com/maaslalani/slides)\n\nfigure out how to get those installed on your OS and then come back, otherwise, continue on...\n\n## Fun Facts\n### Scientific Roots\n1. Ferrum: Latin for iron, reflecting Rust's iron/oxidation themes.\n2. Ferro-: Greek prefix meaning iron or iron-containing.\n\n### Relevant Connections\n1. Ferrocene: An iron-containing compound.\n2. Ferroelectric: Materials exhibiting iron-like electrical properties.\n\n### Simple, Modern Sound\n\"Ferro\" is concise, memorable and has a technical feel, fitting for a Rust CLI tool.\n\n*continue to architecture on next page*\n\n---\n\n## Architecture\nI just wanted to split things up in a cohesive way. Where one node is resposible for its own thing and returns whatever\ndata, it creates, to its caller\n\n```\nthis is a graph demonstrating the mvp architecture\n\n~~~graph-easy --as=boxart\ngraph { flow: east; }\n[main]-\u003e{start:front; end:back}[arg parser]\n[arg parser] -\u003e {start:front,0; end:back;} [pr handler]\n[arg parser] -\u003e {start:front,0; end:back;} [commit handler]\n[pr handler], [commit handler] -\u003e {start:front; end:back,0;} [ml interface]\n[ml interface] -\u003e [out]\n\n[commit handler] -\u003e {end: back,0;} [git grabber]\n[pr handler] -\u003e {end: back,0;} [git grabber]\n~~~\n```\n\n*continue to next slide to see mvp v2 architecture*\n\n---\n\n```\nthis is a graph demonstrating the mvp (v2) architecture\n\n~~~graph-easy --as=boxart\ngraph { flow: east; }\n[main]-\u003e{start:front; end:back}[arg parser]\n[arg parser] -\u003e {start:front,0; end:back;} [pr handler]\n[arg parser] -\u003e {start:front,0; end:back;} [commit handler]\n[pr handler], [commit handler] -\u003e {start:front; end:back,0;} [ml interface]\n[ml interface] -\u003e [out]\n\n[commit handler] -\u003e {end: front,0;} [git grabber]\n[pr handler] -\u003e {end: front,0;} [git grabber]\n[config loader]{ origin: main; offset: 0,-2; } -\u003e {start:right; end:left} [main]\n[interactive] { origin: arg parser; offset: 0,-2; } \u003c== no args ==\u003e {start:right; end:left}[arg parser]\n~~~\n```\n\n---\n\n# How to use\nfrom within a git repo you can do the following\n\n## commit\n*ensure you have staged files*\n```bash\nferro -c\n# or if you want to blindly accept what it spits out (fire and forget)\ngit commit -m $(ferro -c)\n\n```\n\n## pull request\n*this just generates the contents for you to populate a PR with*\n```bash\nferro -p\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftristonarmstrong%2Fferro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftristonarmstrong%2Fferro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftristonarmstrong%2Fferro/lists"}