Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 693 Bytes

File metadata and controls

27 lines (18 loc) · 693 Bytes

Contributing

Thanks for taking the time to improve NeuralShell.

Good contributions

  • Better shell integrations.
  • More robust command normalization.
  • Improved output layout and accessibility.
  • Safer secret scanning.
  • Test coverage around edge cases.
  • Documentation and screenshots.

Style

Keep changes small and readable. If you add a new feature, include a test and update the README or architecture notes when appropriate.

Workflow

  1. Run the test suite.
  2. Make the smallest useful change.
  3. Update docs when behavior changes.
  4. Avoid breaking shell startup paths.

Notes

The goal is a smooth terminal experience. Reliability matters more than raw feature count.