99979391c0
chore(projects): rename ia_dev project lecoffreio to kogus
...
- Move projects/lecoffreio to projects/kogus; update conf id and secrets_path
- Refresh agents, deploy script examples, project README, kogus docs paths
- Keep product hostname/systemd naming (lecoffreio) unchanged
2026-04-14 10:46:59 +02:00
11da4329e4
docs: point conf schema and README stubs to smart_ide docs/repo
...
Replace embedded README bodies with links to central ia-dev-* docs.
Update agent references from projects/README to docs/repo path.
2026-04-03 18:20:13 +02:00
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
756bab0cd8
feat: append script lifecycle events to smart_ide logs/ia_dev.log when embedded
2026-04-03 17:50:35 +02:00
db5a184851
feat(deploy): resolve project git root from conf.repository_root
...
**Motivations:**
- secrets_path dirname is not a stable git root when secrets move to ia_dev
**Correctifs:**
- lib/project_git_root_from_conf.sh: repository_root || git_work_tree || dirname(secrets_path)
**Evolutions:**
- lecoffreio conf.json: deploy.repository_root, deploy.hooks.phases scaffold
- pousse, branch-align, change-to-all-branches, deploy-by-script-to use resolver
**Pages affectées:**
- lib/project_git_root_from_conf.sh, deploy/*.sh, projects/lecoffreio/conf.json
2026-03-23 12:27:07 +01:00
c3d4d12ef2
centralized
2026-03-17 01:30:56 +01:00
45ed789692
centralized
2026-03-16 16:52:55 +01:00
55f8588eba
centralized
2026-03-16 16:33:52 +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