3 Commits

Author SHA1 Message Date
Lukasz Jagiello 36c72e53a9 fix: remove dead libc.blukat.me link (#85)
* fix: remove dead libc.blukat.me link from format-string skill

The libc.blukat.me service returns a persistent 502 Bad Gateway,
failing the lychee link-checker CI. libc.rip (listed alongside it)
is the actively maintained equivalent and already covers this
reference.

Claude-Session: https://claude.ai/code/session_016GzpC3TfGGBPLCru2JU32T

* fix: make CODE_OF_CONDUCT.md first line a heading (MD041)

The single-line code of conduct failed markdownlint MD041, which
requires the first line to be a top-level heading. Making the line
itself an h1 keeps it a single line and turns the CI green.

Claude-Session: https://claude.ai/code/session_016GzpC3TfGGBPLCru2JU32T
2026-08-24 20:49:05 -07:00
Lukasz Jagiello 3347ebc05d docs: replace code of conduct with a single line
Replace the Contributor Covenant 2.1 text with one sentence:
"Be nice. Have fun. Build something beautiful."

Claude-Session: https://claude.ai/code/session_01HMdVmZhJzMJmnTKAHCNUnA
2026-08-22 13:31:13 -07:00
Lukasz Jagiello 1a06666687 Add Contributor Covenant Code of Conduct (#52)
* Add Contributor Covenant Code of Conduct v2.1

Signal a welcoming contributor environment and bring the community
health score toward 100%.

* Use private reporting channel for CoC enforcement

Point enforcement contact to GitHub Security Advisories instead of the
public issue tracker so that CoC violations can be reported privately.
2026-03-28 13:05:23 -07:00