reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint

Printable idea sheet

cli_package

reqlan rq/cli/cli_package.rq:7

`packages/cli` ( `@reqlan/cli` ) is the Clipanion CLI published to npm as the `reqlan` ( and `rq` ) binary.
It depends on `@reqlan/analytical` for base analysis and `@reqlan/language` for single-file parse.
Entry: main.ts.
Analysis commands reuse application_memory ( `<base>/.reqlan` ) and the analytical index so the CLI shares the ideas index with the extension and MCP.

Interactive page: cli_package