Skip to content

dkenw/kaw-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaw Code

This repository is a recovered, reverse-generated source tree rebuilt into a runnable Bun project.

It is not a complete or verified upstream source release. The current goal is practical usability: install dependencies, build the CLI, and run it locally.

Status

  • Builds successfully in this workspace
  • Produces a runnable CLI bundle
  • Includes compatibility shims for missing proprietary/native pieces
  • Still has incomplete or placeholder subsystems

For the full reconstruction notes, see RECOVERY_HANDOFF.md.

Requirements

  • Bun 1.3.11 recommended

Quick Start

bun install
bun run build
./bin/claude-recovered --version
./bin/claude-recovered

Useful Commands

bun run clean
bun run build
./bin/claude-recovered --help
./bin/claude-recovered doctor --help
./bin/claude-recovered -p "hi"

Project Layout

  • src/: recovered source tree
  • scripts/build.ts: Bun build entry that compiles the CLI
  • bin/claude-recovered: launcher for the built CLI
  • shims/: local compatibility shims for missing packages/features
  • types/ambient.d.ts: macro and module declarations used by the recovered build
  • RECOVERY_HANDOFF.md: full handoff, caveats, and recovery notes

Caveats

  • Some features are stubbed, disabled, or only partially reconstructed.
  • The build is Bun-first and depends on Bun-specific behavior such as bun:bundle.
  • Help/version/smoke-test paths are verified, but not every command path has been validated.
  • Chrome integration, computer-use/native helpers, Tungsten-related pieces, and some assistant/install/update flows are not fully restored.

Verified In This Workspace

These commands completed successfully during recovery:

bun run build
./bin/claude-recovered --version
./bin/claude-recovered --help
./bin/claude-recovered doctor --help
./bin/claude-recovered -p "hi"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors