episteme 0.2.4

Knowledge graph for software engineering — design patterns, refactorings, and laws for AI agents
Documentation
1
2
3
4
5
<script lang="ts">
  let { class: className = '' }: { class?: string } = $props();
</script>

<div class="animate-pulse rounded-lg bg-[var(--color-surface-container-high)] {className}"></div>