Skip to content

Commit 3bc500a

Browse files
authored
docs: usa generated come output locale Codex (#10)
1 parent 3e17a83 commit 3bc500a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ Lo script:
104104
- richiede un `WorkspaceRoot` esplicito
105105
- prova a usare `.venv314`, poi `.venv`, se presenti nella repo
106106
- esegue `agent-context build`
107-
- scrive gli artifact in `generated-local/`
107+
- scrive gli artifact in `generated/`
108108

109109
I file da leggere in ordine sono:
110110

111-
1. `generated-local/session_bootstrap.md`
112-
2. `generated-local/workspace_triage.json`
113-
3. `generated-local/topic_index.json`
111+
1. `generated/session_bootstrap.md`
112+
2. `generated/workspace_triage.json`
113+
3. `generated/topic_index.json`
114114

115115
### Solo GitHub (senza checkout locale)
116116

codex-context.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ poi `.venv`, se presenti nella repo.
1111
param(
1212
[Parameter(Mandatory = $true)]
1313
[string]$WorkspaceRoot,
14-
[string]$OutDir = "generated-local",
14+
[string]$OutDir = "generated",
1515
[string]$ConfigPath = "dataciviclab.config.yml",
1616
[string]$VenvName = ""
1717
)

0 commit comments

Comments
 (0)