Skip to content

docs: keep product profile examples generic - #78

Merged
altaywtf merged 2 commits into
mainfrom
docs/generic-profile-examples
Aug 27, 2026
Merged

docs: keep product profile examples generic#78
altaywtf merged 2 commits into
mainfrom
docs/generic-profile-examples

Conversation

@altaywtf

Copy link
Copy Markdown
Member

Summary

The public product guidance and test fixtures used an internal frontend automation profile as their canonical example. Replace it with the neutral automation profile throughout the current tree without changing behavior.

Verification

  • pnpm exec vp run verify

Notes

No runtime behavior changes.

Copilot AI lite review requested due to automatic review settings August 27, 2026 09:32

Copilot AI 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.

Pull request overview

This PR updates the public product guidance and test/fixture references to use a neutral automation profile name instead of an internal example, keeping the CLI behavior unchanged.

Changes:

  • Replaced devs-fe-auto with automation across unit tests and CLI command-path tests.
  • Updated consumer-facing docs (README + skills references) to recommend automation for non-human sessions.
  • Updated smoke packed-install fixture config and assertions to use the automation profile name.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/internal/state.test.ts Updates persisted-auth/profile test fixtures and expectations to use automation.
src/internal/config.test.ts Updates env-driven config test to use PUTIO_CLI_PROFILE=automation.
src/command-paths.test.ts Updates CLI command-path tests that pass/expect the profile name.
src/cli.test.ts Updates argv parsing tests for auth profiles use/remove to use automation.
skills/putio-cli/SKILL.md Updates skill guidance and examples to recommend automation as the named profile.
skills/putio-cli/references/auth.md Updates auth reference examples/env var guidance to use automation.
scripts/smoke-packed-install.mts Updates packed smoke fixture config + command expectations for the new profile name.
README.md Updates public setup instructions and rules to use automation.
Suppressed comments (2)

scripts/smoke-packed-install.mts:301

  • This failure message refers to a "dev profile" but the script is now specifically persisting the automation profile as default. Aligning the message with the actual profile name makes smoke failures easier to diagnose.
  assert(
    selectedList.defaultProfile === "automation",
    "Expected `profiles use` to persist dev profile as default.",

scripts/smoke-packed-install.mts:305

  • This failure message still says "dev profile" while the code is asserting the automation profile is current. Updating the message keeps the assertion output consistent with the scenario.
  assert(
    selectedList.profiles.find((profile) => profile.name === "automation")?.current === true,
    "Expected dev profile to be current after `profiles use`.",

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread skills/putio-cli/SKILL.md Outdated
Comment thread scripts/smoke-packed-install.mts Outdated
@altaywtf
altaywtf merged commit 8bcf467 into main Aug 27, 2026
6 checks passed
@altaywtf
altaywtf deleted the docs/generic-profile-examples branch August 27, 2026 09:39
@putio-releaser

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.7.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants