From aabcb776412faf2fa00c6675613d1d88f881a395 Mon Sep 17 00:00:00 2001 From: Mohamed Salem Date: Fri, 10 Apr 2026 20:05:19 +0200 Subject: [PATCH] Add CLAUDE.md and README.md for project documentation --- CLAUDE.md | 7 +++++++ README.md | 15 +++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 CLAUDE.md create mode 100644 README.md 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 +```