build(adapters): claude-code adapter skeleton with capability/event tables
build(claude-code): adapter_translate_dispatcher with test
build(claude-code): adapter_translate_references with test
build(claude-code): adapter_translate_skills with tests
build(claude-code): adapter_translate_agents with capability→tools mapping
build(claude-code): hook wrapper template (CC native → neutral schema)
build(claude-code): adapter_translate_hooks with wrapper generation
build(claude-code): adapter_translate_mcp with hand-rolled YAML parser
build(claude-code): adapter_finalize and complete adapter_build wiring
build: scripts/build.sh dispatches to per-framework adapter
Also fix adapter_translate_hooks and adapter_translate_agents to use
while-read loops (avoiding word-splitting on paths with spaces) and
guard grep calls with || true to survive set -eo pipefail when hooks
have no match-tool field. Remove scripts/build.sh from .gitignore.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>