Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.linksee.app/llms.txt

Use this file to discover all available pages before exploring further.

Scan a body of text (post-mortem, error log, decision doc) and propose caveat-layer memories — concise pain lessons starting with verbs.

Arguments

text
string
required
Source text. Post-mortem, debug session transcript, retro notes, or any text containing lessons learned.
entity_hint
string
Optional canonical entity name for the caveats.

Output format

[
  {
    "content": "Never deploy freee OAuth changes on Friday — sandbox goes down for maintenance every Friday night JST",
    "importance": 0.9
  },
  {
    "content": "Always check Supabase connection pool limits before adding new services — default is 20 connections",
    "importance": 0.85
  }
]

Caveat writing rules

Each caveat must:
  • Start with a verb: “Never”, “Always”, “Watch out”, “Check”, “Verify”
  • Be one sentence — concise and actionable
  • Be concrete — include specific names, numbers, conditions
  • Capture something painful — things the reader does NOT want to relearn