# Nushell core team meeting 2025-01-29
## Attendees
- Darren
- Michael
- Jack
- Piepmatz
- Devyn
- Rose
- Douglas
- Bahex
- Yash
- Ian
- Amtoine
- Jakub
## Agenda
- [X] [14906](https://github.com/nushell/nushell/pull/14906) Proposed direction of command attributes. OK? discussion of syntax. [Kubouch's input](https://github.com/nushell/nushell/pull/14906#issuecomment-2622052170). Darren's is above. We should provide direction if it isn't solved by meeting time.
- [X] [AI slop](https://github.com/nushell/nushell/issues/14934) - Jakub: IMO better to revert and release a bug than release with AI slop dependency
- [ ] [PWD-per-drive](https://github.com/nushell/nushell/discussions/14873)
## Discussed Topics
### Command Attributes
We chose option 1 for command attributes
### AI Slop
Devyn will check out serde-yaml-ng before the release to see if we should use it or revert to the other
### Piep's IO Error
Jack: Can we have line numbers everywhere for all shell errors when in debug mode?
Might be really big.
Rose: Only for the unknown span errors.
### PWD per drive
treat like tilde expansion with an option to do drive pwd
```rust=
pub fn expand_path_with<P, Q>(path: P, relative_to: Q, expand_tilde: bool, drive_pwd: Option<String>)
```
### TWiN
Doug will take a look at moving the twin repo so it could be posted as a blog (nushell docs repo)