Commit Graph

546 Commits

Author SHA1 Message Date
Kazuki Yamada
e4fe69e1dc docs(readme,website): Add decimal size examples for --split-output
Update documentation to reflect support for decimal values like 1.5mb
in size specifications.
2025-12-21 18:55:41 +09:00
Kazuki Yamada
282eeffc99 fix(cli): Address additional PR review comments
- Add test for sizeParse overflow case
- Use RepomixProgressCallback type in outputSplit.ts for consistency
- Improve configuration.md description for splitOutput option
2025-12-21 14:25:41 +09:00
Kazuki Yamada
85a750050f docs(website): Enhance --split-output documentation
Add detailed explanation with:
- Use case (AI Studio's 1MB file size limit)
- File naming convention
- Note about directory-based grouping
2025-12-21 13:49:54 +09:00
Dango233
24b38a203b docs(cli): Document --split-output
Add the new split output flag to README and website docs, including examples and the config option.
2025-12-18 02:54:54 -05:00
github-actions[bot]
eb25412506 chore(schema): auto generate schema 2025-12-16 14:28:52 +00:00
Claude
d205ced5a2 fix(website): Restore json style option in Russian GitHub Actions docs
The action.yml description was outdated - the style parameter passes
directly to the repomix CLI which does support json. Restored json to
match the English documentation.
2025-12-13 15:15:02 +00:00
Claude
e8ac5ba7ab style(website): Wrap example URLs in backticks in Russian mcp-server docs
Format example URLs with backticks to comply with markdownlint MD034
(no-bare-urls) rule.
2025-12-13 15:01:30 +00:00
Claude
b1ba1a594f style(website): Add language identifiers to Russian docs code blocks
Add `text` language identifier to fenced code blocks in prompt-examples.md
and index.md to fix MD040 markdownlint warnings.
2025-12-13 14:57:18 +00:00
Claude
c94ec85732 fix(website): Remove unsupported json style from GitHub Actions docs
The action.yml only supports xml, markdown, plain styles but the
documentation incorrectly listed json as an option. Updated the Russian
translation to match actual supported options.
2025-12-13 14:48:40 +00:00
Claude
b0a95d9c6c docs(website): Add Russian language support
Add Russian (ru) as the 14th language to the Repomix documentation website.

This includes:
- New configRu.ts with navigation, sidebar, and search translations
- Updated config.ts to include Russian locale
- Updated configShard.ts to include Russian search configuration
- Complete Russian translations for all 24 documentation pages

Related to community request for Russian language support based on
the large Russian developer population (~85-110万 IT specialists).

Slack thread: https://yamadashy.slack.com/archives/C08S1M3ESHF/p1765620770607819
2025-12-13 10:29:48 +00:00
Kazuki Yamada
e968a7355d docs(website): Add pnpm to installation guides for consistency
Add pnpm package manager option to 10 language installation guides
that were missing it (en, ja, zh-cn, zh-tw, ko, de, es, fr, it, pt-br).

All 13 languages now consistently show 5 package managers:
npm, yarn, pnpm, bun, and Homebrew.
2025-12-13 18:12:39 +09:00
Kazuki Yamada
4034abd386 docs(website): Use code-group for package manager installation options
Replace individual package manager sections with VitePress code-group
syntax for a cleaner, tabbed interface. Users can now easily switch
between npm, yarn, bun, and Homebrew installation commands.

Applied to all 13 language versions of installation.md.
2025-12-13 17:27:01 +09:00
renovate[bot]
805d427e47 fix(deps): update all non-major dependencies 2025-12-13 05:50:40 +00:00
Claude
6b2b03c672 fix(website): Fix Italian documentation review comments
- Fix internal links in claude-code-plugins.md to use /it/guide/ prefix
- Add 'text' language specification to fenced code block in development/index.md
2025-12-13 05:13:16 +00:00
Claude
54b0bc4ab0 docs(website): Add Italian language support
Add complete Italian (it) translation for the Repomix documentation website.

- Create configIt.ts with Italian navigation, sidebar, and search translations
- Add Italian locale to main VitePress config.ts
- Add Italian search config to configShard.ts
- Create all Italian documentation files under website/client/src/it/

This brings the total supported languages to 13.
2025-12-13 03:55:45 +00:00
Kazuki Yamada
c47b61d0c6 docs(website): Fix code block language specifications in agent-skills-generation docs
- Add 'gitignore' language to .gitignore example in TIP block
- Add 'text' language to directory structure examples
- Fix nested fenced code blocks in files.md section (use 4 backticks)
- Update kebab-case example to use 'CustomName' instead of 'custom-name'

Applied to: en, de, es, fr, hi, id
2025-12-12 23:28:17 +09:00
autofix-ci[bot]
93b2b29b41 [autofix.ci] apply automated fixes 2025-12-12 14:14:04 +00:00
Claude
96589f2728 docs(website): Add Agent Skills Generation docs for all languages
Add documentation for the --skill-generate feature in all supported
languages: German, Spanish, French, Hindi, Indonesian, Korean,
Portuguese-BR, Vietnamese, Chinese Simplified, and Chinese Traditional.

Also update sidebar configurations for each language to include the
new Agent Skills Generation page in the Advanced section.
2025-12-12 14:13:13 +00:00
github-actions[bot]
86bce48af8 chore(schema): auto generate schema 2025-12-12 13:54:17 +00:00
Claude
a9851e48bd docs(website): Simplify .gitignore tip wording 2025-12-12 13:53:30 +00:00
Claude
7049c0f0af docs(website): Clarify .gitignore tip applies to Project Skills 2025-12-12 13:53:30 +00:00
Claude
c6343577d9 docs(website): Add .gitignore tip for reference Skills
Add TIP callout recommending to add generated reference Skills
to .gitignore to avoid committing large files:
.claude/skills/repomix-reference-*/
2025-12-12 13:53:29 +00:00
Claude
e8dc8ca946 docs(website): Add documentation-only Skills examples
Add section showing how to generate Skills from remote repository
documentation only using --include option. Examples include:
- Claude Code Action docs
- Vite docs
- React docs

This is useful when you want Claude to reference specific library
documentation while working on your code.
2025-12-12 13:53:29 +00:00
Claude
3cad2b457e docs(website): Add experimental note to Agent Skills Generation
Add NOTE callout to indicate this is an experimental feature
with potential breaking changes in future releases.
2025-12-12 13:53:29 +00:00
Claude
bf89cfc0e0 docs: Simplify --include docs example without glob pattern 2025-12-12 13:53:29 +00:00
Claude
668683140d docs: Add documentation-only example for skill-generate
Add example showing how to generate Skills for documentation only:
repomix --remote user/repo --skill-generate --include "docs/**"

This is useful when you want to reference only documentation
from a remote repository.
2025-12-12 13:53:29 +00:00
Claude
b4fa5b4f84 docs: Fix incorrect CLI usage examples for skill-generate
Fix usage examples where directory argument was incorrectly placed:
- `repomix --skill-generate path/to/directory` (wrong)
- `repomix path/to/directory --skill-generate` (correct)

The --skill-generate [name] option takes an optional skill name,
not a directory path. Directories are positional arguments.
2025-12-12 13:53:28 +00:00
Claude
d7f9c53a4c docs: Improve Agent Skills Generation introduction
- Add explanation that this feature is particularly powerful for
  referencing implementations from remote repositories
- Remove redundant "What is Agent Skills Generation?" section
- Merge explanation into the introduction paragraph
2025-12-12 13:53:28 +00:00
Claude
4c9eb31334 docs(website): Rename skill-generate.md to agent-skills-generation.md
Rename documentation files to match the feature name:
- en/guide/skill-generate.md → en/guide/agent-skills-generation.md
- ja/guide/skill-generate.md → ja/guide/agent-skills-generation.md
- Update sidebar links in both English and Japanese configs
2025-12-12 13:53:28 +00:00
Claude
0d861db0dd docs: Update terminology to use Agent Skills consistently
Update all skill-generate documentation to use "Agent Skills" or "Skills"
instead of "skill" for consistency:

- README.md: Update section titles and content
- English website doc: Update to "Agent Skills Generation"
- Japanese website doc: Update to "Agent Skills生成"
- Sidebar labels: Update both English and Japanese labels
2025-12-12 13:53:28 +00:00
Claude
d1499c0771 docs(website): Add skill-generate feature documentation
Add skill generation documentation to the website for English and Japanese:
- Create en/guide/skill-generate.md with comprehensive feature documentation
- Create ja/guide/skill-generate.md with Japanese translation
- Add sidebar links in Advanced section after Claude Code Plugins

The documentation covers:
- Basic usage and CLI options
- Skill location selection (personal vs project)
- Generated structure explanation (SKILL.md and references/)
- Auto-generated skill names
- Integration with other Repomix options
- Example workflows for personal and team use
2025-12-12 13:53:28 +00:00
github-actions[bot]
90ffa5b682 chore(schema): auto generate schema 2025-12-12 11:57:00 +00:00
dependabot[bot]
bc169c3621 chore(deps): bump jws from 4.0.0 to 4.0.1 in /website/server
Bumps [jws](https://github.com/brianloveswords/node-jws) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/brianloveswords/node-jws/releases)
- [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianloveswords/node-jws/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: jws
  dependency-version: 4.0.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-04 18:12:22 +00:00
Kazuki Yamada
87514044c7 Merge pull request #989 from yamadashy/dependabot/npm_and_yarn/website/server/modelcontextprotocol/sdk-1.24.0
chore(deps): bump @modelcontextprotocol/sdk from 1.23.0 to 1.24.0 in /website/server
2025-12-04 00:42:00 +09:00
Kazuki Yamada
f89948afa1 Merge pull request #988 from yamadashy/dependabot/npm_and_yarn/website/client/mdast-util-to-hast-13.2.1
chore(deps-dev): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /website/client
2025-12-04 00:41:44 +09:00
dependabot[bot]
8b27b9c6fd chore(deps): bump @modelcontextprotocol/sdk in /website/server
Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.23.0...1.24.0)

---
updated-dependencies:
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.24.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-03 15:34:17 +00:00
dependabot[bot]
5d59b17d87 chore(deps-dev): bump mdast-util-to-hast in /website/client
Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](https://github.com/syntax-tree/mdast-util-to-hast/compare/13.2.0...13.2.1)

---
updated-dependencies:
- dependency-name: mdast-util-to-hast
  dependency-version: 13.2.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-03 15:34:10 +00:00
dependabot[bot]
9779794027 chore(deps): bump express from 5.1.0 to 5.2.1 in /website/server
Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.1)

---
updated-dependencies:
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-03 15:33:52 +00:00
renovate[bot]
92ef98329d fix(deps): update all non-major dependencies 2025-12-03 15:16:23 +00:00
Kazuki Yamada
740edae8cb docs(website): Reorder Claude Code Plugins section for better UX
Apply same changes to website documentation (12 languages):
- Move Installation section above Available Plugins
- Fix plugin name from 'repomix-explorer:explorer' to 'repomix-explorer'
2025-11-29 22:20:47 +09:00
Kazuki Yamada
265a51028d docs(website): Add Privacy Policy page
Add a dedicated Privacy Policy page to the website, addressing user
feedback about privacy information being hard to find on repomix.com.

Changes:
- Create Privacy Policy page with content from README
- Add sidebar links for all supported languages
- Non-English pages include English content via @include
- Simplify README Privacy Policy section to link only

Related Discord feedback requested clearer privacy documentation
on the website for users who need to verify data handling before
using Repomix in their work environment.
2025-11-29 19:24:08 +09:00
github-actions[bot]
9a4abdebae chore(schema): auto generate schema 2025-11-28 07:13:47 +00:00
dependabot[bot]
0d2e2f5f24 chore(deps): bump body-parser from 2.2.0 to 2.2.1 in /website/server
Bumps [body-parser](https://github.com/expressjs/body-parser) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-version: 2.2.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-27 15:20:46 +00:00
renovate[bot]
e5b5a204d4 fix(deps): update all non-major dependencies 2025-11-27 10:16:30 +00:00
dependabot[bot]
6706b11e09 chore(deps-dev): bump glob from 11.0.3 to 11.1.0 in /website/server
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 11.1.0.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v11.0.3...v11.1.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 11.1.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-18 13:31:10 +00:00
github-actions[bot]
6d0b3b0c39 chore(schema): auto generate schema 2025-11-15 15:16:44 +00:00
renovate[bot]
18ef52acc1 fix(deps): update all non-major dependencies 2025-11-11 13:38:56 +00:00
github-actions[bot]
9437957a38 chore(schema): auto generate schema 2025-11-08 12:22:03 +00:00
Kazuki Yamada
d2ed827260 docs: Correct ignore files priority order documentation
Updated priority order documentation in README.md and all website configuration guides (12 languages) to accurately reflect how globby handles ignore files:

- Merged items 2-4 into a single "Ignore files" category
- Clarified that directory hierarchy determines priority (deeper directories win)
- Explained that files in the same directory are merged in no particular order
- This reflects globby's actual behavior where fast-glob returns files in filesystem order

The previous documentation incorrectly implied a fixed priority order between .repomixignore, .ignore, and .gitignore files, when in fact they are all merged together at the same level with priority determined by directory depth only.
2025-11-08 20:42:56 +09:00
Kazuki Yamada
438b79f654 docs(website): Add .ignore file documentation for all languages
Updated documentation for all supported languages to include:
- ignore.useDotIgnore configuration option
- --no-dot-ignore CLI flag
- .ignore file explanation and priority order
- Benefits of using .ignore file with ripgrep and ag tools

Also updated test files to include useDotIgnore in mock configs
to satisfy TypeScript type checking after adding the new
configuration option.

Languages updated:
- zh-cn (Simplified Chinese)
- zh-tw (Traditional Chinese)
- ko (Korean)
- vi (Vietnamese)
- id (Indonesian)
- hi (Hindi)
- fr (French)
- de (German)
- es (Spanish)
- pt-br (Brazilian Portuguese)
2025-11-08 20:02:14 +09:00