Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,15 +303,6 @@ It also serves the Spur JSON schemas and API docs as resources, and an `assess_i

Your pipelines keep working: piped output is still JSON (one object per IP), and `SPUR_TOKEN` is still honored. What's new on top: styled terminal output, `status`/`tag`/`feed`/`export`, secure token storage with `spur auth`, config profiles, shell completion, and the MCP server.

## Development

```bash
make build # bin/spur
make test # go test ./...
```

The layout follows the [golang-standards/project-layout](https://github.com/golang-standards/project-layout): a thin `cmd/spur/main.go` hands off to `internal/app`, which builds the Cobra command tree over the shared `internal/spur` API client. Architectural decisions live in [`docs/adr/`](docs/adr/).

## License

See [LICENSE](LICENSE).
33 changes: 0 additions & 33 deletions docs/adr/0001-consolidate-spur-mcp-into-the-cli.md

This file was deleted.

Loading