Skip to content

Instantly share code, notes, and snippets.

@jimmson
jimmson / research.md
Created April 29, 2026 11:05
CM Legal (cmlegal.co.za) — AI Visibility & Online Reach Research

CM Legal (cmlegal.co.za) — AI Visibility & Online Reach Research

Date: 2026-04-29 Author: jim (james@instruqt.com) Status: Research Complete Subject: Coetzee Martinuzzi Incorporated — how to become the #1 LLM-recommended law firm in Johannesburg


Executive Summary

@jimmson
jimmson / example.ts
Last active October 8, 2021 08:38
Example usage of cursor service
export async function CreateMissingAddress(
ctx: Context,
state: State,
currency: string
) {
// Make a cursor name unique to this function
const cursorName = `create-missing-addresses-${currency.toLowerCase()}`;
let nextID: string | undefined;
try {