From efc3615852da2e12aab9160ae95cebb80f7568ea Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Tue, 10 Mar 2026 23:12:16 -0400 Subject: [PATCH] Add acknowledgements page crediting StrongDM's Attractor as inspiration Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/docs.json | 3 ++- docs/reference/acknowledgements.mdx | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/reference/acknowledgements.mdx diff --git a/docs/docs.json b/docs/docs.json index 487dda86a..26495145b 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -108,7 +108,8 @@ "reference/architecture", "administration/server-configuration", "administration/troubleshooting", - "administration/security" + "administration/security", + "reference/acknowledgements" ] } ] diff --git a/docs/reference/acknowledgements.mdx b/docs/reference/acknowledgements.mdx new file mode 100644 index 000000000..ea3ee880e --- /dev/null +++ b/docs/reference/acknowledgements.mdx @@ -0,0 +1,6 @@ +--- +title: "Acknowledgements" +description: "Projects and people that inspired Arc" +--- + +Arc was inspired by [Attractor](https://github.com/strongdm/attractor), created by [Justin McCarthy](https://github.com/strongdm) at [StrongDM](https://www.strongdm.com/). Attractor pioneered the idea of orchestrating AI coding agents with graph-based workflows, and its design deeply influenced Arc's architecture.