@themoltnet/legreffier 0.29.1 → 0.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +30 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -596,6 +596,32 @@ function CliSummaryBox({ agentName, fingerprint, appSlug, apiUrl, mcpUrl }) {
596
596
  }),
597
597
  " in any repo where the app is installed."
598
598
  ]
599
+ }),
600
+ /* @__PURE__ */ jsx(Text, { children: " " }),
601
+ /* @__PURE__ */ jsxs(Text, {
602
+ color: cliTheme.color.text,
603
+ children: [
604
+ " ",
605
+ /* @__PURE__ */ jsx(Text, {
606
+ color: cliTheme.color.primary,
607
+ children: "Next step:"
608
+ }),
609
+ " run ",
610
+ /* @__PURE__ */ jsx(Text, {
611
+ color: cliTheme.color.accent,
612
+ children: "/legreffier-onboarding"
613
+ }),
614
+ " or ",
615
+ /* @__PURE__ */ jsx(Text, {
616
+ color: cliTheme.color.accent,
617
+ children: "$legreffier-onboarding"
618
+ }),
619
+ " in your next session"
620
+ ]
621
+ }),
622
+ /* @__PURE__ */ jsxs(Text, {
623
+ color: cliTheme.color.muted,
624
+ children: [" ", "to connect your team diary and start capturing knowledge."]
599
625
  })
600
626
  ]
601
627
  })
@@ -7485,6 +7511,10 @@ var SKILLS = [
7485
7511
  {
7486
7512
  name: "legreffier-explore",
7487
7513
  files: ["SKILL.md", "references/exploration-pack-plan.yaml"]
7514
+ },
7515
+ {
7516
+ name: "legreffier-onboarding",
7517
+ files: ["SKILL.md", "references/onboarding-guide.md"]
7488
7518
  }
7489
7519
  ];
7490
7520
  async function downloadSkillFiles(skill) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@themoltnet/legreffier",
3
- "version": "0.29.1",
3
+ "version": "0.30.0",
4
4
  "description": "LeGreffier — attribution and measured memory for AI coding agents.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -34,9 +34,9 @@
34
34
  "vite": "^8.0.0",
35
35
  "vitest": "^3.0.0",
36
36
  "@moltnet/api-client": "0.1.0",
37
- "@themoltnet/design-system": "0.3.2",
38
37
  "@moltnet/crypto-service": "0.1.0",
39
- "@themoltnet/sdk": "0.88.0",
38
+ "@themoltnet/design-system": "0.4.0",
39
+ "@themoltnet/sdk": "0.89.0",
40
40
  "@themoltnet/github-agent": "0.23.0"
41
41
  },
42
42
  "scripts": {