ALWAYS check for remote updates before writing or changing anything in this repository:
git pull # already pre-authorized (allow)Working on top of an outdated base causes conflicts. Pull first, always. To just inspect beforehand: git fetch && git status.
- Version:
version.mdis the version of our work (currently0.0.2);__version__=1.2.15(inshvterm/__init__.py) is the upstream fork baseline โ frozen to track merges. Details in AGENTS.md. - Commits (MANDATORY, always): format
version - comment(e.g.,0.0.3 - Adiciona flag --json ao comando host list). The version comes fromversion.md; do the bump in the same commit as the change. Message in Portuguese, descriptive enough for future searching. Never use the frozen1.2.xlineage. Details in AGENTS.md.