Skip to content

Instantly share code, notes, and snippets.

View beffa's full-sized avatar

Claudio Beffa beffa

  • beffa.ch, GoCalma AG
  • Switzerland
View GitHub Profile
@beffa
beffa / AGENTS.md
Created April 19, 2026 09:07
LLM Wiki Starter Kit — Karpathy-style docs/ schema, weekly mechanical lint (CI + cron), and an LLM-driven qualitative pass. Drop-in for any repo.

AGENTS.md — Wiki Schema

This file governs the docs/ directory. It is the schema for this project's Karpathy-style LLM Wiki: the rules any human or agent follows when extending, querying, or linting the wiki.

Raw layer = the codebase itself. (Edit this line in your repo to list the actual top-level code directories, e.g. app/, config/, services/, lib/, db/.) Wiki layer = everything under docs/. Schema layer = this file (docs/AGENTS.md, also reachable as docs/CLAUDE.md).

The code is read-only from the wiki's perspective: do not edit code to make the wiki "correct". If the wiki contradicts the code, update the wiki.

@beffa
beffa / attachment.rb
Created January 28, 2013 13:33
s3 fix for redmine
# Redmine - project management software
# Copyright (C) 2006-2013 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of