Add CLAUDE.md and README.md for project documentation

This commit is contained in:
Mohamed Salem 2026-04-10 20:05:19 +02:00
commit aabcb77641
2 changed files with 22 additions and 0 deletions

7
CLAUDE.md Normal file
View File

@ -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.

15
README.md Normal file
View File

@ -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
```