Skip to content

v0.1.8 — Pre-alpha Foundation Baseline

Pre-release
Pre-release

Choose a tag to compare

@Tim55667757 Tim55667757 released this 10 Sep 10:09
· 14 commits to master since this release
27a7ee4

Digest

This pre-alpha baseline makes 1337 reproducible to build, test, and run from source. It completes the M0 engineering foundation and includes early M1 command-registry and functional-test foundations; it is not yet an interactive shell, scanner, or autonomous security agent.

What's Changed

Added

  • Installable 1337 help/version entry point and deterministic 1337-dev development gates.
  • Central Command Registry foundation for future shell, command-palette, documentation, and agent capability consumers.
  • Repository-owned, isolated web-safe synthetic target and a pytest-native functional harness with raw lifecycle evidence.
  • Public extension-manifest schema and compatibility boundary for future adapters and integrations.

Changed

  • Finalized the v0.1.8 release metadata and standardized the human-readable GitHub Release note format.

Documentation

  • Added the public Vision, AI-agent discovery reference, llms.txt, and ADR 0008 defining the model-neutral cyber execution/state/evidence boundary.
  • Clarified that 1337 is an early pre-alpha security workstation and future AI runtime, not a shipped scanner.

Security

  • Unit tests fail closed on real network access.
  • Functional targets are repository-owned, internal-only Compose services with no published host ports, dropped capabilities, and read-only execution.

Validation

GitHub Actions run #31 passed on the exact release/0.1.8 snapshot:

  • locked dependency synchronization;
  • compilation, Ruff, strict mypy, all test layers, strict per-module coverage, and wheel/sdist packaging;
  • Python 3.11 and 3.14 on Ubuntu, Python 3.12 on Windows, and Python 3.13 on macOS;
  • container configuration/quality and the isolated synthetic-lab lifecycle.

Breaking Changes

None.

Try it from source

git clone --branch v0.1.8 --depth 1 https://github.com/Fuzzy-Technologies/1337.git
cd 1337
python -m pip install uv==0.11.33
uv run --locked 1337 help
uv run --locked --extra dev 1337-dev check

Notes

This release deliberately publishes a reproducible pre-alpha foundation. The interactive shell, scanner adapters, workspace, findings, attack graph, AI-agent interfaces, and enterprise capabilities remain roadmap work.

Refs #107
Refs #93
Refs #16