Files
magnus919_agent-skills/fireflies/references/source-index.md
T
Magnus HedemarkandGitHub eadb82e069 fix(skills): reconcile fireflies CLI with live GraphQL schema (#290)
Fixes #289

- transcripts list: drop removed TranscriptsQueryScope type (scope is a
  String in the live schema), require [String!] for organizers and
  participants, add title/organizer-email/participant-email filters
- bites create: use the live transcript_Id argument name and the
  BitePrivacy enum (public, team, participants)
- add ergonomic commands for documented gaps found in the audit:
  askfred get, meetings update-channel, meetings share --expiry-days,
  live add-to (addToLiveMeeting), live soundbite (createLiveSoundbite),
  audio create-upload/confirm-upload (two-phase upload), users set-role
- add eval manifest (5 cases) to satisfy the modified-skill eval ratchet
- update SKILL.md, cli-reference, api-reference, source-index, workflows
  to match the audited surface and record the 2026-08-05 schema audit
2026-08-05 22:29:36 -04:00

26 lines
2.0 KiB
Markdown

# Source Index
Access date: 2026-07-15. Sources are primary Fireflies documentation only. CLI documents were
re-validated against live schema introspection on 2026-08-05 (see api-reference.md for the
documented drift between these pages and the live API).
| Source | Relevant claim and scope |
|---|---|
| https://docs.fireflies.ai/getting-started/introduction | API introduction and GraphQL model |
| https://docs.fireflies.ai/fundamentals/authorization | Bearer authorization and API endpoint |
| https://docs.fireflies.ai/fundamentals/limits | Plan, sharing, and Add to Live limits |
| https://docs.fireflies.ai/fundamentals/errors | GraphQL `errors` response shape |
| https://docs.fireflies.ai/fundamentals/introspection | Introspection behavior |
| https://docs.fireflies.ai/graphql-api/query/transcripts | Transcript filters, pagination, and fields |
| https://docs.fireflies.ai/graphql-api/query/transcript | Single transcript fields |
| https://docs.fireflies.ai/graphql-api/query/analytics | Analytics variables and selections |
| https://docs.fireflies.ai/graphql-api/mutation/create-live-action-item | `createLiveActionItem` input and response |
| https://docs.fireflies.ai/graphql-api/mutation/delete-askfred-thread | `deleteAskFredThread` response selection |
| https://docs.fireflies.ai/graphql-api/query/audit-events | Conservative audit event query selection |
| https://docs.fireflies.ai/graphql-api/webhooks-v2 | V2 event names, HMAC signature, response deadline |
| https://docs.fireflies.ai/graphql-api/mutation/delete-transcript | `deleteTranscript` mutation and limit |
| https://docs.fireflies.ai/graphql-api/mutation/update-meeting-title | `updateMeetingTitle` input |
| https://docs.fireflies.ai/graphql-api/mutation/upload-audio | `uploadAudio` input |
| https://docs.fireflies.ai/askfred/overview | AskFred operation family and AI-credit requirement |
| https://docs.fireflies.ai/llms-full.txt | Current primary query/mutation schema documentation used for CLI documents |