Update workspace bundle — exported from Taskade#2
Closed
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request was automatically created by Taskade's Export to GitHub feature.
Review the changes and merge when ready.