docs(readme): test direct push to main
remove husky pre-commit branch guard -- github ruleset handles branch protection now
This commit is contained in:
parent
d7a3218ea0
commit
2b9d44cc23
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
branch=$(git rev-parse --abbrev-ref HEAD)
|
||||
if [ "$branch" = "main" ]; then
|
||||
echo "direct commits to main are blocked."
|
||||
echo "create a feature branch: git checkout -b <username>/<feature>"
|
||||
exit 1
|
||||
fi
|
||||
@ -4,7 +4,7 @@ An AI-native workspace platform that handles auth, deployment,
|
||||
and real-time collaboration -- so you can focus on building
|
||||
what actually matters.
|
||||
|
||||
## Build With Direction
|
||||
## Build With Direction :)
|
||||
|
||||
- **AI agent built in** -- every workspace ships with an intelligent
|
||||
assistant that understands your domain and takes action through
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user