|
| 1 | +# Acknowledgements |
| 2 | + |
| 3 | +abcd stands on ideas, tools, and writing from many sources. This file records them |
| 4 | +in three parts: the **development** that built abcd, the **inspirations** that |
| 5 | +shaped its design, and the **references** it draws on. Each entry is added in the |
| 6 | +same change that lands what it records — the pull request that adopts a pattern, |
| 7 | +cites a source in an ADR, or integrates a tool — so the list grows with the work |
| 8 | +rather than being reconstructed later. Runtime dependencies are not listed here; |
| 9 | +they live in `go.mod` and the licence notices they carry. |
| 10 | + |
| 11 | +## Development |
| 12 | + |
| 13 | +Development of abcd has been assisted by Claude Code (Anthropic). Per-commit |
| 14 | +disclosure uses an `Assisted-by:` trailer; the human contributor is the author of |
| 15 | +record and is responsible for all AI-assisted output — its correctness, licensing, |
| 16 | +and fit for the project. See [`CONTRIBUTING.md`](CONTRIBUTING.md). |
| 17 | + |
| 18 | +## Inspirations |
| 19 | + |
| 20 | +Ideas and methodologies that shaped the design — not code abcd depends on. |
| 21 | + |
| 22 | +- **Amazon "Working Backwards"** — the press-release format of abcd's intents. |
| 23 | +- **Architecture Decision Records (MADR)** — the shape of the decision record. |
| 24 | +- **Diátaxis** — the four-type model behind the user documentation. |
| 25 | +- **Domain-Driven Design (bounded contexts)** — the surface boundaries. |
| 26 | +- **The Linux kernel's coding-assistants policy** — the `Assisted-by:` attribution |
| 27 | + model abcd adopts for AI-assisted commits. |
| 28 | + |
| 29 | +## References & sources |
| 30 | + |
| 31 | +Books, articles, and papers cited in the design record. |
| 32 | + |
| 33 | +- Eric Evans, *Domain-Driven Design* (Addison-Wesley, 2003). |
| 34 | +- A. Mavin, P. Wilkinson, A. Harwood, M. Novak, "Easy Approach to Requirements |
| 35 | + Syntax (EARS)" (RE, 2009). |
| 36 | +- U.S. Copyright Office, *Copyright and Artificial Intelligence, Part 2: |
| 37 | + Copyrightability* (2025). |
0 commit comments