docs: update README with restored CLI details and recent restoration progress
This commit is contained in:
parent
0f21b48891
commit
e68bf2201a
16
README.md
16
README.md
@ -15,9 +15,21 @@
|
|||||||
- The source tree is restorable and runnable in a local development workflow.
|
- The source tree is restorable and runnable in a local development workflow.
|
||||||
- `bun install` succeeds.
|
- `bun install` succeeds.
|
||||||
- `bun run version` succeeds.
|
- `bun run version` succeeds.
|
||||||
- `bun run dev` starts the restored CLI entrypoint and remains running as an interactive process.
|
- `bun run dev` now routes through the restored CLI bootstrap instead of the temporary `dev-entry` shim.
|
||||||
|
- `bun run dev --help` shows the full command tree from the restored CLI.
|
||||||
- A number of modules still contain restoration-time fallbacks, so behavior may differ from the original Claude Code implementation.
|
- A number of modules still contain restoration-time fallbacks, so behavior may differ from the original Claude Code implementation.
|
||||||
|
|
||||||
|
## Restored so far
|
||||||
|
|
||||||
|
Recent restoration work has recovered several pieces beyond the initial source-map import:
|
||||||
|
|
||||||
|
- the default Bun scripts now start the real CLI bootstrap path
|
||||||
|
- bundled skill content for `claude-api` and `verify` has been rewritten from placeholder files into usable reference docs
|
||||||
|
- compatibility layers for Chrome MCP and Computer Use MCP now expose realistic tool catalogs and structured degraded-mode responses instead of empty stubs
|
||||||
|
- several explicit placeholder resources have been replaced with working fallback prompts for planning and permission-classifier flows
|
||||||
|
|
||||||
|
Remaining gaps are mostly private/native integrations where the original implementation was not recoverable from source maps, so those areas still rely on shims or reduced behavior.
|
||||||
|
|
||||||
## Why this exists
|
## Why this exists
|
||||||
|
|
||||||
Source maps do not contain a full original repository:
|
Source maps do not contain a full original repository:
|
||||||
@ -47,4 +59,4 @@
|
|||||||
|
|
||||||
Print the restored version:
|
Print the restored version:
|
||||||
|
|
||||||
bun run version
|
bun run version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user