@karthikrajkumar.kannan/get-things-done 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,6 +41,7 @@ npx @karthikrajkumar.kannan/get-things-done@latest
|
|
|
41
41
|
- [MCP Server -- Use GTD as Tools from Any Language](#mcp-server----use-gtd-as-tools-from-any-language)
|
|
42
42
|
- [Cloud-hosted code and local access](#cloud-hosted-code-and-local-access)
|
|
43
43
|
- [Docker project workspace and volumes](#docker-project-workspace-and-volumes)
|
|
44
|
+
- [Local forward and backward (plan)](#local-forward-and-backward-plan)
|
|
44
45
|
- [SDK for CI/CD](#sdk-for-cicd)
|
|
45
46
|
- [Architecture](#architecture)
|
|
46
47
|
- [Document Formats](#document-formats)
|
|
@@ -645,7 +646,15 @@ For embedding GTD in your own app (SDK, MCP, prompts), see **[docs/CUSTOM-INTEGR
|
|
|
645
646
|
|
|
646
647
|
When GTD or your orchestrator runs **inside Docker**, keep the repo on a **named volume** or **bind mount** so `git`, `gtd-tools`, and `.planning/` behave like a normal project tree. Object stores (e.g. MinIO) are better for **artifacts**, not as the primary editable workspace.
|
|
647
648
|
|
|
648
|
-
**Step-by-step guide
|
|
649
|
+
**Step-by-step guide:** [docs/VOLUME_USAGE.md](docs/VOLUME_USAGE.md)
|
|
650
|
+
|
|
651
|
+
---
|
|
652
|
+
|
|
653
|
+
## Local forward and backward plan
|
|
654
|
+
|
|
655
|
+
If the **orchestrator** (and LiteLLM or similar) runs in the **cloud** while code and `.planning/` must stay on the **developer’s machine**, use a **tunnel** and a **local MCP bridge** so tool calls reach **`gtd-mcp-server`** with a local `--project`. Covers forward (writes), backward (reads + docs), security, and delivery phases.
|
|
656
|
+
|
|
657
|
+
**Full plan:** [docs/plan/LOCAL_FORWARD_BACKWARD_PLAN.md](docs/plan/LOCAL_FORWARD_BACKWARD_PLAN.md)
|
|
649
658
|
|
|
650
659
|
---
|
|
651
660
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@karthikrajkumar.kannan/get-things-done",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Bidirectional spec-driven agentic framework — Forward (idea to code to deploy), Backward (code to docs), Sync (drift detection and reconciliation). The first framework that goes both ways.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|