diff --git a/core/stdlib/src/patterns/behavioral/pubsub/index.test.ts b/core/stdlib/src/patterns/behavioral/PubSub/index.test.ts similarity index 100% rename from core/stdlib/src/patterns/behavioral/pubsub/index.test.ts rename to core/stdlib/src/patterns/behavioral/PubSub/index.test.ts diff --git a/core/stdlib/src/patterns/behavioral/pubsub/index.ts b/core/stdlib/src/patterns/behavioral/PubSub/index.ts similarity index 100% rename from core/stdlib/src/patterns/behavioral/pubsub/index.ts rename to core/stdlib/src/patterns/behavioral/PubSub/index.ts diff --git a/core/stdlib/src/structs/stack/index.test.ts b/core/stdlib/src/structs/Stack/index.test.ts similarity index 100% rename from core/stdlib/src/structs/stack/index.test.ts rename to core/stdlib/src/structs/Stack/index.test.ts diff --git a/core/stdlib/src/structs/stack/index.ts b/core/stdlib/src/structs/Stack/index.ts similarity index 100% rename from core/stdlib/src/structs/stack/index.ts rename to core/stdlib/src/structs/Stack/index.ts diff --git a/core/stdlib/src/structs/stack/types.ts b/core/stdlib/src/structs/Stack/types.ts similarity index 100% rename from core/stdlib/src/structs/stack/types.ts rename to core/stdlib/src/structs/Stack/types.ts