mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Add acknowledgements page crediting StrongDM's Attractor as inspiration
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9245a9987b
commit
efc3615852
2 changed files with 8 additions and 1 deletions
|
|
@ -108,7 +108,8 @@
|
|||
"reference/architecture",
|
||||
"administration/server-configuration",
|
||||
"administration/troubleshooting",
|
||||
"administration/security"
|
||||
"administration/security",
|
||||
"reference/acknowledgements"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
6
docs/reference/acknowledgements.mdx
Normal file
6
docs/reference/acknowledgements.mdx
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Reference in a new issue