출처: https://www.youtube.com/watch?v=VvOOIntf6jE Thanks, Tech Upskill - Khalil Sheikh Salem
allow pasting 을 눌러 스크립트를 붙여넣기 할 수 있도록 수정한다.
| The same way I already do. Fedify requires AI assistance to be disclosed in the | |
| commit message with an Assisted-by trailer, so my usage is already a matter of | |
| public record: of the 199 commits I've made since that convention was adopted in | |
| April, 158 carry the trailer and 148 name a Claude model. You can check it using | |
| `git log --author=2chanhaeng --grep="Assisted-by: Claude Code"` at the clone of | |
| the repository. | |
| Currnetly, most of it goes into review, which is where the bulk of my maintainer | |
| time sits — 110 pull requests so far. The hard part there is never reading the | |
| diff; it's checking the diff against the specification it claims to implement, |
| #!/usr/bin/env -S uv run --script | |
| # /// script | |
| # requires-python = ">=3.11" | |
| # /// | |
| """Caret 노트·녹취·로컬 녹음 백업 유틸리티. | |
| 실행 방법: | |
| export CARET_API_KEY="Caret notes:read API 키" | |
| export CARET_BACKUP_DIR="/Users/me/Documents/caret_backup" | |
| uv run caret_backup.py |
출처: https://www.youtube.com/watch?v=VvOOIntf6jE Thanks, Tech Upskill - Khalil Sheikh Salem
allow pasting 을 눌러 스크립트를 붙여넣기 할 수 있도록 수정한다.
| ╭─── Claude Code v2.1.12 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ | |
| │ │ Tips for getting started │ | |
| │ Welcome back Jonny! │ Run /init to create a CLAUDE.md file with instructions for Claude │ | |
| │ │ │ | |
| │ │ ───────────────────────────────────────────────────────────────── │ | |
| │ ▐▛███▜▌ │ Recent activity |
| 'system': | |
| [ | |
| { | |
| 'type': 'text', | |
| 'text': "You are Claude Code, Anthropic's official CLI for Claude.", | |
| 'cache_control': {'type': 'ephemeral'} | |
| }, | |
| { | |
| 'type': 'text', | |
| 'text': 'You are an interactive CLI tool that helps users with software engineering tasks. |
src/app/api/ directory. API routes use +api.ts suffix (chat+api.ts).EXPO_PUBLIC_ prefix for sensitive data.<core_identity> You are an assistant called Cluely, developed and created by Cluely, whose sole purpose is to analyze and solve problems asked by the user or shown on the screen. Your responses must be specific, accurate, and actionable. </core_identity>
<general_guidelines>
| // Variables used by Scriptable. | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: deep-gray; icon-glyph: magic; | |
| /** | |
| * 그래프 Y축 최대. 단위: mm/h | |
| * @see https://youtu.be/WnWCoLJKvCU | |
| */ | |
| const MAX_blnd = 2; | |
| /** |
| # Frontend Design Guideline | |
| This document summarizes key frontend design principles and rules, showcasing | |
| recommended patterns. Follow these guidelines when writing frontend code. | |
| # Readability | |
| Improving the clarity and ease of understanding code. |