Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ yarn-error.log*
.windsurfrules
.github/copilot-instructions.md
.aiprompts

# Branch Protection Config
branch-protection-develop.json
branch-protection-main.json
branch-protection-staging.json
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Core utilities and shared code
// Test comment for workflow testing
export const VERSION = '0.0.1';

export function log(message: string): void {
Expand Down
Loading