@@ -47,14 +47,14 @@ export async function capsule({
4747 // Build resolver context with all required paths
4848 const registryDir = await this . Home . registryDir
4949 const foundationDir = join ( workspaceRootDir , '.~o' , 'workspace.foundation' )
50- const homeRegistryConnectionsDir = join ( registryDir , '@t44.sh ~t44~caps~WorkspaceConnection' , workspaceName )
50+ const homeRegistryConnectionsDir = join ( registryDir , '@stream44.studio ~t44~caps~WorkspaceConnection' , workspaceName )
5151
5252 const resolver = Resolver ( {
5353 workspaceRootDir,
5454 workspaceName,
55- schemasDir : join ( foundationDir , '@t44.sh ~t44~caps~JsonSchemas' ) ,
56- factsDir : join ( foundationDir , '@t44.sh ~t44~caps~WorkspaceEntityFact' ) ,
57- metaCacheDir : join ( foundationDir , '@t44.sh ~t44~caps~WorkspaceEntityFact' , '@t44.sh ~t44~structs~WorkspaceConfigFileMeta' ) ,
55+ schemasDir : join ( foundationDir , '@stream44.studio ~t44~caps~JsonSchemas' ) ,
56+ factsDir : join ( foundationDir , '@stream44.studio ~t44~caps~WorkspaceEntityFact' ) ,
57+ metaCacheDir : join ( foundationDir , '@stream44.studio ~t44~caps~WorkspaceEntityFact' , '@stream44.studio ~t44~structs~WorkspaceConfigFileMeta' ) ,
5858 homeRegistryConnectionsDir
5959 } )
6060
@@ -100,7 +100,7 @@ export async function capsule({
100100
101101 // Build schema lookup: entity name (without #) → schema file path
102102 const schemaMap = new Map < string , string > ( )
103- const schemasDir = join ( workspaceRootDir , '.~o' , 'workspace.foundation' , '@t44.sh ~t44~caps~JsonSchemas' )
103+ const schemasDir = join ( workspaceRootDir , '.~o' , 'workspace.foundation' , '@stream44.studio ~t44~caps~JsonSchemas' )
104104 for ( const [ schemaId ] of schemas ) {
105105 const entityName = schemaId . replace ( / \. v \d + $ / , '' )
106106 // Schema files don't include version in filename, only in $id
0 commit comments