Dontopedia
Explore
source context

2

ctx:discord/blah/task-projects/2
kind: custommode: permissive132 statements32 distinct subjects

Source document

full texttask-projects-2
text/plain3 KBdoc:agent/task-projects-2/36374fb0-726a-4911-83d7-aee91ac65298
[2026-03-14 23:55] foxhop.: https://www.npmjs.com/package/@unturf/unfirehose-schema?activeTab=code [2026-03-15 00:02] foxhop.: would you like me to try to get unsandbox working in orcestra like i did for unfirehose? we may hide it behind a tab or something just for testing and proof of concept. [2026-03-15 00:02] foxhop.: if so, link me to your repo [2026-03-15 00:03] traves_theberge: that would be great do you have a sdk? [2026-03-15 00:04] traves_theberge: https://github.com/Traves-Theberge/Orchestra [2026-03-15 00:04] foxhop.: sort of I'll try to make one since you are type script. https://unsandbox.com/cli/typescript [2026-03-15 00:04] foxhop.: not tested [2026-03-15 00:04] foxhop.: except via functional tests but never integrated into a project. [2026-03-15 00:05] foxhop.: https://git.unturf.com/engineering/unturf/un-inception/-/blob/main/clients/typescript/sync/src/un.ts [2026-03-15 00:05] foxhop.: i might need to create an async version [2026-03-15 00:05] traves_theberge: or go because thats the backend [2026-03-15 00:06] traves_theberge: TS, GO, Python and C# would be great [2026-03-15 00:08] foxhop.: yeah we have a go one. [2026-03-15 00:08] foxhop.: https://git.unturf.com/engineering/unturf/un-inception/-/tree/main/clients/go [2026-03-15 00:08] foxhop.: https://git.unturf.com/engineering/unturf/un-inception/-/blob/main/clients/go/async/src/un_async.go 3k lines of go [2026-03-15 00:09] foxhop.: all the unsandbox rest API endpoints [2026-03-15 00:09] traves_theberge: sexy [2026-03-15 00:11] traves_theberge: do you have an implementaion guide ? [2026-03-15 00:11] foxhop.: you should stlil have unsandbox keys for fetch we may use those for this idea [2026-03-15 00:12] foxhop.: https://unsandbox.com/docs/go#quick-start [2026-03-15 00:12] foxhop.: ajax worked on this page a lot [2026-03-15 00:24] foxhop.: I'm going to try to add unsandbox two ways, one way is using vendoring should be seemless, other is to use `go get` using an environement var to trust my remote repo pinned to a version [2026-03-15 00:25] foxhop.: this is for my own understanding & learning you could pick either [2026-03-15 04:03] traves_theberge: this shit is getting good boys and gals (files: image.png) [2026-03-15 20:17] traves_theberge: (files: image.png) [2026-03-15 20:28] traves_theberge: So here the flow 1. You create a task with a title and description, and assign a project and "agent." 2. When you create a backlog item on the Task board, it creates an issue on GitHub for the associated project. <---> Likewise, if you create an issue in GitHub, it shows up in the Backlog. 3. When you move the task into TODO, it creates the plan based on the issue, then moves it to In Progress. 4. It executes the plan, then updates the issue on GitHub and moves the Task into review for the Human to review, and sends a notifcation to the user via a sound. 5. When you move from review to done, the GitHub issues closes. 6. You can then create a PR and merge it.

Facts in this context

Grouped by subject. Each subject links to its full article.

Foxhop22 factsex:foxhop

answeredAboutSdk
askedAboutIntegrating Unsandbox Into Orcestra
attributedEffortToTypescript
attributedWorkToAjax
confirmedExistenceOfGo Sdk
performedIntegrationOfUnfirehose
proposedFeatureHiding Feature Behind Tab
proposedImplementationOfUnsandbox
proposedImplementationOfOrcestra
rdfs:labelfoxhop
rdf:typeUser
requestedResourceRepository Link
sharedUrlUn.ts
sharedUrlUnfirehose Schema?active Tab=code
sharedUrlGo
sharedUrlGo#quick Start
sharedUrlTypescript
sharedUrlUN Async.go
statedIntentToAddUnsandbox
statedMotivationPersonal Learning
statedNeedToCreateAsync Version
suggestedUseOfUnsandbox Keys

Traves Theberge16 factsex:traves-theberge

