Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -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.