diff --git a/workspace/.gitkeep b/workspace/.gitkeep new file mode 100644 index 00000000..b967b4c8 --- /dev/null +++ b/workspace/.gitkeep @@ -0,0 +1,2 @@ +# This file ensures the workspace directory is created +# The workspace directory is where AI will perform file operations diff --git a/workspace/sample.txt b/workspace/sample.txt new file mode 100644 index 00000000..0789bee1 --- /dev/null +++ b/workspace/sample.txt @@ -0,0 +1,20 @@ +This is a sample file in the workspace directory. +You can ask the AI to: + +1. Read this file +2. Edit this content +3. Create new files +4. List directory contents +5. Create complete projects + +Try asking: +- "Read the sample.txt file" +- "Add a new section to sample.txt about AI capabilities" +- "Create a simple Java project structure" +- "List all files in the workspace" + +The AI can perform continuous operations like: +1. First checking what exists +2. Then creating new content +3. Finally verifying the results +