-
Notifications
You must be signed in to change notification settings - Fork 36
chore: scaffold copilot-instructions & memory-databank #5413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Pull Request ReportPR Title✅ Title follows the conventional commit spec. Live demo linksBundle Size
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's nix this, I think it's not that useful.
- **Nx**: Workspace management and build orchestration | ||
- **ESBuild**: Fast JavaScript bundling | ||
- **TypeScript**: Primary language with custom transformers | ||
- **Stencil**: Web component compilation (Atomic) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a note about Lit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's Headless specific
|
||
## Testing Strategy | ||
|
||
### Unit Tests (Jest) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's indicate what's the legacy stock, what's the "new standard"
### Stencil Development | ||
|
||
**Problem**: Changes to Stencil components not reflecting in dev mode. | ||
|
||
**Solution**: | ||
|
||
- Use `--stencil` flag when developing Stencil components | ||
- Stencil files require special build process | ||
- Make sure both Atomic and Headless are running in dev mode | ||
|
||
**Command**: `npx nx run atomic:dev --stencil` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep info about stencil light
```bash | ||
# Manual unlock (requires admin access) | ||
node utils/ci/lock-master.mjs | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or just ask an admin to go to https://github.com/coveo/ui-kit/settings/rules/215874 and flip the switch
First attempt of memory-databank & copilot-instructions setup