Update readme (human)

This commit is contained in:
2026-02-23 08:15:11 +01:00
parent e8fa7e1f28
commit 6d9ab26423
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ This document describes which files are written fully by humans, which had human
## Fully Human
The following files were written completely by humans:
- `HUMAN.md`
- `HUMAN.md` (except for the checkmarks in the tasklist)
- `README.md`
- Everything in `vendor/`. While we don't actually know if it was written by humans, certainly the AI used for this project has not touched it.

View File

@@ -35,6 +35,7 @@ An AI implementing this operating system should implement features in this order
After each feature, it should create a new Git commit and push the commit.
The git commit should describe what is done and why certain choices were made.
The title of the commit should always end with (AI), to indicate that it was written by an AI.
Once a task is completed, it should be checked off.
- [ ] Create directory structure
- [ ] Create initial build system