Skip to content

Update workspace bundle — exported from Taskade#2

Closed
deanzaka wants to merge 8 commits intomainfrom
taskade-export-1776056525644
Closed

Update workspace bundle — exported from Taskade#2
deanzaka wants to merge 8 commits intomainfrom
taskade-export-1776056525644

Conversation

@deanzaka
Copy link
Copy Markdown
Collaborator

This pull request was automatically created by Taskade's Export to GitHub feature.

Review the changes and merge when ready.

deanzaka and others added 8 commits April 13, 2026 09:10
Rename all artifact files from ULIDs to human-readable names
(strategist.json, company-context.json, daily-standup.json, etc.).

Add repo infrastructure:
- README with fork-to-activate CTA and full layout
- .gitignore, LICENSE (MIT), tsconfig.json
- _template.json for agents/, projects/, automations/
- scripts/assemble.mjs (builds dist/workspace.json + cortex.tsk)
- .github/workflows/publish-bundle.yml (attach .tsk to GH Release)
- .github/ISSUE_TEMPLATE/fork-feedback.md
- 6 docs: GENESIS-101, AGENT-GUIDE, PROJECT-GUIDE, AUTOMATION-GUIDE,
  APP-KIT-SPEC, FORK-AND-CUSTOMIZE
- Update validate/summary to skip _template files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The repo has zero npm dependencies, so `cache: 'npm'` fails on missing
package-lock.json and `npm install` is a no-op.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
After validation passes on push to main, runs `npm run assemble` and
commits the updated cortex.tsk if it changed. Uses [skip ci] to avoid
infinite loops. PRs still only validate.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The importer reads ALL .json files in agents/, projects/, automations/
with no underscore filtering. The _template.json in automations/ used
an invalid action type (taskade_ai_prompt) that failed Zod validation.

Move all three templates to examples/ which is not a scanned directory.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The importer uses the filename as appId, and the frontend only queries
for appId='default'. Renaming to cortex.json silently created the app
with the wrong ID.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@deanzaka deanzaka closed this Apr 13, 2026
@deanzaka deanzaka deleted the taskade-export-1776056525644 branch April 13, 2026 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant