Logo
Explore Help
Sign In
gortium/openconcho
1
0
Fork 0
You've already forked openconcho
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
650bfd7b280edb8c5e85d1cccb5171fdf40ecb8e
openconcho/packages/web/src/routes/seed-kits.tsx

7 lines
210 B
TypeScript
Raw Normal View History

feat(web): add Peer Card Seed Kits Adds a /seed-kits page where users can author named "kits" of card lines (e.g. "Personal core", "Work context") and one-click apply them to any peer across any registered instance. Removes the chore of manually re-typing the same identity facts into multiple agents. Built-in starter kits are read-only but forkable. User kits live in localStorage. The apply flow shows a side-by-side merge preview that dedupes by the line's prefix (text before the first ":"), so applying a kit with "Name: Ben Sheridan-Edwards" to a peer whose card already has "Name: Ben" replaces the line rather than duplicating it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-24 18:28:23 +01:00
import { createFileRoute } from "@tanstack/react-router";
import { SeedKitsView } from "@/components/seed-kits/SeedKitsView";
export const Route = createFileRoute("/seed-kits")({
component: SeedKitsView,
});
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.4 Page: 55ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API