askedAboutSdk
attachedFileImage.png
describedWorkflowTask Management Flow
expressedPositiveSentimentProject Progress
expressedPositiveSentimentGo Sdk
mentionedTechnologyGo
rdfs:labeltraves_theberge
rdf:typeUser
requestedResourceImplementation Guide
requestedSdkForPython
requestedSdkForCsharp
requestedSdkForGo
requestedSdkForTypescript
respondedAffirmativelyIntegrating Unsandbox Into Orcestra
sharedUrlOrchestra
usesTechnologyTypescript

Execution Step8 factsex:execution-step

actionexecutes the plan
notificationMechanismSound
rdf:typeStep
resultingActionupdates the issue on GitHub
reviewerHuman
sendsNotificationToUser
stateChangemoves the Task into review
stepNumber4

Task Creation Step7 factsex:task-creation-step

actioncreate a task
rdf:typeStep
requiresAssignmentProject
requiresAssignmentAgent
requiresAttributeTitle
requiresAttributeDescription
stepNumber1

Github Issue Sync Step6 factsex:github-issue-sync-step

actioncreate a backlog item
contextOfActionAssociated Project
hasInverseActionGithub to Backlog Sync
rdf:typeStep
resultingActioncreate an issue on GitHub
stepNumber2

Task Todo Step6 factsex:task-todo-step

planBasedOnIssue
rdf:typeStep
resultingActioncreate the plan
stateChangemoves it to In Progress
stepNumber3
triggermove the task into TODO

Integrating Unsandbox Into Orcestra5 factsex:integrating-unsandbox-into-orcestra

mayUseUnsandbox Keys
proposedImplementationOfOrcestra
proposedImplementationOfUnsandbox
proposedUiMechanismHiding Feature Behind Tab
similarToIntegration of Unfirehose

Integration Approach 25 factsex:integration-approach-2

rdf:typeStrategy
trustConfigurationRemote Repo
usesGo Get
usesConfigurationEnvironment Var
versionConstraintPinned Version

Typescript Sdk File5 factsex:typescript-sdk-file

apiStyleSync
filenameun.ts
partOfGit Repo UN Inception
pathclients/typescript/sync/src
rdf:typeSource File

Typescript Sdk for Unsandbox5 factsex:typescript-sdk-for-unsandbox

integrationStatusNever Integrated
languageTypescript
rdf:typeSoftware Development Kit
statusOfTestingNot Tested
testingMethodFunctional Tests

Go Async Sdk File4 factsex:go-async-sdk-file

coversUnsandbox Rest Api Endpoints
filenameun_async.go
lineCount3000
rdf:typeSource File

Pr Merge Step4 factsex:pr-merge-step

actioncreate a PR
actionmerge it
rdf:typeStep
stepNumber6

Unsandbox4 factsex:unsandbox

hasCliTypescript Cli
hasDocumentationGo Quick Start Docs
rdfs:labelunsandbox
rdf:typeSoftware Project

Github Repo Orchestra3 factsex:github-repo-orchestra

associatedWithOrcestra
rdf:typeRepository
urlOrchestra

Github to Backlog Sync3 factsex:github-to-backlog-sync

rdf:typeProcess
resultshows up in the Backlog
triggercreate an issue in GitHub

Go Sdk3 factsex:go-sdk

languageGo
locationclients/go
rdf:typeSoftware Development Kit

Integration Approach 13 factsex:integration-approach-1

expectedOutcomeSeamless Integration
rdf:typeStrategy
usesVendoring

Task Done Step3 factsex:task-done-step

rdf:typeStep
stepNumber5
triggermove from review to done

Unfirehose Schema3 factsex:unfirehose-schema

hostedOnNpm
packageId@unturf/unfirehose-schema
rdf:typeNpm Package

Async Version2 factsex:async-version

apiStyleAsync
derivedFromTypescript Sdk File

Git Repo UN Inception2 factsex:git-repo-un-inception

rdf:typeRepository
urlUN Inception

Hiding Feature Behind Tab2 factsex:hiding-feature-behind-tab

purposeOfTesting
purposeOfProof of Concept

Unsandbox Keys2 factsex:unsandbox-keys

rdf:typeAuthentication Credential
usageContextFetch

Ajax1 factex:ajax

rdf:typePerson

Go1 factex:go

roleBackend

Go Quick Start Docs1 factex:go-quick-start-docs

authoredByAjax

Orcestra1 factex:orcestra

rdf:typeSoftware Project

Pr1 factex:pr

rdf:typePull Request

Repository Link1 factex:repository-link

intendedTargetOrcestra

Task Management Flow1 factex:task-management-flow

rdf:typeProcess

Unfirehose1 factex:unfirehose

rdf:typeSoftware Project

Unsandbox Rest Api Endpoints1 factex:unsandbox-rest-api-endpoints

rdf:typeApi Interface