Skip to content

Instantly share code, notes, and snippets.

View crimson-knight's full-sized avatar

Seth T. crimson-knight

View GitHub Profile
@crimson-knight
crimson-knight / aed-v1.1.0-rc.1.md
Created July 29, 2026 19:04
AED Conventions v1.1.0-rc.1 — the complete canon in one file. Canonical source: https://github.com/AgentC-Consulting/aed-conventions

AED Conventions — the complete canon (v1.1.0-rc.1)

This file is generated. It is every chapter of AED Conventions concatenated in reading order, so the whole thing can be fetched with one request or pasted into one context window. The repository is canonical; if this file and the repository disagree, the repository wins.

Fetch the newest copy: https://raw.githubusercontent.com/AgentC-Consulting/aed-conventions/v1.1.0-rc.1/dist/aed-v1.1.0-rc.1.md

@crimson-knight
crimson-knight / _bread-crumb-schema.html.erb
Last active March 2, 2020 12:14
Want a nice scalable way to produce breadcrumb schema mark up in a Rails app? Here you go! Just customize the base and pass it a hash, and you'll get compliant Schema for Google to use nice Bread Crumbs in your urls.
<%#
# Want to add fancy Bread Crumbs to your search results page?
# https://developers.google.com/search/docs/data-types/breadcrumb
# Here's a simple layout I made to make this easy to apply across all search engine findable content.
# Just use this in the bottom of your show page or index pages/views.
# To use this, just pass in an array of hashes, each hash with {name: , slug: }.