MCP 로드맵에 적힌 기능은 MCP 스키마에 아직 없다
시장 앞 전단지에 적힌 물건과 진열대에 실제 놓인 물건은 다르다. 공식 계획 문서에 이름이 있는 기능이 규격 문서에는 없는 현실을 직접 재서 확인했다.
jangwook.net
Personal technical notes on AI agents, automation, developer tools, and the process of building software.
Latest Notes
The root page stays intentionally small. Choose a language, then read the full archive and related posts there.
AI 에이전트, 자동화, 개발 도구, 소프트웨어 제작 과정을 한국어로 기록합니다.
시장 앞 전단지에 적힌 물건과 진열대에 실제 놓인 물건은 다르다. 공식 계획 문서에 이름이 있는 기능이 규격 문서에는 없는 현실을 직접 재서 확인했다.
두 프로그램에 규칙 문서 한 벌을 나눠 먹이는 심볼릭 링크 방법이 흔한 관행이 됐다. 그러나 링크가 동작하는 것은 어느 도구의 약속이 아니라 파일이 그 자리에 있어서이며, 폴더를 옮기면 절대 경로 링크는 끊긴다.
같은 규칙 문서를 쓰더라도 작업 세션을 어느 폴더에서 열어 주느냐에 따라 닿는 범위가 달라진다. 대화 한가운데에야 도착한 규칙은 처음부터 준 규칙의 절반만 받아들여졌다.
Personal notes on AI agents, automation, developer tools, and building software.
Roadmap promises and the published specification are two different things. This article measures how much data a program loads the moment it connects, and checks which roadmap features exist in the published specification.
A popular way to share one rules file between two AI coding tools is a shortcut link, but no official document backs the trick, and file-system measurement shows absolute links break when a folder moves. This piece explains the evidence, its limits, and what to do about it.
A test with 60 runs shows that the same rules file can reach the AI helper from one folder but not from another, and a rules file handed over mid-conversation was followed only half the time. The launch folder decides the first part; the arrival time decides the second.
AIエージェント、自動化、開発ツール、ソフトウェア開発の記録です。
MCP の公式計画書に名前が載っている機能と、技術仕様書に実際に含まれている機能は別物である。実測では、接続の瞬間に道具の一覧全体が一度に読み込まれる現象は仕様の欠陥ではなくプログラム側の振る舞いとして現れた。
二つのAIツールに一つのルール文書を読ませるリンク共有が、今日なぜ動くのかを実測でたどる。同時に、この置き方を保証する文書がどこにもないことも確かめる。
AIコーディング助手が規則文書を読み込むかどうかは、文書の置き場所ではなく作業を始めたフォルダで決まることを、60回の試行で確かめた記録である。作業の途中で届いたルールは、初めから手渡されたルールの半分しか守られなかった。
记录 AI 代理、自动化、开发工具和软件构建过程。
本文实测了两件事:一个程序连接服务器的那一刻会把多大一份工具清单搬进来,以及官方路线图上写着的功能在正式规范文件里出现了几次。结论是:菜单上写的东西,不等于厨房里真的有。
两种 AI 编程工具共用一份规则说明书的常用做法,目前只靠文件本身的运气在运转。本文讲清它在什么情况下会失灵,以及哪些部分这次没能核实。
CLAUDE.md 规则文件放的位置一样,会话启动的文件夹不一样,被读到的结果就完全不同。对话中途才被读到的规则文件,遵守率只有一半。