Skip to content

Commit e59794c

Browse files
authored
chore: full consistent rename to fileyard (#80)
Replace ALL casing variants of every legacy product/brand name with the canonical repo name 'fileyard' for full brand consistency. Includes file/directory renames, Python imports, JS/TS imports, configs, docs, badges, env defaults, and product display names.
1 parent acea835 commit e59794c

126 files changed

Lines changed: 555 additions & 555 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# =========================
2-
# Movi environment template
2+
# Fileyard environment template
33
# SSOT facts: contracts/runtime/env_contract_registry.yaml
44
# Policy / explain: docs/env_contract.md
5-
# For a durable runtime file, copy the keys you need into <workspace-root>/.movi/env/runtime.env.
5+
# For a durable runtime file, copy the keys you need into <workspace-root>/.fileyard/env/runtime.env.
66
# The repository root .env file is local-only convenience and is not a supported runtime source.
7-
# Sensitive values policy: only set via <workspace-root>/.movi/env/runtime.env or shell environment variables.
7+
# Sensitive values policy: only set via <workspace-root>/.fileyard/env/runtime.env or shell environment variables.
88
# =========================
99

1010
# [Minimal template - required]
@@ -38,10 +38,10 @@ GEMINI_MODEL=gemini-3-flash-preview
3838
# FILEYARD_WORKSPACE_ROOT=<workspace-root>
3939
# FILEYARD_INPUT_ROOT=<workspace-root>/data/raw
4040
# FILEYARD_OUTPUT_ROOT=<workspace-root>/data/organized
41-
# FILEYARD_MANIFEST_ROOT=<workspace-root>/.movi/manifests
42-
# FILEYARD_ARTIFACT_ROOT=<workspace-root>/.movi/artifacts
43-
# FILEYARD_EVIDENCE_BUNDLE_PATH=<workspace-root>/.movi/artifacts/evidence-bundle.json
44-
# FILEYARD_RUN_BUNDLE_ROOT=<workspace-root>/.movi/runs
41+
# FILEYARD_MANIFEST_ROOT=<workspace-root>/.fileyard/manifests
42+
# FILEYARD_ARTIFACT_ROOT=<workspace-root>/.fileyard/artifacts
43+
# FILEYARD_EVIDENCE_BUNDLE_PATH=<workspace-root>/.fileyard/artifacts/evidence-bundle.json
44+
# FILEYARD_RUN_BUNDLE_ROOT=<workspace-root>/.fileyard/runs
4545
# FILEYARD_RUN_DIR=
4646
# FILEYARD_RUN_EVENTS_PATH=
4747
# FILEYARD_RUN_STDERR_PATH=

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Feature request
2-
description: Suggest a workflow or product improvement for Movi
2+
description: Suggest a workflow or product improvement for Fileyard
33
title: "[Feature]: "
44
labels:
55
- enhancement

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Thank you for helping improve Movi.
3+
Thank you for helping improve Fileyard.
44

55
Think of this file like the sign next to a workshop door: it tells you
66
what kind of help is useful, what to check before walking in, and what is

DISTRIBUTION.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This file answers one narrow question:
44

5-
What public distribution surfaces does Movi actually have today?
5+
What public distribution surfaces does Fileyard actually have today?
66

77
Think of it like a shipping manifest. It tells you which boxes are really on
88
the truck, which ones are ready at the warehouse, and which ones have not been
@@ -15,15 +15,15 @@ shipped yet.
1515
| GitHub repository | Published | The canonical public source and collaboration surface is `xiaojiou176-open/fileyard`. |
1616
| GitHub Releases | Published | GitHub Releases is the canonical release trail for this repository. |
1717
| GitHub Pages | Published | GitHub Pages is the current public front door and discovery page. |
18-
| ClawHub listing | Listed live, still suspicious | Movi is listed live on ClawHub, and the current page still shows `Moderation verdict: suspicious` plus `Detected: suspicious.vt_suspicious`. |
18+
| ClawHub listing | Listed live, still suspicious | Fileyard is listed live on ClawHub, and the current page still shows `Moderation verdict: suspicious` plus `Detected: suspicious.vt_suspicious`. |
1919
| Submission manifest | Published in-repo | [`manifest.yaml`](./manifest.yaml) is the repo-owned summary of current listed-live, review-pending, not-submitted, and not-published surfaces. |
2020

2121
## Current Repo-Owned Ready Surfaces
2222

2323
| Surface | Current status | What we can truthfully claim |
2424
| :-- | :-- | :-- |
2525
| Source install from this repository | Ready | The repository ships Python package metadata and console entrypoints such as `fileyard`, `fileyard-web-api`, and `fileyard-mcp`. |
26-
| Movi MCP v1 stdio server | Ready | The MCP surface is a local-first stdio integration that can be launched from this repository or an installed environment. |
26+
| Fileyard MCP v1 stdio server | Ready | The MCP surface is a local-first stdio integration that can be launched from this repository or an installed environment. |
2727
| Codex / Claude Code setup docs | Ready | The repository ships setup pages for Codex and Claude Code, but those docs describe local wiring, not a separate public distribution channel. |
2828
| Skills / agent bundle shelf | Ready in-repo | The repository ships repo-owned skill bundle examples and install/proof notes, but a separate public skills marketplace listing is not claimed here. |
2929
| OpenClaw / ClawHub bundle | Ready in-repo | The repository ships an OpenClaw-facing bundle and proof note, while the public catalog truth stays anchored to the live ClawHub page and its current warning label. |
@@ -32,11 +32,11 @@ shipped yet.
3232

3333
| Surface | Current status | What we can truthfully claim |
3434
| :-- | :-- | :-- |
35-
| ClawHub | listed_live | Movi is listed live on ClawHub; the current live page still shows `Moderation verdict: suspicious` and `Detected: suspicious.vt_suspicious`. |
36-
| OpenHands `extensions#161` | OPEN / REVIEW_REQUIRED / BLOCKED | Movi has been submitted to OpenHands via PR `#161`, but that lane is still blocked in review and is not the same thing as acceptance. |
35+
| ClawHub | listed_live | Fileyard is listed live on ClawHub; the current live page still shows `Moderation verdict: suspicious` and `Detected: suspicious.vt_suspicious`. |
36+
| OpenHands `extensions#161` | OPEN / REVIEW_REQUIRED / BLOCKED | Fileyard has been submitted to OpenHands via PR `#161`, but that lane is still blocked in review and is not the same thing as acceptance. |
3737
| Goose Skills Marketplace | OPEN / security-review-required | Submitted via PR [`block/Agent-Skills#25`](https://github.com/block/Agent-Skills/pull/25); upstream validator passed, and the current visible blocker is security review / CODEOWNERS handling instead of a missing repo packet. |
3838
| agent-skill.co source repo | OPEN / preview-authorization-blocked | Submitted via PR [`heilcheng/awesome-agent-skills#181`](https://github.com/heilcheng/awesome-agent-skills/pull/181); the current visible blocker is upstream Vercel preview authorization rather than a missing repo packet. |
39-
| awesome-opencode project/resource lane | not_submitted | No awesome-opencode receipt is claimed today because Movi still presents as a review-first local MCP workflow rather than an Opencode-centered project/resource fit. |
39+
| awesome-opencode project/resource lane | not_submitted | No awesome-opencode receipt is claimed today because Fileyard still presents as a review-first local MCP workflow rather than an Opencode-centered project/resource fit. |
4040
| Official MCP Registry | not_submitted | No official MCP Registry submission is claimed today. |
4141
| GHCR | not_published | No public GHCR package or container publication is claimed today. |
4242
| Package / Docker later lanes | no verified public receipt today | The repo may contain packaging guidance or operator notes, but this file does not claim a live public package or container receipt. |
@@ -47,7 +47,7 @@ shipped yet.
4747
| :-- | :-- | :-- |
4848
| PyPI | Not published | This repository does not currently claim an official PyPI release surface. |
4949
| npm package | Not published | The root Node surface is a repo control surface, not a published npm package. |
50-
| Official MCP Registry | not_submitted | `Movi MCP v1` is documented as a local-first stdio surface, not a submitted or published registry listing. |
50+
| Official MCP Registry | not_submitted | `Fileyard MCP v1` is documented as a local-first stdio surface, not a submitted or published registry listing. |
5151
| Skills registry | Not published | A repo-owned skills bundle exists, but no live registry listing is claimed. |
5252
| Goose Skills Marketplace | review pending, not accepted | PR `#25` exists, but no accepted marketplace listing is claimed until upstream review clears. |
5353
| agent-skill.co source repo | submission done, not accepted | PR `#181` exists, but no accepted public directory entry is claimed while upstream preview authorization still blocks. |

INTEGRATIONS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This file answers a different question from `DISTRIBUTION.md`:
44

5-
What integration surfaces does Movi actually fit today?
5+
What integration surfaces does Fileyard actually fit today?
66

77
Think of it like a map of doors into the same workshop. Some doors are first
88
class, some are side entrances, and some are only comparison points.
@@ -14,7 +14,7 @@ class, some are side entrances, and some are only comparison points.
1414
| CLI | Primary operator surface | Best for full analyze, apply, rollback, and report workflows. |
1515
| Web API | Local integration substrate | A local HTTP contract exists for app and builder integration. |
1616
| Generated TypeScript client | Builder substrate | The repository exposes generated client/types for local integrations. |
17-
| Movi MCP v1 | Primary agent integration surface | The canonical agent-facing surface is local-first stdio MCP. |
17+
| Fileyard MCP v1 | Primary agent integration surface | The canonical agent-facing surface is local-first stdio MCP. |
1818

1919
## Primary Fit
2020

@@ -42,7 +42,7 @@ class, some are side entrances, and some are only comparison points.
4242
| :-- | :-- | :-- |
4343
| ClawHub | listed_live; the current page still shows `Moderation verdict: suspicious` and `Detected: suspicious.vt_suspicious`. | Treat the live ClawHub page as a listing with a warning label, not as a clean approval receipt. |
4444
| OpenClaw bundle | repo-owned supporting surface | Keep OpenClaw in the host-facing bundle/supporting lane, not in the live-listing lane. |
45-
| OpenHands `extensions#161` | OPEN / REVIEW_REQUIRED / BLOCKED | This is a real external review lane, but it is not the same thing as a primary Movi integration story or an accepted host surface. |
45+
| OpenHands `extensions#161` | OPEN / REVIEW_REQUIRED / BLOCKED | This is a real external review lane, but it is not the same thing as a primary Fileyard integration story or an accepted host surface. |
4646
| Official MCP Registry | not_submitted | The current MCP story is local-first stdio MCP, not an official registry listing. |
4747
| Skills registry or plugin marketplaces | no verified public receipt today | The repository ships repo-owned agent/plugin bundles, but this file does not claim a live registry or browser marketplace listing. |
4848

@@ -61,7 +61,7 @@ All current integrations share the same safety line:
6161
- review-first
6262
- overlay-only editing for review state
6363
- dry-run before execute
64-
- no hidden `apply.execute` shortcut in `Movi MCP v1`
64+
- no hidden `apply.execute` shortcut in `Fileyard MCP v1`
6565

6666
If a description crosses that line, it is overstating the current integration
6767
surface.

0 commit comments

Comments
 (0)