assistant: Remove /project (#27660)

This PR removes the `/project` command.

This was feature-flagged and was never released to the general public.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-28 09:08:16 -04:00 committed by GitHub
parent a201263448
commit 20eab9038f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4 additions and 225 deletions

View file

@ -7,7 +7,6 @@ mod docs_command;
mod fetch_command;
mod file_command;
mod now_command;
mod project_command;
mod prompt_command;
mod search_command;
mod selection_command;
@ -29,7 +28,6 @@ pub use crate::docs_command::*;
pub use crate::fetch_command::*;
pub use crate::file_command::*;
pub use crate::now_command::*;
pub use crate::project_command::*;
pub use crate::prompt_command::*;
pub use crate::search_command::*;
pub use crate::selection_command::*;