Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions nodekit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
schemaVersion: nodekit.repo/v1
repository: HomenShum/FeatureClipStudio
lifecycle: preview
support: active
role: presentation-evidence-tool
commandProfile: protocol
canonicalFor:
- featureclip.evidence-manifest
- featureclip.evidence-receipt
consumes:
- nodeplatform.repo-contract
- nodeplatform.change-story
commands:
doctor: { script: check, mode: finite }
check: { script: check, mode: finite }
proof: { script: judge, mode: finite }
noKey:
status: partial
command: npm run check
externalAccountsRequired: 0
disclosure: Source validation is no-key; capture and rendered proof require an available target and media inputs.
environment:
contractVersion: nodeplatform.env/v1
status: migration-planned
proof:
command: npm run judge
receiptSchema: featureclip.evidence-receipt/v1
contractDeclarations: []
architectureExceptions: []
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"streamlit"
],
"scripts": {
"check": "node --check walkthrough.mjs && node --check judge-video.mjs",
"capture": "node walkthrough.mjs",
"studio": "remotion studio src/index.js",
"render": "remotion render src/index.js",
Expand Down