Skip to content

docs: update messaging across README, CLI, and web components to emphasize outcome-oriented features#39

Merged
Gsbreddy merged 6 commits into
mainfrom
2026-05-02-prz9
May 2, 2026
Merged

docs: update messaging across README, CLI, and web components to emphasize outcome-oriented features#39
Gsbreddy merged 6 commits into
mainfrom
2026-05-02-prz9

Conversation

@Gsbreddy

@Gsbreddy Gsbreddy commented May 2, 2026

Copy link
Copy Markdown
Collaborator

Summary

Why

Changes

Validation

Run the same checks as CI (see .github/workflows/ci.yml) before opening / updating the PR. Cursor loads .cursor/rules/flightdeck-ci-artifacts.mdc as a short reminder for static/ + schemas/ gates.

  • uv sync --frozen --extra dev
  • uv run python -m ruff check src tests
  • uv run python -m pytest
  • uv run python scripts/generate_schemas.py then git diff --exit-code schemas/ (if models/schemas touched)
  • cd web && npm ci && npm run build && cd .. && git diff --exit-code src/flightdeck/server/static/ (if web/ sources, Vite config, or web/ deps / lockfile change the production bundle)
  • cd web && npx playwright install chromium && npm run test:e2e (if web/ changed)
  • uv run flightdeck-quickstart-verify
  • uv run flightdeck --help

With pip / venv only, use python -m … equivalents from DEVELOPMENT.md.

Schema / Storage Impact

  • None
  • Schema change
  • Storage change

Risk

Review

  • Requested review from maintainers (CODEOWNERS@flightdeckdev/maintainers on the org repo). On a fork, GitHub may not auto-request; use Reviewers on the PR.
  • PR is small and scoped (see AGENTS.md); linked issue or release note intent noted if helpful.

Notes

zendaya and others added 6 commits May 2, 2026 21:48
- Updated version in `pyproject.toml` and `src/flightdeck/__init__.py` to 1.1.1.
- Added `GET /v1/workspace` endpoint to expose non-secret workspace flags for operators and the web UI.
- Enhanced web Actions page to utilize workspace flags for direct promotion vs request/confirm flow.
- Updated documentation and examples to reflect new features and approval workflow.
- Added tests for workspace functionality and updated CI configurations for end-to-end testing.

This release improves the governance and usability of the FlightDeck platform by providing essential workspace information and enhancing the promotion process.
…asize outcome-oriented features

- Revised descriptions in `README.md`, `pyproject.toml`, and `AGENTS.md` to highlight the core functionalities of FlightDeck: shipping AI agents safely with release diffs, runtime evidence, and policy gates.
- Updated CLI help text and web header tagline to reflect the new messaging.
- Enhanced the CHANGELOG to document these changes in positioning and messaging.

This update aims to clarify the product's purpose and improve user understanding of its capabilities.
@Gsbreddy Gsbreddy merged commit a198a14 into main May 2, 2026
2 checks passed
@Gsbreddy Gsbreddy deleted the 2026-05-02-prz9 branch May 2, 2026 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants