Skip to content

Commit d30bc0b

Browse files
Merge pull request #1 from AbdullahBakir97/feature/brain-professional-visuals
Feature/brain professional visuals
2 parents 5eacba4 + d32ec81 commit d30bc0b

71 files changed

Lines changed: 18633 additions & 764 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-examples.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ jobs:
6767
if git diff --cached --quiet; then
6868
echo "::notice::No widget output drift — nothing to commit."
6969
else
70-
git commit -m "chore(examples): refresh rendered showcase
71-
72-
Auto-generated by build-examples workflow.
73-
74-
[skip ci]"
70+
git commit -m "chore(examples): refresh rendered showcase" -m "Auto-generated by build-examples workflow." -m "[skip ci]"
7571
git push
7672
fi

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
- "feature/**"
8+
- "fix/**"
9+
- "chore/**"
610
pull_request:
711
branches: [main]
812
workflow_dispatch:

.github/workflows/refresh-context.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
4646
if git diff --cached --quiet; then
4747
echo "::notice::CONTEXT.md unchanged — auto sections already current."
4848
else
49-
git commit -m "chore(context): refresh auto-marker sections
50-
51-
[skip ci]"
49+
git commit -m "chore(context): refresh auto-marker sections" -m "[skip ci]"
5250
git push
5351
fi

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ packages/cortex-3d/dist/
5050
.coverage.*
5151
coverage/
5252
test-output/
53+
54+
# ── Local worktrees (isolated per-feature workspaces) ────────────────────
55+
.worktrees/

0 commit comments

Comments
 (0)