Skip to content
Open
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
4 changes: 3 additions & 1 deletion mofa-cards/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "mofa-cards",
"version": "0.4.5",
"version": "0.4.6",
"make_type": "cards",
"content_type_description": "Trading-card / greeting-card / holiday-card style images (PNG). Each card has a prompt and an optional style variant.",
"timeout_secs": 1800,
"binaries": {
"darwin-aarch64": {
Expand Down
4 changes: 3 additions & 1 deletion mofa-comic/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "mofa-comic",
"version": "0.4.5",
"version": "0.4.6",
"make_type": "comic",
"content_type_description": "Multi-panel comic strips with AI-generated panel art. Layout can be horizontal, vertical, or grid.",
"timeout_secs": 1800,
"binaries": {
"darwin-aarch64": {
Expand Down
4 changes: 3 additions & 1 deletion mofa-frame/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "mofa-frame",
"version": "0.1.0",
"version": "0.1.1",
"make_type": "frame",
"content_type_description": "Single PNG frame extracted from a video at a specific timestamp. Use after mofa_youtube to capture key moments from a transcript.",
"timeout_secs": 60,
"sha256": "17a0c424437c8d26251509377760b7a56cca716d627df83ab6f7ffad454564cc",
"tools": [
Expand Down
4 changes: 3 additions & 1 deletion mofa-infographic/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "mofa-infographic",
"version": "0.4.5",
"version": "0.4.6",
"make_type": "infographic",
"content_type_description": "Multi-section infographic images (PNG) with AI-generated visuals per section. Header/footer/middle variants, configurable style template.",
"timeout_secs": 1800,
"binaries": {
"darwin-aarch64": {
Expand Down
5 changes: 4 additions & 1 deletion mofa-podcast/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "mofa-podcast",
"version": "0.4.6",
"version": "0.4.7",
"make_type": "podcast",
"make_target_tool": "podcast_generate",
"content_type_description": "Multi-speaker podcast audio (mp3/wav). Reads a markdown script, synthesizes voices, concatenates segments with pauses.",
"author": "hagency",
"description": "Multi-speaker podcast generation with TTS voice synthesis and audio assembly",
"timeout_secs": 1800,
Expand Down
4 changes: 3 additions & 1 deletion mofa-publish/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "mofa-publish",
"version": "0.1.0",
"version": "0.1.1",
"make_type": "publish",
"content_type_description": "Deploy a built static site to GitHub Pages or Mac Mini hosting. Handles repo creation, branch setup, file transfer, and verification. Returns the live URL.",
"author": "hagency",
"description": "Deploy a built static site to GitHub Pages or Mac Mini hosting and verify the live URL.",
"timeout_secs": 600,
Expand Down
4 changes: 3 additions & 1 deletion mofa-site/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "mofa-site",
"version": "0.1.0",
"version": "0.1.1",
"make_type": "site",
"content_type_description": "Static websites: Quarto lesson pages, Astro sites, Next.js apps, React/Vite scaffolds. Pulls content_dir contents into a deployable HTML/JS bundle.",
"author": "hagency",
"description": "Build or scaffold websites from structured content. Quarto lesson generation is fully implemented; astro-site, nextjs-app, and react-vite are extracted starter templates exposed through the bootstrap helper and a server-backed three-panel studio.",
"timeout_secs": 3600,
Expand Down
4 changes: 3 additions & 1 deletion mofa-slides/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "mofa-slides",
"version": "0.5.1",
"version": "0.5.2",
"make_type": "slides",
"content_type_description": "PPTX presentation decks. Generate AI-illustrated slides with images, optional editable text overlays, multiple style templates.",
"timeout_secs": 1800,
"binaries": {
"darwin-aarch64": {
Expand Down
4 changes: 3 additions & 1 deletion mofa-youtube/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "mofa-youtube",
"version": "0.1.0",
"version": "0.1.1",
"make_type": "video",
"content_type_description": "Process a video or audio source. Downloads from a YouTube URL or accepts a local audio path, transcribes via local ASR, returns markdown transcript with timestamps. Keeps the video file for downstream frame extraction.",
"timeout_secs": 1800,
"sha256": "fff57bb0f420dcb62070d33614f4e4e1337439b57825560ff294ca925f5e9cb2",
"tools": [
Expand Down
Loading