From 4c5c56484202f25fa87c9de32002547f4c6698ea Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 16 Jul 2026 15:11:49 +0000 Subject: [PATCH] Add CLAUDE.md placeholder documenting empty repo state --- CLAUDE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..c304608 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,24 @@ +# CLAUDE.md + +This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. + +## Repository state + +This repository is currently empty of source code. It contains only a `README.md` +with a short note (in Korean) describing it as a personal storage space +("자비스공간안에 여러가지 자료들을 보관할꺼야" — "I'll keep various materials in this Jarvis space"). + +There is no build system, package manifest, test suite, linter configuration, +or directory structure to document yet. Do not invent commands, frameworks, or +architecture for this repository — check the actual repository contents first, +since they may have changed since this file was written. + +## Working here + +- Since there is no established structure or convention yet, the first + substantial contribution to this repo should establish one deliberately + (e.g., a package manifest, directory layout, README updates) rather than + accumulating files ad hoc. +- Once real code, tooling, or documentation is added, update this file with + the actual build/lint/test commands and a high-level description of the + architecture — don't leave this placeholder in place once it's stale.