plura/README.md
2025-06-23 18:20:24 +02:00

1 KiB
Executable file

Plura

A slack bot designed to make the lives of plural systems easier. Inspired by PluralKit.

Features

  • Manage members and profiles
  • Send messages under different members
    • Message editing
    • Message reproxying (i.e. sending a message under a different user after it's been sent)
  • Set and view information about a member

AI Usage in this project

(Required for Summer Of Making by Hack Club)

  • General autocompletion tooling (i.e. Zed edit predictions)
  • Initial draft of the merge_trigger_fields migration was done by AI
    • This also included editing matching structs
    • This has been refactored and edited by Suya1671
  • Initial draft of trigger commands was done by AI
    • Note that this has been completely redone and nearly no AI-generated code remains. Suya1671 remade triggers to have an entirely command based interface.
  • General code analysis was done by AI to make sure it's easier to understand and maintain the project
    • No code edits were made, only suggestions which were implemented if seen fit by Suya1671