mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-11 04:01:32 +00:00
* docs(setup): tighten prose across quickstart, installation, and CLI setup guides * fix(cli-setup): correct semantica-server default binding address The server.py main() binds to 127.0.0.1 by default and documents SEMANTICA_HOST as the override to expose beyond localhost. The previous documentation (from main and carried through this PR) incorrectly stated 0.0.0.0:8000, which would lead users to believe the server is network-accessible by default. Fix all three occurrences in cli-setup.md: - Installed Commands table - When to Use Each Command prose bullet - REST server usage example code comment --------- Co-authored-by: AutoHarness Bot <bot@autoharness.local> Co-authored-by: Mohd Kaif <98801504+KaifAhmad1@users.noreply.github.com> Co-authored-by: Sameer Kadam <sskadam6305@gmail.com>