gabriel / muse public
AGENTS.md markdown
78 lines 2.1 KB
Raw
sha256:38dd0b4dc48e9ccb0207b5d79d0b39b5824230ff2768f41b0fec365ff55b8a4e remove files Human minor ⚠ breaking 42 days ago

Workspace — Shared Agent Configuration

This file contains shared rules for all repositories in this workspace. Each member repository may have its own .muse/agent.md with repo-specific additions.

Managed by muse agent-config — regenerate adapters with muse agent-config sync.


Workspace Members

Repo Path Branch
muse muse dev
musehub musehub dev
agentception agentception dev
contracts contracts dev
Stori Stori dev
maestro maestro dev
muse-zsh muse-zsh dev

Version Control

This workspace uses Muse for version control — not git, not GitHub.

  • Never run git, gh, or any git subcommand.
  • Never reference GitHub, GitHub Actions, or GitHub URLs.
  • Use muse -C ~/path/to/repo <command> when CWD differs from the target repo.

If you find a git or gh call anywhere — delete it in the same commit.


Branch Flow

Always work on a feature branch — never commit directly to main or dev.

muse -C ~/path/to/repo checkout dev
muse -C ~/path/to/repo checkout -b task/my-thing

muse code add .
muse commit -m "feat: ..."

muse -C ~/path/to/repo checkout dev
muse -C ~/path/to/repo merge task/my-thing
muse -C ~/path/to/repo branch -d task/my-thing
muse -C ~/path/to/repo push local dev

Code Intelligence

Task Command
Find symbol declaration muse code grep "Name" --json
Read one symbol muse code cat "file.py::Symbol" --json
File structure muse code symbols --file file.py --json
Blast radius muse code impact "file.py::Symbol" --json
Dependencies muse code deps "file.py" --json

muse — Agent Configuration

This repository is a member of a workspace. Shared workspace rules live in the parent .muse/agent.md. This file contains only muse-specific additions.

Managed by muse agent-config — regenerate adapters with muse agent-config sync.


Repo-Specific Notes

Add muse-specific agent rules below this line.

File History 4 commits
sha256:fe844c2411edd1cec3d4c847f36a96c6ccd4e3d7d1a715106d2ecd64216bf94f fix: bare object detection and read recovery; rm adapter files Sonnet 4.6 minor 42 days ago
sha256:99f8eb388d9a9c353e68b9a4e5bebe1b4240a8f511e6f0928e58c0e95153e103 feat: branch --prune-config, fix hub repo delete docstrings… Sonnet 4.6 minor 43 days ago