-
Honor --yes flag in generate-config to skip overwrite prompt (
f48c434) -
Prepend remote content before local assets to fix TOML table scoping (
eef0fdf) -
Use importlib.resources for asset files so they work when installed as a package (
93c34e5)
- Add generate-config command with odoo-minimal and oca-contributor profiles
(
4674719)
- Move generate-config before init in command registration order
(
a1a3320)
-
Add help description to init command (
2986e13) -
doctor: Add help description to doctor command (
244e0b5)
- Hide completed progress tasks to avoid terminal overflow
(
ecad576)
-
Support generic GitHub orgs and per-repo branch override in config (
f256125) -
doctor: Add health check command for environment diagnostics (
dba5a1d)
- Generalize _get_tasks to handle any GitHub org
(
b47b2fa)
- Add create_launcher configuration option for venv setup
(
e64e05b)
-
Always install default system packages in install-tools (
04bb2a4) -
Prevent bootstrap.sh from running as root (
491f7d2)
-
Remove uv script entry from project-overview-pdr example config (
1af9e5f) -
Remove uv script entry from README example config (
2f4648c)
- Add -y/--yes flag for non-interactive mode
(
c9d95ef)
- Extract config example to assets/odoo_dev.toml
(
86dbd18)
- Update command running odoo-venv
(
593ea78)
- db: Add ensure-db-user CLI command for PostgreSQL user management
(
661a40f)
-
init: Use hardcoded defaults with configurable extra dirs (
949567f) -
install: Improve bootstrap and installer architecture (
a408d99)
- Update codebase metrics and version validation regex
(
d333d03)
- Add master as valid branch to pull
(
b1d69ac)
-
Update documentation for configurable code directory (
ea92f93) -
code-standards: Add test coverage and LOC guidelines (
c42eab8) -
codebase-summary: Update Python version, add toml info, note tests (
f615db5) -
system-architecture: Update decorator signature and max_workers config (
74e701a)
-
Add get_code_root() helper for configurable code directory (
d499d2d) -
config: Update main commands to use configurable code directory (
e3c7c05)
- Extend install-tools
(
94f4c63)
- Initial Release