Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Karpathy-Inspired Coding-Agent Guidelines
<p align="center">
<img src="assets/greybeard.png" width="320" alt="The Greybeard — Principal Engineer">
</p>

<h1 align="center">Karpathy-Inspired Coding-Agent Guidelines</h1>

<p align="center">
<em>Make your agent code like the senior who's been paged at 3am for every shortcut you're about to take.</em><br>
<strong>"Did you check, or did you guess?"</strong>
</p>

> Built and maintained by [Clawnify](https://clawnify.com) — a managed platform that provisions AI agents with WhatsApp / Telegram / Email and browser capabilities for non-technical users.

Expand Down
Binary file added assets/greybeard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"check-sync": "node scripts/build-rules.js --check"
},
"files": [
"assets/",
"bin/",
"scripts/",
"skills/",
Expand Down
Loading