Skip to main content

recording

将录音整理为可追溯内容母库,并制作用户选定的内容资产。

الانتقال إلى التثبيت

معلومات المصدر

المستودع
bronc-x/lotus
آخر نشاط في المصدر
١٤ سبتمبر ٢٠٢٦ في ٠٥:٣١
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٢٣
التفرعات
١

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

مستكشف الملفات
31 ملفات

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
recording
description
将录音整理为可追溯内容母库,并制作用户选定的内容资产。
# Recording Build derivatives from a traceable content library, not directly from an unverified transcript. ## Route the request Read only the references needed for the current stage: - Ingest, transcription, timing, speaker identity, rights, restricted segments, or library construction: [references/core-workflow.md](references/core-workflow.md). - Choosing or tracking output branches: [references/asset-planning.md](references/asset-planning.md). - Producing a selected asset: [podcast](references/podcast.md), [article](references/article.md), [video](references/video.md), [social](references/social.md), [knowledge](references/knowledge.md), or [commercial](references/commercial.md). - Uploading, publishing, or distribution verification: [references/publishing.md](references/publishing.md), in addition to the selected asset reference. Do not load every branch guide. If the request is only audio cleanup, trimming, transcoding, device setup, live voice, or ordinary copy editing without recording evidence, this workflow does not apply. ## Invariants - Treat the only copy of an original recording as read-only. Record its size and SHA-256 before processing; derived audio belongs in a work directory. - Do not process active, growing, partial, or undecodable recordings. - Evidence must remain traceable to `source_id + track + source_time + source_sha256`. Preserve ambiguity, overlap, conflicting numbers, and identity uncertainty instead of guessing. - Unconfirmed people stay anonymous and evidence-only. Text quotation, original audio, voice sampling, synthesis, avatar use, upload, and public release are separate permissions. - Restricted `EXISTENCE_ONLY` segments may record existence and range only; do not transcribe, summarize, embed, label, or leak them through filenames. - “Continue” advances only the selected branch and already-authorized step. It does not add assets, accounts, uploads, or publication rights. - Before any public write, freeze a release candidate and obtain confirmation bound to the exact content, platform, account, files, and hashes. A changed candidate needs new confirmation. ## Entry points Create a project only when recording work is actually in scope: ```powershell pwsh -NoProfile -File scripts/new_recording_project.ps1 ` -ProjectId <project-id> ` -Title <title> ` -Destination <absolute-project-path> ` -BrandProfile <Blank|DeepEvolutions> ``` Use `powershell` instead of `pwsh` on Windows PowerShell 5.1. The script refuses to overwrite an existing directory. Validate the current project stage with: ```powershell pwsh -NoProfile -File scripts/qa_recording_project.ps1 -ProjectRoot <absolute-project-path> ``` Completion for the selected stage means the requested assets exist, their evidence and permissions pass the relevant checks, failures have been corrected and rechecked, and every ungranted external action remains blocked.
عرض على GitHub