Skip to content

Commit a33d5b8

Browse files
authored
docs: add Buy Me a Coffee funding link and README button (#56)
## Summary - Replaces the GitHub Sponsors entry in `FUNDING.yml` with a Buy Me a Coffee link - Adds a Buy Me a Coffee button to the README near the top, with markdownlint inline HTML suppression to keep CI green
1 parent 19724f1 commit a33d5b8

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: [MattDevy] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
1+
buy_me_a_coffee: MattDevy

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
[![npm](https://img.shields.io/npm/v/pi-continuous-learning)](https://www.npmjs.com/package/pi-continuous-learning)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
88

9+
<!-- markdownlint-disable MD033 -->
10+
<a href="https://www.buymeacoffee.com/MattDevy"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-red.png" alt="Buy Me A Coffee" width="150"></a>
11+
<!-- markdownlint-enable MD033 -->
12+
913
Inspired by [everything-claude-code/continuous-learning-v2](https://github.com/nicholasb/everything-claude-code), reimplemented as a native Pi extension in TypeScript.
1014

1115
---
@@ -264,7 +268,7 @@ Every write is validated and deduplicated before saving.
264268

265269
Instincts are designed to be short-lived — they should graduate into permanent knowledge within a few weeks:
266270

267-
```
271+
```text
268272
Observation → Instinct (days) → AGENTS.md / Skill / Command (1–2 weeks)
269273
```
270274

@@ -324,7 +328,7 @@ All defaults work out of the box. Override at `~/.pi/continuous-learning/config.
324328

325329
All data stays local on your machine:
326330

327-
```
331+
```text
328332
~/.pi/continuous-learning/
329333
config.json # Optional overrides
330334
projects.json # Project registry

0 commit comments

Comments
 (0)