agent-float-term 0.3.4

Harness Floating Terminal: a persistent F7 shell for unwrapped AI CLIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Pass user values as environment, never interpolate them into a shell command.
export TAG CONFIRM DRY_RUN TAP_DIR

.DEFAULT_GOAL := help
.PHONY: help release install
help:
	@printf '%s\n' 'make install: build/install the managed app and a private patched tmux (no server restart)' 'make install DRY_RUN=1: read-only installation plan' 'make release DRY_RUN=1: read-only release plan' 'make release [TAG=vX.Y.Z] [TAP_DIR=/path/to/tap]: requires exact publish TAG approval'

install:
	@bash scripts/install-local.sh

release:
	@python3 -B scripts/release.py