From 57b17d8a4f71948793d7cc8422055c3eaf668039 Mon Sep 17 00:00:00 2001 From: initstring <26131150+initstring@users.noreply.github.com> Date: Sun, 21 Sep 2025 18:00:25 +1000 Subject: [PATCH 1/3] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75a4726..6c7eb4c 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,14 @@ Development Docs: ## Contributing -Not currently accepting pull requests - still just an experiment. +This is still an early experiment, and I'm not ready for big contributions. If you have an idea, please open an issue first. I'd like to play around with it a bit more before deciding if it's useful and what shape it should take. See [AGENTS.md](AGENTS.md) for engineering standards. +## Security + +If you see something scary, please open an issue to let me know. + ## Tech Stack Initially based on the T3 Stack - Next.js, tRPC, Prisma, TypeScript. Type-safe APIs, server-side rendering, and component-driven design. From a83dfea946d6e798d19d2f8ce49e72d93babe291 Mon Sep 17 00:00:00 2001 From: initstring <26131150+initstring@users.noreply.github.com> Date: Sun, 21 Sep 2025 18:05:00 +1000 Subject: [PATCH 2/3] Add roadmap --- docs/roadmap.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/roadmap.md diff --git a/docs/roadmap.md b/docs/roadmap.md new file mode 100644 index 0000000..848156d --- /dev/null +++ b/docs/roadmap.md @@ -0,0 +1,10 @@ +# Roadmap + +Maybe nothing. Maybe things like: + +- REST API (probably by adding `trpc-openapi` as everything is already defined as tRPC) +- Import STIX bundles from filesystem (it already imports them from the repo, not a big lift) +- AI integration via either: + - Bundled MCP (can speak to tRPC endpoints) + - Integrated chat + \ No newline at end of file From d97179882e83b89e52f59d8e4ec58aab366e9eb7 Mon Sep 17 00:00:00 2001 From: initstring <26131150+initstring@users.noreply.github.com> Date: Sun, 21 Sep 2025 18:16:27 +1000 Subject: [PATCH 3/3] Add agent attribution --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c7eb4c..add74c3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TTPx -_This is an experiment in creating something useful with AI coding agents. It is a personal hobby project, with no commitments and no promises._ +_This is an experiment in creating something useful with AI coding agents. The initial version was made with Claude Code, but it has since been largely re-written by GPT-5 Codex. It is a personal hobby project, with no commitments and no promises._ TTPx is a platform for internal Red Teams to plan and analyze their operations. The features and functionality are designed with their specific needs in mind, such as: