- Purpose
- Module Map
- Collection Rules
- Operation Flow
- Integration Points
- Quality Gates
- Governance Pointer
Version: 0.12.0 | Python: 3.13+ | Project class: domain
Alpha (0.12.0). This package is alpha quality. Every package in the workspace must be re-checked and re-validated at 0.12.0 before any promotion beyond alpha; treat interfaces as unstable.
FLEXT CLI - Developer Command Line Interface
::: flext_cli
options:
members: false
show_root_heading: false
show_root_toc_entry: false
show_source: false
Read /flext/AGENTS.md
§9 — Agent Execution Pre-requisites — for the canonical pre-change checklist (parent
FLEXT chain, Scope bootstrap, skill loading, zero-debt baseline, slot registry
verification).
- Public surface: see
docs/index.mdanddocs/api-reference/README.md. - Generated module overview:
docs/api-reference/generated/overview.md. - Settings env prefix: see project
pyproject.toml[tool.flext]andFlextSettingsConfigDict.
- Parent FLEXT chain: read this project's
pyproject.tomldependenciesarray filtered byflext-*. The FLEXT cascade is encoded in the inheritance lists of the facade classes listed under Module Map above. - Public extensions exposed by this project:
FlextCli,FlextCliAuth,FlextCliCli,FlextCliCmd,FlextCliCommonParams,FlextCliConfig(+19 more). - Library abstraction boundaries: see AGENTS.md §2.7.
Canonical make verbs (gen, check, test, fmt, docs) execute their declared
operations directly.
See /flext/AGENTS.md
for the build, test, and Python quality gates.
- Engineering law:
/flext/AGENTS.md - Governance + ADRs:
/flext/docs/GOVERNANCE.md - Skills index:
/flext/.agents/skills/ - Onboarding:
/flext/docs/guides/onboarding.md - Full project portal:
docs/index.md.