agent-method 1.5.0 → 1.5.1
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 +256 -256
- package/lib/cli/check.js +1 -1
- package/lib/cli/init.js +1 -1
- package/lib/cli/refine.js +1 -1
- package/lib/cli/scan.js +2 -2
- package/lib/cli/status.js +1 -1
- package/lib/cli/upgrade.js +1 -1
- package/lib/init.js +1 -1
- package/package.json +1 -1
- package/templates/README.md +293 -293
- package/templates/entry-points/.cursorrules +8 -8
- package/templates/entry-points/AGENT.md +8 -8
- package/templates/entry-points/CLAUDE.md +8 -8
- package/templates/full/.cursorrules +8 -8
- package/templates/full/AGENT.md +8 -8
- package/templates/full/CLAUDE.md +8 -8
- package/templates/starter/.cursorrules +8 -8
- package/templates/starter/AGENT.md +8 -8
- package/templates/starter/CLAUDE.md +8 -8
|
@@ -66,7 +66,7 @@ tier: standard
|
|
|
66
66
|
|
|
67
67
|
method_version: 1.5
|
|
68
68
|
<!-- Tracks which methodology version generated this entry point -->
|
|
69
|
-
<!-- Use `agent-method status` to compare against latest -->
|
|
69
|
+
<!-- Use `npx agent-method status` to compare against latest -->
|
|
70
70
|
|
|
71
71
|
## CLI tools (optional)
|
|
72
72
|
|
|
@@ -74,13 +74,13 @@ Available via `npx agent-method` (zero-install) or `pip install agent-method-too
|
|
|
74
74
|
|
|
75
75
|
| When you want to... | Run |
|
|
76
76
|
|---------------------|-----|
|
|
77
|
-
| Validate this entry point | `agent-method check` |
|
|
78
|
-
| See what type of project this is | `agent-method scan` |
|
|
79
|
-
| Test how a query routes | `agent-method route "your question"` |
|
|
80
|
-
| Extract a refinement report | `agent-method refine` |
|
|
81
|
-
| Check methodology version | `agent-method status` |
|
|
82
|
-
| Update methodology files | `agent-method upgrade` |
|
|
83
|
-
| See what an entry point should contain | `agent-method init code` / `context` / `data` / `mix` |
|
|
77
|
+
| Validate this entry point | `npx agent-method check` |
|
|
78
|
+
| See what type of project this is | `npx agent-method scan` |
|
|
79
|
+
| Test how a query routes | `npx agent-method route "your question"` |
|
|
80
|
+
| Extract a refinement report | `npx agent-method refine` |
|
|
81
|
+
| Check methodology version | `npx agent-method status` |
|
|
82
|
+
| Update methodology files | `npx agent-method upgrade` |
|
|
83
|
+
| See what an entry point should contain | `npx agent-method init code` / `context` / `data` / `mix` |
|
|
84
84
|
|
|
85
85
|
<!-- INSTRUCTION: The agent can suggest these commands when the user asks about validation,
|
|
86
86
|
project setup, or methodology updates. All commands auto-detect project type and find
|
|
@@ -83,7 +83,7 @@ tier: full
|
|
|
83
83
|
|
|
84
84
|
method_version: 1.5
|
|
85
85
|
<!-- Tracks which methodology version generated this entry point -->
|
|
86
|
-
<!-- Use `agent-method status` to compare against latest -->
|
|
86
|
+
<!-- Use `npx agent-method status` to compare against latest -->
|
|
87
87
|
|
|
88
88
|
## CLI tools (optional)
|
|
89
89
|
|
|
@@ -91,13 +91,13 @@ Available via `npx agent-method` (zero-install) or `pip install agent-method-too
|
|
|
91
91
|
|
|
92
92
|
| When you want to... | Run |
|
|
93
93
|
|---------------------|-----|
|
|
94
|
-
| Validate this entry point | `agent-method check` |
|
|
95
|
-
| See what type of project this is | `agent-method scan` |
|
|
96
|
-
| Test how a query routes | `agent-method route "your question"` |
|
|
97
|
-
| Extract a refinement report | `agent-method refine` |
|
|
98
|
-
| Check methodology version | `agent-method status` |
|
|
99
|
-
| Update methodology files | `agent-method upgrade` |
|
|
100
|
-
| See what an entry point should contain | `agent-method init code` / `context` / `data` / `mix` |
|
|
94
|
+
| Validate this entry point | `npx agent-method check` |
|
|
95
|
+
| See what type of project this is | `npx agent-method scan` |
|
|
96
|
+
| Test how a query routes | `npx agent-method route "your question"` |
|
|
97
|
+
| Extract a refinement report | `npx agent-method refine` |
|
|
98
|
+
| Check methodology version | `npx agent-method status` |
|
|
99
|
+
| Update methodology files | `npx agent-method upgrade` |
|
|
100
|
+
| See what an entry point should contain | `npx agent-method init code` / `context` / `data` / `mix` |
|
|
101
101
|
|
|
102
102
|
<!-- INSTRUCTION: The agent can suggest these commands when the user asks about validation,
|
|
103
103
|
project setup, or methodology updates. All commands auto-detect project type and find
|
package/templates/full/AGENT.md
CHANGED
|
@@ -83,7 +83,7 @@ tier: full
|
|
|
83
83
|
|
|
84
84
|
method_version: 1.5
|
|
85
85
|
<!-- Tracks which methodology version generated this entry point -->
|
|
86
|
-
<!-- Use `agent-method status` to compare against latest -->
|
|
86
|
+
<!-- Use `npx agent-method status` to compare against latest -->
|
|
87
87
|
|
|
88
88
|
## CLI tools (optional)
|
|
89
89
|
|
|
@@ -91,13 +91,13 @@ Available via `npx agent-method` (zero-install) or `pip install agent-method-too
|
|
|
91
91
|
|
|
92
92
|
| When you want to... | Run |
|
|
93
93
|
|---------------------|-----|
|
|
94
|
-
| Validate this entry point | `agent-method check` |
|
|
95
|
-
| See what type of project this is | `agent-method scan` |
|
|
96
|
-
| Test how a query routes | `agent-method route "your question"` |
|
|
97
|
-
| Extract a refinement report | `agent-method refine` |
|
|
98
|
-
| Check methodology version | `agent-method status` |
|
|
99
|
-
| Update methodology files | `agent-method upgrade` |
|
|
100
|
-
| See what an entry point should contain | `agent-method init code` / `context` / `data` / `mix` |
|
|
94
|
+
| Validate this entry point | `npx agent-method check` |
|
|
95
|
+
| See what type of project this is | `npx agent-method scan` |
|
|
96
|
+
| Test how a query routes | `npx agent-method route "your question"` |
|
|
97
|
+
| Extract a refinement report | `npx agent-method refine` |
|
|
98
|
+
| Check methodology version | `npx agent-method status` |
|
|
99
|
+
| Update methodology files | `npx agent-method upgrade` |
|
|
100
|
+
| See what an entry point should contain | `npx agent-method init code` / `context` / `data` / `mix` |
|
|
101
101
|
|
|
102
102
|
<!-- INSTRUCTION: The agent can suggest these commands when the user asks about validation,
|
|
103
103
|
project setup, or methodology updates. All commands auto-detect project type and find
|
package/templates/full/CLAUDE.md
CHANGED
|
@@ -83,7 +83,7 @@ tier: full
|
|
|
83
83
|
|
|
84
84
|
method_version: 1.5
|
|
85
85
|
<!-- Tracks which methodology version generated this entry point -->
|
|
86
|
-
<!-- Use `agent-method status` to compare against latest -->
|
|
86
|
+
<!-- Use `npx agent-method status` to compare against latest -->
|
|
87
87
|
|
|
88
88
|
## CLI tools (optional)
|
|
89
89
|
|
|
@@ -91,13 +91,13 @@ Available via `npx agent-method` (zero-install) or `pip install agent-method-too
|
|
|
91
91
|
|
|
92
92
|
| When you want to... | Run |
|
|
93
93
|
|---------------------|-----|
|
|
94
|
-
| Validate this entry point | `agent-method check` |
|
|
95
|
-
| See what type of project this is | `agent-method scan` |
|
|
96
|
-
| Test how a query routes | `agent-method route "your question"` |
|
|
97
|
-
| Extract a refinement report | `agent-method refine` |
|
|
98
|
-
| Check methodology version | `agent-method status` |
|
|
99
|
-
| Update methodology files | `agent-method upgrade` |
|
|
100
|
-
| See what an entry point should contain | `agent-method init code` / `context` / `data` / `mix` |
|
|
94
|
+
| Validate this entry point | `npx agent-method check` |
|
|
95
|
+
| See what type of project this is | `npx agent-method scan` |
|
|
96
|
+
| Test how a query routes | `npx agent-method route "your question"` |
|
|
97
|
+
| Extract a refinement report | `npx agent-method refine` |
|
|
98
|
+
| Check methodology version | `npx agent-method status` |
|
|
99
|
+
| Update methodology files | `npx agent-method upgrade` |
|
|
100
|
+
| See what an entry point should contain | `npx agent-method init code` / `context` / `data` / `mix` |
|
|
101
101
|
|
|
102
102
|
<!-- INSTRUCTION: The agent can suggest these commands when the user asks about validation,
|
|
103
103
|
project setup, or methodology updates. All commands auto-detect project type and find
|
|
@@ -70,7 +70,7 @@ tier: standard
|
|
|
70
70
|
|
|
71
71
|
method_version: 1.5
|
|
72
72
|
<!-- Tracks which methodology version generated this entry point -->
|
|
73
|
-
<!-- Use `agent-method status` to compare against latest -->
|
|
73
|
+
<!-- Use `npx agent-method status` to compare against latest -->
|
|
74
74
|
|
|
75
75
|
## CLI tools (optional)
|
|
76
76
|
|
|
@@ -78,13 +78,13 @@ Available via `npx agent-method` (zero-install) or `pip install agent-method-too
|
|
|
78
78
|
|
|
79
79
|
| When you want to... | Run |
|
|
80
80
|
|---------------------|-----|
|
|
81
|
-
| Validate this entry point | `agent-method check` |
|
|
82
|
-
| See what type of project this is | `agent-method scan` |
|
|
83
|
-
| Test how a query routes | `agent-method route "your question"` |
|
|
84
|
-
| Extract a refinement report | `agent-method refine` |
|
|
85
|
-
| Check methodology version | `agent-method status` |
|
|
86
|
-
| Update methodology files | `agent-method upgrade` |
|
|
87
|
-
| See what an entry point should contain | `agent-method init code` / `context` / `data` / `mix` |
|
|
81
|
+
| Validate this entry point | `npx agent-method check` |
|
|
82
|
+
| See what type of project this is | `npx agent-method scan` |
|
|
83
|
+
| Test how a query routes | `npx agent-method route "your question"` |
|
|
84
|
+
| Extract a refinement report | `npx agent-method refine` |
|
|
85
|
+
| Check methodology version | `npx agent-method status` |
|
|
86
|
+
| Update methodology files | `npx agent-method upgrade` |
|
|
87
|
+
| See what an entry point should contain | `npx agent-method init code` / `context` / `data` / `mix` |
|
|
88
88
|
|
|
89
89
|
<!-- INSTRUCTION: The agent can suggest these commands when the user asks about validation,
|
|
90
90
|
project setup, or methodology updates. All commands auto-detect project type and find
|
|
@@ -70,7 +70,7 @@ tier: standard
|
|
|
70
70
|
|
|
71
71
|
method_version: 1.5
|
|
72
72
|
<!-- Tracks which methodology version generated this entry point -->
|
|
73
|
-
<!-- Use `agent-method status` to compare against latest -->
|
|
73
|
+
<!-- Use `npx agent-method status` to compare against latest -->
|
|
74
74
|
|
|
75
75
|
## CLI tools (optional)
|
|
76
76
|
|
|
@@ -78,13 +78,13 @@ Available via `npx agent-method` (zero-install) or `pip install agent-method-too
|
|
|
78
78
|
|
|
79
79
|
| When you want to... | Run |
|
|
80
80
|
|---------------------|-----|
|
|
81
|
-
| Validate this entry point | `agent-method check` |
|
|
82
|
-
| See what type of project this is | `agent-method scan` |
|
|
83
|
-
| Test how a query routes | `agent-method route "your question"` |
|
|
84
|
-
| Extract a refinement report | `agent-method refine` |
|
|
85
|
-
| Check methodology version | `agent-method status` |
|
|
86
|
-
| Update methodology files | `agent-method upgrade` |
|
|
87
|
-
| See what an entry point should contain | `agent-method init code` / `context` / `data` / `mix` |
|
|
81
|
+
| Validate this entry point | `npx agent-method check` |
|
|
82
|
+
| See what type of project this is | `npx agent-method scan` |
|
|
83
|
+
| Test how a query routes | `npx agent-method route "your question"` |
|
|
84
|
+
| Extract a refinement report | `npx agent-method refine` |
|
|
85
|
+
| Check methodology version | `npx agent-method status` |
|
|
86
|
+
| Update methodology files | `npx agent-method upgrade` |
|
|
87
|
+
| See what an entry point should contain | `npx agent-method init code` / `context` / `data` / `mix` |
|
|
88
88
|
|
|
89
89
|
<!-- INSTRUCTION: The agent can suggest these commands when the user asks about validation,
|
|
90
90
|
project setup, or methodology updates. All commands auto-detect project type and find
|
|
@@ -70,7 +70,7 @@ tier: standard
|
|
|
70
70
|
|
|
71
71
|
method_version: 1.5
|
|
72
72
|
<!-- Tracks which methodology version generated this entry point -->
|
|
73
|
-
<!-- Use `agent-method status` to compare against latest -->
|
|
73
|
+
<!-- Use `npx agent-method status` to compare against latest -->
|
|
74
74
|
|
|
75
75
|
## CLI tools (optional)
|
|
76
76
|
|
|
@@ -78,13 +78,13 @@ Available via `npx agent-method` (zero-install) or `pip install agent-method-too
|
|
|
78
78
|
|
|
79
79
|
| When you want to... | Run |
|
|
80
80
|
|---------------------|-----|
|
|
81
|
-
| Validate this entry point | `agent-method check` |
|
|
82
|
-
| See what type of project this is | `agent-method scan` |
|
|
83
|
-
| Test how a query routes | `agent-method route "your question"` |
|
|
84
|
-
| Extract a refinement report | `agent-method refine` |
|
|
85
|
-
| Check methodology version | `agent-method status` |
|
|
86
|
-
| Update methodology files | `agent-method upgrade` |
|
|
87
|
-
| See what an entry point should contain | `agent-method init code` / `context` / `data` / `mix` |
|
|
81
|
+
| Validate this entry point | `npx agent-method check` |
|
|
82
|
+
| See what type of project this is | `npx agent-method scan` |
|
|
83
|
+
| Test how a query routes | `npx agent-method route "your question"` |
|
|
84
|
+
| Extract a refinement report | `npx agent-method refine` |
|
|
85
|
+
| Check methodology version | `npx agent-method status` |
|
|
86
|
+
| Update methodology files | `npx agent-method upgrade` |
|
|
87
|
+
| See what an entry point should contain | `npx agent-method init code` / `context` / `data` / `mix` |
|
|
88
88
|
|
|
89
89
|
<!-- INSTRUCTION: The agent can suggest these commands when the user asks about validation,
|
|
90
90
|
project setup, or methodology updates. All commands auto-detect project type and find
|