a7b5998f61
feat: resolve project conf paths relative to smart_ide monorepo root
...
- Add lib/conf_path_resolve.sh (canonical conf under projects/ or ia_dev/projects/)
- Apply resolution in project_git_root_from_conf, deploy-conf-handling, orchestrator
- pousse: monorepo-relative build_dirs when path starts with ../
- deploy-by-script-to: resolve secrets_path and deploy_script_path
- Sync smart_ide/enso conf.json with relative paths; document in projects/README
2026-04-03 18:03:55 +02:00
c501295642
feat(deploy): host_stays_on_test in conf.json (replaces lecoffreio id branch)
...
- deploy-by-script-to.sh reads deploy.host_stays_on_test via jq
- projects/lecoffreio/conf.json: host_stays_on_test true (permanent)
- projects/README.md + agents: document flag
2026-03-27 18:46:41 +01:00
f1c53477b0
feat(deploy): methodology lib and project_orchestrator_path
...
**Motivations:**
- Keep shared methodology, envs, and future quality sequences in ia_dev; single project orchestrator script per repo
**Root causes:**
- N/A
**Correctifs:**
- N/A
**Evolutions:**
- Add deploy/lib/deploy-methodology.sh (test|pprod|prod validation)
- deploy.sh sources methodology before orchestrator
- orchestrator prefers deploy.project_orchestrator_path then legacy phases/deploy_script_path
- conf.json: project_orchestrator_path for lecoffreio, algo, enso; remove hooks where redundant
- Document in README.md, projects/README.md, deploy/lib/README.md
**Pages affectées:**
- deploy/*, projects/*/conf.json, README files
2026-03-23 13:19:03 +01:00
c3d4d12ef2
centralized
2026-03-17 01:30:56 +01:00
5ae77177a4
centralized
2026-03-16 16:53:25 +01:00
45ed789692
centralized
2026-03-16 16:52:55 +01:00
c0fd688a0a
centralized
2026-03-16 16:38:55 +01:00
55f8588eba
centralized
2026-03-16 16:33:52 +01:00
95bfa36b00
standalone
2026-03-16 15:19:17 +01:00
61cec6f430
Sync ia_dev: token resolution via .secrets/<env>/ia_token, doc updates
...
**Motivations:**
- Align master with current codebase (token from projects/<id>/.secrets/<env>/ia_token)
- Id resolution by mail To or by API token; no slug
**Root causes:**
- Token moved from conf.json to .secrets/<env>/ia_token; env from directory name
**Correctifs:**
- Server and scripts resolve project+env by scanning all projects and envs
**Evolutions:**
- tickets-fetch-inbox routes by To address; notary-ai agents and API doc updated
**Pages affectées:**
- ai_working_help/server.js, docs, project_config.py, lib/project_config.sh
- projects/README.md, lecoffreio/docs/API.md, gitea-issues/tickets-fetch-inbox.py
2026-03-16 15:00:23 +01:00