Skip to content

docs: explain managed ignore reconciliation#46

Merged
corwinm merged 2 commits into
mainfrom
feat/managed-ignore-reconciliation
Jul 14, 2026
Merged

docs: explain managed ignore reconciliation#46
corwinm merged 2 commits into
mainfrom
feat/managed-ignore-reconciliation

Conversation

@corwinm

@corwinm corwinm commented Jul 14, 2026

Copy link
Copy Markdown
Owner

Summary

  • document local, tracked, and none managed-ignore scopes
  • explain lifecycle reconciliation for init, pull, clone, add, create, and doctor
  • update JSON automation and agent-readable exports
  • add a managed-ignore documentation contract to CI

Validation

  • pnpm validate
  • git diff --check

Related PRs

Tracks corwinm/arashi-arashi#213.

@netlify

netlify Bot commented Jul 14, 2026

Copy link
Copy Markdown

Deploy Preview for arashi-docs ready!

Name Link
🔨 Latest commit 34ac18f
🔍 Latest deploy log https://app.netlify.com/projects/arashi-docs/deploys/6a56a40a7d653a00082edbe1
😎 Deploy Preview https://deploy-preview-46--arashi-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

…econciliation

# Conflicts:
#	docs/commands/create.md
#	docs/workflows/index.md

@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: 1ea4dbb2ef

ℹ️ 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 docs/commands/init.md

- `--repos-dir <path>` set a custom repos directory (default `./repos`).
- `--worktrees-dir <path>` set a custom worktree base directory (default `.arashi/worktrees`).
- `--ignore-scope <local|tracked|none>` choose repository-local rules, tracked rules, or no ignore-file writes.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Gate managed-ignore docs on shipped CLI support

The current published Arashi CLI contract for v1.19.2 lists init options as --dry-run, --force, --json, --no-discover, --repos-dir, --verbose, and --worktrees-dir, with no --ignore-scope; issue #213 is still an open proposal. If this docs site is published before the CLI implementation lands, users copying the new arashi init --ignore-scope ... examples will get an unknown-option failure, and the documented default .git/info/exclude behavior will be false. Please either version/feature-gate this content or wait until the CLI support ships.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

This would be updated along with the cli, a short window where the doc is out of date is ok for this project.

@corwinm
corwinm merged commit 231315c into main Jul 14, 2026
6 checks passed
@corwinm
corwinm deleted the feat/managed-ignore-reconciliation branch July 14, 2026 23:02
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