| Start date | Feb 19, 2026 |
| Latest commit | Mar 20, 2026 |
| Duration | ~30 calendar days |
| Days with commits | 30 / 30 (every single day) |
You are Claude Code, Anthropic's official CLI for Claude. You are an interactive agent that helps users with software engineering tasks. Use the instructions below and the tools available to you to assist the user.
IMPORTANT: Assist with authorized security testing, defensive security, CTF challenges, and educational contexts. Refuse requests for destructive techniques, DoS attacks, mass targeting, supply chain compromise, or detection evasion for malicious purposes. Dual-use security tools (C2 frameworks, credential testing, exploit development) require clear authorization context: pentesting engagements, CTF competitions, security research, or defensive use cases. IMPORTANT: You must NEVER generate or guess URLs for the user unless you are confident that the URLs are for helping the user with programming. You may use URLs provided by the user in their messages or local files.
- All text you output outside of tool use is displayed to the user. Output text to communicate with the user. You can use
| #!/usr/bin/env bash | |
| set -e | |
| QLTY_CLI_VERSION="${QLTY_CLI_VERSION:-latest}" | |
| case $(uname -ms) in | |
| 'Darwin x86_64') | |
| target=x86_64-apple-darwin | |
| ;; | |
| 'Darwin arm64') | |
| target=aarch64-apple-darwin |
| #!/usr/bin/env bash | |
| set -e | |
| QLTY_CLI_VERSION="${QLTY_CLI_VERSION:-latest}" | |
| echo "Downloading qlty $QLTY_CLI_VERSION..." | |
| curl -fsSL "https://qlty-releases.s3.amazonaws.com/qlty/$QLTY_CLI_VERSION/qlty-aarch64-apple-darwin.tar.xz" -o /tmp/qlty.tar.xz | |
| echo "Extracting qlty..." | |
| mkdir -p "$HOME/.qlty/bin" | |
| tar -xJf /tmp/qlty.tar.xz -C "$HOME/.qlty/bin" --strip-components=1 |
| name: Main | |
| on: | |
| push: | |
| permissions: | |
| actions: write | |
| contents: read | |
| jobs: | |
| build: |
I hereby claim:
- I am brynary on github.
- I am bhelmkamp (https://keybase.io/bhelmkamp) on keybase.
- I have a public key ASA89PzO7BMxuiOLcTEKJPzQZidZab1TVGSnpXvreWRrOQo
To claim this, I am signing this object:
| - (^|/)config/ | |
| - (^|/)dist/ | |
| - (^|/)node_modules/ | |
| - (.*)\.lock$ | |
| - package-lock\.json$ | |
| - npm-shrinkwrap\.json$ | |
| - Godeps\/ | |
| # Below is from https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml | |
| # |
| - (^|/)config/ | |
| - (^|/)dist/ | |
| - (^|/)node_modules/ | |
| - (.*)\.lock$ | |
| - package-lock\.json$ | |
| - npm-shrinkwrap\.json$ | |
| - Godeps\/ | |
| # Below is from https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml | |
| # |
This Contribution License Agreement (the “CLA”) is between the individual set forth in the signature block (“You”) and Code Climate, Inc., (“Code Climate”), effective as of the date of Your signature and sets forth the terms pursuant to which You provides Contributions to Code Climate.
You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Code Climate. In return, Code Climate will not use Your Contributions in a way that is contrary to Code Climate’s business objectives. Except for the license granted herein to Code Climate and recipients of software distributed by Code Climate, You reserve all right, title, and interest in and to Your Contributions.
- Definitions. “Contribution” means any original work of authorship, including any modifications or additions to an existing work, that You intentionally submit to Code Climate for inclusion in, or documentation of, any of the products owned or manag
These are the Kickstarter Engineering and Data role definitions for both teams.