I hereby claim:
- I am chadhs on github.
- I am chadhs (https://keybase.io/chadhs) on keybase.
- I have a public key whose fingerprint is 4D1A CE5B 6E12 81AE 2DC6 C293 D87C F143 BB61 9F44
To claim this, I am signing this object:
| _completemarks() { | |
| local curw=${COMP_WORDS[COMP_CWORD]} | |
| local wordlist=$(find $MARKPATH -type l | sed -En 's/(.*)\/.(marks)\/(.*)/\3/p') | |
| COMPREPLY=($(compgen -W '${wordlist[@]}' -- "$curw")) | |
| return 0 | |
| } |
| ## python development | |
| export WORKON_HOME=$HOME/.virtualenvs | |
| export PROJECT_HOME=$HOME/src | |
| export VIRTUALENVWRAPPER_PYTHON=/usr/local/bin/python2.7 | |
| source /usr/local/bin/virtualenvwrapper.sh |
I hereby claim:
To claim this, I am signing this object:
| # Natal Demo | |
| ## getting started | |
| install natal | |
| ```sh | |
| npm install -g natal | |
| ``` |
By default, AI agents in OpenCode may run git commands (add, commit, push, etc.) on your behalf. If you prefer to handle all git operations yourself, you can add a global rule to prevent this.
Create the file ~/.config/opencode/AGENTS.md with the following contents:
# Personal Workflow Preferences| name | architect |
|---|---|
| description | Plans architecture, system design, and refactoring strategy. |
| model | github-copilot/claude-opus-4.6 |
You are a staff-level software architect.
Your job is to design clean, maintainable systems before code is written.