docs: add man page, install target, and fork constitution#13
Open
DonaldoDes wants to merge 3 commits intomobydeck:mainfrom
Open
docs: add man page, install target, and fork constitution#13DonaldoDes wants to merge 3 commits intomobydeck:mainfrom
DonaldoDes wants to merge 3 commits intomobydeck:mainfrom
Conversation
Documents fork identity, architectural principles (raw PTY passthrough, no emulation, no deps), C style conventions, upstream policy, build instructions, and test process. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Documents all commands (attach, new, start, run, push, kill, clear, list, current), all options (-e, -E, -r, -R, -z, -q, -t, -C, -f), FILES, ENVIRONMENT (ATCH_SESSION), EXIT STATUS, and EXAMPLES sections. Includes tests/test_man.sh with 33 TAP assertions verified via mandoc. Also removes the *.1 gitignore rule so that the committed man page is tracked directly rather than generated by pandoc. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds PREFIX ?= /usr/local and an install target that copies: - the atch binary to $(PREFIX)/bin/atch - the man page to $(PREFIX)/share/man/man1/atch.1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
atch.1man page (roff format) covering all commands, options, and examplesmake installtarget withPREFIXvariable (default/usr/local)constitution.mddocumenting fork conventions and upstream contribution policytests/test_man.sh)Test plan
man ./atch.1renders correctlymake install PREFIX=/tmp/atch-testinstalls binary and man page🤖 Generated with Claude Code