From 214115e588c8368906c81ac8c27324d58c56cba0 Mon Sep 17 00:00:00 2001 From: Ben Kearns <35475+bkearns@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:29:05 -0700 Subject: [PATCH] docs: add Discord community link --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4ab4965..1a41ea9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ Token-saving tools for coding agents. A single binary (`frg`) with structured-JS **Status:** developer preview. Forge is useful today, but the public API and MCP tool surface may still change before a 1.0 release. +## Community and support + +Join the [Ferrosa Discord](https://discord.gg/BTpKMp9HRM) to discuss workflows, +ask questions, and report issues with the community and maintainers. + ## Why forge? Raw `cargo`, `go test`, `pytest`, and `git diff` output is verbose and token-expensive. `frg` wraps the most common operations and returns structured JSON: errors with file paths and line numbers, warnings grouped by rule, summaries instead of wall-of-text logs. The MCP layer surfaces the same tools directly to Claude Code without shell round-trips.