docs(glpi-change): deprecate in favor of mglpi (mopac-glpi-go) [#767]

Charles ruling 2026-09-04: custom tooling lives in ukrrs/connectors,
written in Go, MCP/CLI dual-surface. Script still works; new code uses
mglpi (shim ~/.local/bin/mglpi, exec-host mopac-cli-mglpi).

https://projects.knownelement.com/issues/767#note-4191
This commit is contained in:
2026-09-04 09:01:01 -05:00
parent eaa6c4a955
commit c917bbbd15
+10 -1
View File
@@ -1,5 +1,14 @@
#!/usr/bin/env bash
# glpi-change.sh — create + drive GLPI Change entries from the CLI [#769][#767]
# glpi-change.sh — DEPRECATED shim: superseded by mglpi (KNEL connector
# mopac-glpi-go — Go CLI + MCP, git.knownelement.com/UKRRS/mopac-glpi-go).
# Charles ruling 2026-09-04: all custom tooling lives in ukrrs/connectors,
# written in Go, MCP/CLI dual-surface. This bash script still WORKS (kept
# until callers migrate) — new code must use mglpi:
# echo "body" | mglpi --config ~/.creds/mglpi-agent.env change create \
# --title "[#NNN] summary" --content -
# Exec-host: container mopac-cli-mglpi; shim: ~/.local/bin/mglpi.
#
# glpi-change.sh — create GLPI Change entries from the CLI [#769][#767]
#
# Charles rulings: questions-v10 OQ7 (2026-09-03) — GLPI Changes are logged
# from NOW ON for converge/infra work, no Redmine-only exception path.