@koda-sl/baker-bridge 0.68.1 → 0.68.2

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 (39) hide show
  1. package/README.md +1 -5
  2. package/dist/hono/agent.d.ts.map +1 -1
  3. package/dist/hono/agent.js +4 -23
  4. package/dist/hono/agent.js.map +1 -1
  5. package/dist/hono/agent.test.js +69 -50
  6. package/dist/hono/agent.test.js.map +1 -1
  7. package/dist/hono/bridge-job.d.ts.map +1 -1
  8. package/dist/hono/bridge-job.js +0 -2
  9. package/dist/hono/bridge-job.js.map +1 -1
  10. package/dist/hono/bridge-job.test.js +0 -12
  11. package/dist/hono/bridge-job.test.js.map +1 -1
  12. package/dist/hono/slash-command-allowlist.d.ts +5 -0
  13. package/dist/hono/slash-command-allowlist.d.ts.map +1 -0
  14. package/dist/hono/slash-command-allowlist.js +42 -0
  15. package/dist/hono/slash-command-allowlist.js.map +1 -0
  16. package/dist/hono/slash-command-allowlist.test.d.ts +2 -0
  17. package/dist/hono/slash-command-allowlist.test.d.ts.map +1 -0
  18. package/dist/hono/slash-command-allowlist.test.js +44 -0
  19. package/dist/hono/slash-command-allowlist.test.js.map +1 -0
  20. package/dist/hono/slash-commands.d.ts +2 -0
  21. package/dist/hono/slash-commands.d.ts.map +1 -1
  22. package/dist/hono/slash-commands.js +4 -0
  23. package/dist/hono/slash-commands.js.map +1 -1
  24. package/package.json +5 -6
  25. package/dist/hono/plugins.d.ts +0 -3
  26. package/dist/hono/plugins.d.ts.map +0 -1
  27. package/dist/hono/plugins.js +0 -7
  28. package/dist/hono/plugins.js.map +0 -1
  29. package/dist/hono/plugins.test.d.ts +0 -2
  30. package/dist/hono/plugins.test.d.ts.map +0 -1
  31. package/dist/hono/plugins.test.js +0 -98
  32. package/dist/hono/plugins.test.js.map +0 -1
  33. package/plugins/reports/.claude-plugin/plugin.json +0 -7
  34. package/plugins/reports/skills/build/SKILL.md +0 -73
  35. package/plugins/reports/skills/build/references/report-contracts.md +0 -103
  36. package/plugins/reports/skills/build/scripts/report-paths.mjs +0 -19
  37. package/plugins/reports/skills/build/scripts/scaffold-report.mjs +0 -108
  38. package/plugins/reports/skills/build/templates/report-definition.md +0 -22
  39. package/plugins/reports/skills/build/templates/report-index.html +0 -20
@@ -1,22 +0,0 @@
1
- ---
2
- title: "__TITLE__"
3
- description: ""
4
- status: draft
5
- ---
6
-
7
- ## Why This Report Exists
8
-
9
- TODO: describe the question this report answers and the decision it supports.
10
-
11
- ## Data and Refresh
12
-
13
- - **Data endpoint**: TODO: list the Baker commands or local data sources used by `/reports/data/__SLUG__`.
14
- - **Refresh policy**: manual via the injected Refresh control using `?fresh=true`; smoke with the built Reports runtime before marking active.
15
-
16
- ## Evolution
17
-
18
- - __TODAY__: created
19
-
20
- ## Sources
21
-
22
- - TODO: link to personas, campaigns, audits, competitors, or docs that motivated this report.
@@ -1,20 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>__TITLE__</title>
7
- </head>
8
- <body>
9
- <main>
10
- <h1>__TITLE__</h1>
11
- <p>
12
- TODO: replace this placeholder with the real Report Dashboard authored for this company.
13
- </p>
14
- <p>
15
- Fetch report data from <code>/reports/data/__SLUG__</code>. The reports runtime serves this file at
16
- <code>/reports/__SLUG__/</code> and injects the refresh control.
17
- </p>
18
- </main>
19
- </body>
20
- </html>