Skip to content

Commit 2582fc4

Browse files
committed
Enhancement (readme): Added a credits section.
Signed-off-by: Exadra37 <exadra37@gmail.com>
1 parent 170b609 commit 2582fc4

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This project delivers this guidance as a collection of markdown files that instr
2323
* [Guidelines](#guidelines)
2424
* [Development](#development)
2525
* [Testing](#testing)
26+
* [Credits](#credits)
2627

2728

2829
## Overview
@@ -341,3 +342,16 @@ test/libs/bats-core/bin/bats test/ai-intent-driven-development.sh.bats
341342
```
342343

343344
[Back to TOC](#toc)
345+
346+
347+
## Credits
348+
349+
This repo was inspired by bits and bobs from here and there on the web, with some sprinkles of my own.
350+
351+
Some of the more influential sources for my work:
352+
353+
* [Intent Steel Thread](https://github.com/matthewsinclair/intent) - Inspired on this concept for the WHY. WHAT, HOW, and Tasks, but condensed in one single document, the Intent.
354+
* [Kevin Hoffman](https://www.linkedin.com/in/kevinshoffman/) - The development workflow guidelines are inspired by the ones they use at Akka.
355+
* [Phoenix Framework](https://phoenixframework.org/) - The code guidelines for Elixir is a copy from the AGENTS.md file generated by `mix phx.new`.
356+
357+
[Back to TOC](#toc)

0 commit comments

Comments
 (0)