**Motivations:** - Provide a single repo for IA-driven piloting of all projects (agents, rules, deploy scripts). - Reusable as git submodule; project-specific config in projects/ (no slug from submodule path). **Evolutions:** - Cursor agents: deploy-by-script, push-by-script, branch-align, fix, evol, fix-lint, fix-search, code, docupdate, gitea-issues-process, change-to-all-branches. - Deploy scripts: pousse.sh (build_dirs from project config), bump-version.sh (version from project config), branch-align.sh, change-to-all-branches.sh. - Project config schema in projects/README.md; lecoffreio.json as example. **Pages affectées:** - .cursor/agents/*.md, .cursor/rules/*.mdc, deploy/*.sh, projects/README.md, projects/lecoffreio.json, README.md, CLAUDE.md, config files.
25 lines
750 B
JSON
25 lines
750 B
JSON
{
|
|
"name": "Lecoffre.io",
|
|
"project_path": "../lecoffre_ng_test",
|
|
"build_dirs": [
|
|
"lecoffre-ressources-dev",
|
|
"lecoffre-back-main",
|
|
"lecoffre-front-main"
|
|
],
|
|
"version": {
|
|
"package_json_paths": [
|
|
"lecoffre-back-main/package.json",
|
|
"lecoffre-front-main/package.json"
|
|
],
|
|
"splash_app_name": "LeCoffre.io"
|
|
},
|
|
"mail": {
|
|
"email": "ai.support.lecoffreio@4nkweb.com",
|
|
"imap_bridge_env": ".secrets/gitea-issues/imap-bridge.env"
|
|
},
|
|
"git": {
|
|
"wiki_url": "https://git.4nkweb.com/4nk/lecoffre_ng/wiki",
|
|
"ticketing_url": "https://git.4nkweb.com/4nk/lecoffre_ng/issues",
|
|
"token_file": ".secrets/gitea-issues/token"
|
|
}
|
|
} |