workspace-x AGENTS.md

Repository instructions for `wsx`, a Windows-first command-line tool that links existing repositories into one shared workspace. They describe its workspace state, command behavior, and Windows linking rules.

In plain words
What is it for?
Use them when modifying the `wsx` CLI, workspace configuration, repository links, command execution, output formatting, or its agent skill.
Why use it?
They give coding agents the project's intended behavior and help avoid changes that would break workspace state, process arguments, or Windows support.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/wolf-jonathan/workspace-x/agents-md
Clone the repo
git clone --depth 1 https://github.com/wolf-jonathan/workspace-x

Made for: Codex, OpenCode.

Per session 848 This file is loaded in full into every session.
When invoked 848 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00848 $0.00848
Opus 5 $0.00424 $0.00424
Sonnet 5 $0.00170 $0.00170
Haiku 4.5 $0.00085 $0.00085

Measured 2d ago against content hash 7f4b8f7f8d21, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

workspace-x AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

wsx Repository Instructions

Purpose

This repository contains the wsx CLI. wsx is not a generic file sync tool. It is a Windows-first AI workspace manager that links existing local repositories into one workspace directory.

Product Rules

  • Treat README.md, CLI help output, and tests as the current source of truth unless the user explicitly overrides them.
  • Preserve the core model: a workspace contains .wsx.json and linked repo directories.
  • Store absolute paths directly in .wsx.json.
  • .wsx.json is local workspace state and should be gitignored by workspaces created with wsx init.
  • On Windows, link creation must try symlinks first and fall back to directory junctions when permission errors occur.
  • link_type is runtime state and must not be stored in .wsx.json.
  • wsx exec must forward argv directly to process execution. Shell behavior is opt-in and explicit.
  • Commands intended for AI agents should emit clean plain text and support --json where structured output is useful.
  • Ship and maintain a first-party top-level SKILL.md so agent platforms can install wsx guidance globally or locally.
  • Do not emit ANSI color when stdout is not a TTY.

Engineering Priorities

  • Windows correctness is first-class from the start.
  • Favor a small dependency set and standard-library implementations where practical.
  • Keep command output parseable and stable.
  • Prefer predictable behavior over convenience magic.
  • Avoid features that weaken portability or make AI usage ambiguous.

Expected Project Structure

wsx/
├── main.go
├── cmd/
│   ├── root.go
│   ├── init.go
│   ├── add.go
│   ├── remove.go
│   ├── list.go
│   ├── status.go
│   ├── fetch.go
│   ├── exec.go
│   ├── doctor.go
│   ├── tree.go
│   ├── grep.go
│   ├── prompt.go
│   └── agent.go
└── internal/
    ├── workspace/
    ├── git/
    └── ai/

Command-Specific Expectations

  • wsx init creates .wsx.json and ensures .wsx.json is added to the workspace .gitignore without overwriting existing .gitignore contents.
  • wsx add stores absolute paths, supports --favorite <NAME> as an input shortcut, detects circular references, and prevents name conflicts.
  • wsx list reports live link health and runtime link type.
  • wsx doctor validates stored absolute paths, link health, and stale generated workspace instruction files.
  • wsx fetch is the safe built-in multi-repo sync primitive. Do not replace it with implicit pull behavior.
  • wsx tree is the discovery command. Keep it cheap and readable.
  • wsx grep is the narrowing command. Use it before opening files broadly.
  • The top-level SKILL.md must stay aligned with the CLI behavior and the design doc invariants.

Read the full file on GitHub · 84 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 84 lines · 848 tokens per session scan A 7f4b8f7f8d21

Subscribe to this mod's changes

workspace-x AGENTS.md is an instructions file published in the GitHub repository wolf-jonathan/workspace-x (5 stars, last pushed 4mo ago), licensed MIT. It adds 848 tokens to every session, about $0.0042 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.