# Nushell core team meeting 2024-10-02
## Attendees
- Jack
- Darren
- Michael
- Jakub
- Maxim
- Andy
- Stefan
- Douglas
- Piepmatz
- Rose
- Antoine
## Agenda
- [x] Now that we're nearing the ability to have more items in our stdlib (due to [this PR](https://github.com/nushell/nushell/pull/13842)), should we have a more formal voting process to let things in?
- [x] @amtoine reported that `do -i { pytest } | complete` is not working as expected. Has anyone else had problems with `do -i {} | complete`?
- [x] If we're going to land [#13802](https://github.com/nushell/nushell/pull/13802), Ian's refactor config update, for the upcoming release, we should do it soon. I fear there could be complications anytime we touch config code.
## Discussed Topics
### adding things to std-library
- With Douglas' std lib splitting the perf concerns for loading the whole std module tree may be alleviated so more things could be added
- possible rules
- staging in std-lib-candidates on nu_scripts?
- required tests
- required documentation comments (Note: still a delta to the builtin-doc system)
- Value of it being standard library member
- *standardization* bridging platform differences
- necessary batteries
- simplification of the rust codebase if maintainability improves / performance is not problematic.
- broad support
### process to get to landing #13842
- [Improves startup time when using std-lib](https://github.com/nushell/nushell/pull/13842)
- To `export use` or not to `export use`?
- example `formats to jsonl`
- challenge for the `open`/`save` command discovery. What is the identifying path of those commands.
### `index` auto-column
e.g. add a column named `index` (as does `enumerate`)
will be labeled by `table`
hard to discover in documentation or regular use (until you maybe play with `enumerate`)
-> documentation enhancement
### multilingual docs
- project for french version
- we agreed that if someone takes the time to write nushell docs in a particular language then we should land that PR
### awesome nushell video on youtube
https://www.youtube.com/watch?v=zoX_S6d-XU4
for folks who have not seen this yet...