Skip to content

Commit e3edfee

Browse files
committed
Add "AI transparency" to README
1 parent 6fd4016 commit e3edfee

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,15 @@ The `release` script bumps the version in `src/header.sh`, rebuilds `hdi`, commi
208208
./release 1.2.3 # explicit version
209209
```
210210

211+
## AI transparency
212+
213+
AI tooling (eg. Claude Code) has been used to assist with areas of the project, such as:
214+
215+
- Researching common README formats across a large array of project types, and creating fixtures from these findings
216+
- Prototyping the parsing logic
217+
- Creating the website's data generation pipeline, along with elements of the demo page's terminal simulator
218+
- Converting the use of `sed`, `awk` etc into Bash natives (ie. the [v0.10.0](https://github.com/grega/hdi/releases/tag/v0.10.0) performance release)
219+
211220
## License
212221

213222
[MIT](LICENSE)

0 commit comments

Comments
 (0)