**Motivations:** - Clarify active-project.json fields; ignore ad-hoc projects/<id>/ trees. **Evolutions:** - active-project.json.example: document default_env and optional notes. - .gitignore: whitelist versioned projects/* entries; README and remote-deployed-data-ssh doc updates.
6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
{
|
|
"id": "smart_ide",
|
|
"default_env": "test",
|
|
"notes": "Copy this file to projects/active-project.json (gitignored). Field id must match an existing projects/<id>/conf.json. Field default_env is one of: test, pprod, prod — used by agents when the environment is not specified."
|
|
}
|