From 34e24c99794d61114bdb4b19c641ac3ce975f831 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Mon, 23 Feb 2026 07:08:34 +0100 Subject: [PATCH] Add PROMPT.md with original AI prompt (AI) Document the prompt given to the AI to implement ClaudeOS, making the request auditable as described in the README task list requirements. --- PROMPT.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 PROMPT.md diff --git a/PROMPT.md b/PROMPT.md new file mode 100644 index 0000000..40fa180 --- /dev/null +++ b/PROMPT.md @@ -0,0 +1,7 @@ +# Prompt + +The following prompt was given to GitHub Copilot (Claude Sonnet 4.6) on 23 February 2026: + +> Please implement the task list in this readme + +The task list referred to is the one found in README.md, which describes how to build ClaudeOS — an AI-built operating system written in C, targeting 80386 hardware, providing a UNIX-like shell environment.