factorio-sensei 0.1.4

AI coaching copilot for Factorio 2.x — connects to your live game via RCON and gives real-time advice powered by Claude
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# rust-analyzer can be configured with nightly rustfmt
# i.e. for vscode in settings.json:
#    "rust-analyzer.rustfmt.extraArgs": [
#        "+nightly"
#    ],
edition = "2024"
unstable_features = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
format_code_in_doc_comments = true
format_macro_bodies = true
format_macro_matchers = true
format_strings = false
comment_width = 100
wrap_comments = true
newline_style = "Unix"
use_field_init_shorthand = true