kandown 0.2.1 → 0.2.3
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/bin/tui.js +0 -1
- package/dist/index.html +166 -166
- package/package.json +1 -1
package/bin/tui.js
CHANGED
|
@@ -56255,7 +56255,6 @@ function readTask(kandownDir, taskId) {
|
|
|
56255
56255
|
function readAgentDoc(kandownDir) {
|
|
56256
56256
|
const root = getProjectRoot(kandownDir);
|
|
56257
56257
|
const candidates = [
|
|
56258
|
-
join4(root, "AGENT_KANDOWN_COMPACT.md"),
|
|
56259
56258
|
join4(root, "AGENT_KANDOWN.md"),
|
|
56260
56259
|
join4(kandownDir, "AGENT.md")
|
|
56261
56260
|
];
|