@karthikrajkumar.kannan/get-things-done 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -24,6 +24,9 @@ npx @karthikrajkumar.kannan/get-things-done@latest
24
24
 
25
25
  **Also available as an MCP server** -- use GTD tools from Python, TypeScript, Go, Rust, or any language.
26
26
 
27
+ **Home page:** [https://github.com/karthikrajkumar/gtd](https://github.com/karthikrajkumar/gtd)
28
+ **Repository:** [https://github.com/karthikrajkumar/gtd](https://github.com/karthikrajkumar/gtd)
29
+
27
30
  </div>
28
31
 
29
32
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karthikrajkumar.kannan/get-things-done",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
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",
@@ -23,9 +23,13 @@
23
23
  ],
24
24
  "author": "GTD Contributors",
25
25
  "license": "MIT",
26
+ "homepage": "https://github.com/karthikrajkumar/gtd",
26
27
  "repository": {
27
28
  "type": "git",
28
- "url": "https://github.com/get-things-done/get-things-done"
29
+ "url": "https://github.com/karthikrajkumar/gtd.git"
30
+ },
31
+ "bugs": {
32
+ "url": "https://github.com/karthikrajkumar/gtd/issues"
29
33
  },
30
34
  "bin": {
31
35
  "get-things-done": "./bin/install.js",