Skip to content

Lighten CLI and align release truth#21

Merged
rebel0789 merged 1 commit into
mainfrom
agent/lighten-cli-and-audit-truth
Jul 15, 2026
Merged

Lighten CLI and align release truth#21
rebel0789 merged 1 commit into
mainfrom
agent/lighten-cli-and-audit-truth

Conversation

@rebel0789

Copy link
Copy Markdown
Owner

What changed

  • extract the 400-line CLI help catalog into a focused module while preserving both recall and oaf compatibility output
  • correct the README and project status so the 1.1.0 source candidate is not confused with published npm 1.0.5
  • extend the real browser smoke through proposal queueing and confirm-gated approval
  • regenerate repository and release evidence

Why

The current source checkout works, but the public README quickstart was ahead of npm latest: memory-recall 1.0.5 does not include Recall Map. The main CLI entrypoint also mixed static help copy with command behavior, and the browser smoke stopped before exercising the approval mutation.

Verification

  • npm run ci: 660 tests, 182 protocol fixtures, 144 evaluation assertions
  • npm run consumer:smoke
  • npm run consumer:browser-smoke
  • npm run native:smoke
  • npm run release:readiness:check
  • npm audit --omit=dev: 0 vulnerabilities
  • npm pack --dry-run --json: 1.1.0 tarball includes apps/cli/help.mjs

Release boundary

This PR does not publish npm 1.1.0. npm publication remains a separate maintainer-approved action.

@rebel0789
rebel0789 marked this pull request as ready for review July 15, 2026 11:38
@rebel0789
rebel0789 merged commit c3f3e6b into main Jul 15, 2026
3 checks passed
@rebel0789
rebel0789 deleted the agent/lighten-cli-and-audit-truth branch July 15, 2026 11:38

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9524d04960

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md
Comment on lines +31 to +34
cd Memory-Recall
npm install
npm run recall -- setup
npm run recall -- map --root . --sqlite .local/memory.sqlite --format summary

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep source quickstart in the target repository

When users try the 1.1.0 source candidate against their own repository, this sequence first changes into the Memory-Recall checkout and then runs setup; setupConsumerWorkspace() initializes process.cwd() and has no --root option, so .local is created in the tool's source repo and the following --root . map scans Memory-Recall instead of the target project. Please show an invocation that preserves the user's repo as cwd or installs the source checkout as a bin before running these commands.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant