From 1fcea6f80798613d84a8ef7195f4a6831467c60e Mon Sep 17 00:00:00 2001 From: Stefano Mioli Date: Sun, 26 Apr 2026 18:19:51 +0200 Subject: [PATCH] docs(readme): add author and project-page backlinks Adds a one-line citation block under the project description linking to projects.mioli.dev/gosymdb (project page), blog.mioli.dev (write-ups), and mioli.dev (author). The links are stable, give Google an inbound signal from this repo's README, and let humans clicking through from package indexes (pkg.go.dev, Go Report Card, etc.) find the write-up and the author profile. The GitHub repo's About > Website field is also currently empty; setting it to https://projects.mioli.dev/gosymdb/ once that page is live would compound the SEO benefit. Not changed here, since that's a metadata setting outside the repo. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e27d33..c75b699 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ A Go symbol and call-graph database backed by SQLite. Index any Go module and query symbols, callers, callees, blast radius, dead code, interface implementors, and type references — all with structured JSON output designed for programmatic consumption. +> Project page: · Blog: · Author: [Stefano Mioli](https://mioli.dev) + ## What this is gosymdb is a local, Go-specific symbolic query CLI for coding agents. It uses Go's own package/type analysis (`go/packages`, `go/types` — the same loader the compiler uses) to build a persistent SQLite index, then answers repeatable JSON queries such as: