diff --git a/.gemini/settings.json b/.gemini/settings.json new file mode 100644 index 0000000..3cbddf1 --- /dev/null +++ b/.gemini/settings.json @@ -0,0 +1,7 @@ +{ + "context": { + "fileFiltering": { + "respectGitIgnore": false + } + } +} diff --git a/Readme.md b/Readme.md index 27dc685..822748c 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ This repository contains the curation materials and prototype implementation for ## Project Goal -The objective is to *learn* how to build this architecture from scratch, with the AI acting as a highly contextualized mentor. We are using a `-nostdlib` C environment on Win32 to construct a visual editor that is simultaneously the IDE, the compiler, and the OS for a tiny, high-performance computing environment. +The objective is to *learn* how to build this architecture from scratch, with the AI acting as a highly contextualized mentor. ## Current State