Skip to content

Commit 1af6882

Browse files
committed
docs: remove roadmap, clean up references
Roadmap contained speculative future plans with timelines that aren't useful for users. Removed references from quickstart, limitations, development, and index pages.
1 parent 3247a22 commit 1af6882

6 files changed

Lines changed: 7 additions & 421 deletions

File tree

docs/development.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,11 @@ validationsMutex.Unlock()
141141

142142
1. Update version in `cmd/lobster/main.go`
143143
2. Update `CHANGELOG.md` with changes
144-
3. Update `docs/roadmap.md` to mark completed items
145-
4. Run all tests: `go test ./...`
146-
5. Build for all platforms
147-
6. Create git tag: `git tag -a vX.Y.Z -m "Release vX.Y.Z"`
148-
7. Push tag: `git push origin vX.Y.Z`
149-
8. Create GitHub release with binaries
144+
3. Run all tests: `go test ./...`
145+
4. Build for all platforms
146+
5. Create git tag: `git tag -a vX.Y.Z -m "Release vX.Y.Z"`
147+
6. Push tag: `git push origin vX.Y.Z`
148+
7. Create GitHub release with binaries
150149

151150
## Key Files
152151

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ See the [Quick Start Guide](quickstart) for more examples.
5757
| [Development](development) | Project structure and development workflow |
5858
| [Testing](testing) | Testing strategy and coverage goals |
5959
| [Contributing](contributing) | How to contribute to Lobster |
60-
| [Roadmap](roadmap) | Planned features and priorities |
6160

6261
## Responsible Use
6362

docs/limitations.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -276,23 +276,6 @@ Large result sets create large report files:
276276

277277
Lobster does not create temporary files during testing. All state is in memory until final report generation.
278278

279-
## Future Roadmap
280-
281-
Planned improvements for future versions:
282-
283-
**v1.1.0+**
284-
- Result streaming to disk for very large tests
285-
- Checkpointing for crash recovery
286-
- Intermediate report generation
287-
288-
**v2.0.0+**
289-
- Distributed load generation (master/worker architecture)
290-
- HTTP/2 support
291-
- WebSocket testing
292-
- Cloud deployment options
293-
294-
See the [roadmap](roadmap) for detailed feature timeline.
295-
296279
## Working Around Limitations
297280

298281
### Multiple Instance Coordination
@@ -348,9 +331,8 @@ For very large sites that exceed memory:
348331

349332
If you hit limitations not documented here:
350333

351-
- Check existing GitHub issues
334+
- Check existing [GitHub issues](https://github.com/vnykmshr/lobster/issues)
352335
- Open a new issue with your use case
353336
- Consider if your needs require distributed testing
354-
- Review alternative tools in the [roadmap](roadmap)
355337

356338
We're always interested in understanding real-world usage and limitations.

docs/quickstart.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ See [Configuration](configuration) for all authentication options.
143143

144144
- [Configuration Reference](configuration) - All CLI flags and options
145145
- [Architecture](architecture) - How Lobster works
146-
- [Roadmap](roadmap) - Upcoming features
147146
- [Contributing](contributing) - How to contribute
148147

149148
## Getting Help

docs/responsible-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Responsible Use
3-
nav_order: 10
3+
nav_order: 9
44
---
55

66
# Responsible Use Guidelines

0 commit comments

Comments
 (0)