2baae6ca48
chore(deploy): make pousse.sh build opt-in via --build
...
**Motivations:**
- Push-by-script should stage, commit, and push without implicit full monorepo builds; compilation must be explicit.
**Root causes:**
- pousse.sh always ran npm build for each build_dir before git add, coupling push duration and Next lock issues to every push.
**Correctives:**
- Add --build flag to run the previous build loop; default skips builds and prints guidance.
- Update push-by-script agent (step 4 bis, closure types), deploy-pprod-or-prod note, cloture-lint wording, agents-scripts-split.
**Evolutions:**
- Documented alternative: manual builds per build_dirs or single pousse.sh --build <<MSG.
**Pages affectées:**
- deploy/pousse.sh, .smartIde/agents/push-by-script.md, deploy-pprod-or-prod.md, cloture-lint.mdc, projects/kogus/docs/agents-scripts-split.md
2026-04-22 22:20:27 +02:00
ffdb076926
docs(agents): dedupe Types/Compilation closure after pousse build
...
**Motivations:**
- pousse.sh step 5 already runs typecheck and multi-site build.
**Root causes:**
- Closure required executing typecheck and build again after successful pousse.
**Correctifs:**
- Single Types+Compilation bullet: cite exit 0; forbid redundant full typecheck/build on same tree.
**Evolutions:**
- None.
**Page affectées:**
- ia_dev push-by-script agent.
2026-04-22 20:46:20 +02:00
4NK
7610ff437d
docs(kogus): centralize secret paths in README; align agents and tracked docs
2026-04-15 17:40:53 +02:00
34b039373e
chore(projects): remove ia_dev projects/enso (site under kogus)
...
- Delete projects/enso/conf.json; Enso is SITE_CODE in kogus monorepo
- Update projects/README and .smartIde rules project examples
2026-04-14 10:48:55 +02:00
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
797b11430e
docs(agents): lecoffre multisite SITE_CODE, deploy-site, secrets layout
...
Align ia_dev agents with monorepo: .cursor/agents paths, deploy-site.sh loop, nested .secrets/<site>/<env>/, fix obsolete .smartIde reference for LeCoffre.
2026-04-14 01:06:13 +02:00
8a73fea3c8
docs(agents): align fix-lint with LeCoffre Edge Tools guidance, markdownlint
2026-04-10 05:44:42 +02:00
ae4bc14573
docs(fix-lint): document LeCoffre jsx-a11y lint and check:edge-tools-static
2026-04-10 04:58:46 +02:00
cc3f97931d
docs(agents): fix-lint — Edge Tools diagnostics (webhint, axe, compat-api CSS)
2026-04-09 22:49:57 +02:00
e86a9fbb6e
refactor: rename gitea-issues to git-issues and symlink projects to monorepo
...
- Rename directory and scripts env GIT_ISSUES_DIR; secrets path .secrets/git-issues
- Rename agent git-issues-process; update docs GIT_ISSUES_SCRIPTS_AGENTS.md
- Symlink projects/enso, smart_ide, builazoo to ../../projects/<id> when used inside smart_ide
- Update project conf paths for git-issues tokens and imap bridge
2026-04-03 19:05:28 +02:00
285e72039e
chore: rename .cursor to .smartIde for agents, rules, hooks
...
Update internal references and .gitignore ssh_config path.
Gateway and docs paths use .smartIde/agents.
2026-04-03 18:23:10 +02:00