From 1cf39a70cf42042408d7bbf0a854e6a2c8e89a59 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Mon, 23 Feb 2026 08:12:51 +0100 Subject: [PATCH] Update instructions (human) --- HUMAN.md | 8 +++++--- README.md | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/HUMAN.md b/HUMAN.md index 1d4571d..bb29092 100644 --- a/HUMAN.md +++ b/HUMAN.md @@ -3,12 +3,14 @@ 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 -- README.md +- `HUMAN.md` +- `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. ## Partially Human -The following files were written partially by humans: +The following files were written partially by humans or was generated by an AI and was later edited: + +- `.devcontainer/Dockerfile` ## Fully AI Any file not in the above two categories were completely written by an AI without a human manually editing the file afterwards. \ No newline at end of file diff --git a/README.md b/README.md index 795d967..507042b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The source code uses the following directory structure: # Task list An AI implementing this operating system should implement features in this order. -After each feature, it should create a new Git commit. +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.