feat: dati sotto la radice suite, ChatGPT come client, wheel GM come ultima risorsa - #3
Merged
Merged
Conversation
…ultima risorsa ## Radice unica `user_data_dir()` scende sotto `<base>/GrayMatterEnvironment/<slug>`, accanto a Gray Matter, NeuRAG e ai json dei path — prima erano radici scollegate e niente diceva che fossero lo stesso prodotto. Anche il venv STANDALONE ci si sposta: installare Neuron da solo e aggiungere GM dopo non richiede piu' traslochi. Uno store esistente nella vecchia posizione VINCE sempre: cambiare la regola non puo' far sparire una memoria. Il trasloco lo fa `gray_matter.paths. migrate_to_suite_root`, esplicitamente, non un aggiornamento di soppiatto. ## La wheel GM vendorata veniva provata troppo presto `_bootstrap_gray_matter()` provava `_gm_vendor/gray_matter-*.whl` PRIMA di PyPI e GitHub. E' un artefatto congelato al momento della release — il pyproject stesso dice "va ricostruito a ogni release di GM" — quindi una macchina con rete perfettamente funzionante si ritrovava installata una Gray Matter vecchia. Ora e' l'ULTIMA risorsa e con `--no-index`, cosi' fa il suo mestiere (l'unico caso in cui serve e' quando la rete NON c'e') senza poter scavalcare una versione aggiornata. Tre test lo tengono li' e impediscono che invecchi rispetto alla GM che le sta accanto nel checkout. ## ChatGPT anche in standalone Un peer che offre meno client del gateway rende lo standalone inutile. Neuron espone il proprio bridge su :8000; il quick tunnel senza account SCADE da solo, quindi non viene mai segnato come riuscito e arriva con link di registrazione e comandi esatti. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Radice unica
user_data_dir()scende sotto<base>/GrayMatterEnvironment/<slug>, accanto aGray Matter, NeuRAG e ai json dei path — prima erano radici scollegate e niente
diceva che fossero lo stesso prodotto. Anche il venv STANDALONE ci si sposta:
installare Neuron da solo e aggiungere GM dopo non richiede piu' traslochi.
Uno store esistente nella vecchia posizione VINCE sempre: cambiare la regola non
puo' far sparire una memoria. Il trasloco lo fa
gray_matter.paths. migrate_to_suite_root, esplicitamente, non un aggiornamento di soppiatto.La wheel GM vendorata veniva provata troppo presto
_bootstrap_gray_matter()provava_gm_vendor/gray_matter-*.whlPRIMA di PyPI eGitHub. E' un artefatto congelato al momento della release — il pyproject stesso
dice "va ricostruito a ogni release di GM" — quindi una macchina con rete
perfettamente funzionante si ritrovava installata una Gray Matter vecchia. Ora e'
l'ULTIMA risorsa e con
--no-index, cosi' fa il suo mestiere (l'unico caso incui serve e' quando la rete NON c'e') senza poter scavalcare una versione
aggiornata. Tre test lo tengono li' e impediscono che invecchi rispetto alla GM
che le sta accanto nel checkout.
ChatGPT anche in standalone
Un peer che offre meno client del gateway rende lo standalone inutile. Neuron
espone il proprio bridge su :8000; il quick tunnel senza account SCADE da solo,
quindi non viene mai segnato come riuscito e arriva con link di registrazione e
comandi esatti.
Co-Authored-By: Claude Opus 5 noreply@anthropic.com