restart codebase

This commit is contained in:
Luna 2025-06-10 19:16:15 -03:00
parent d0159c2ba4
commit a62cf65376
16 changed files with 2 additions and 1172 deletions

View file

@ -10,6 +10,8 @@ proposed UI:
# builds the base hako image (debian:bookworm + node (latest lts) + npm install -g @anthropic-ai/claude-code + gcc)
# this writes to ~/.config/hako/Dockerfile.base with the defaults
# if you want to customize the base image, then edit the dockerfile and rerun `hako init`
# NOTE: dockerfiles have some special metadata on the first comment (say `# HAKO-VERSION=1`, this is important because if we want to edit the base one we would have to require
# users to wipe their dockerfiles first and then do it. we should be able to _warn_ them of that while running hako commands, and then init recreates the dockerfile on the latest version)
# target image name: hako-userland
hako init