commit aabcb776412faf2fa00c6675613d1d88f881a395 Author: Mohamed Salem Date: Fri Apr 10 20:05:19 2026 +0200 Add CLAUDE.md and README.md for project documentation diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..939d84a --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,7 @@ +# CLAUDE.md + +This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. + +## Project + +Demo project for pico-1, Anthropic's agentic coding tool. diff --git a/README.md b/README.md new file mode 100644 index 0000000..d0323d8 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Demo1 + +A demo project for [pico-1](https://github.com/anthropics/pico-1), Anthropic's agentic coding tool. + +## Overview + +This project serves as a demonstration and playground for exploring pico-1 capabilities. + +## Getting Started + +Clone the repository and start experimenting: + +```bash +cd demo1 +```