Skip to content

Commit eeebc8c

Browse files
committed
docs: point README to public documentation
1 parent 471cb7f commit eeebc8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Planr is a local-first planning and execution coordination tool for coding agent
66

77
[**View the Demo →**](https://x.com/kevinkern/status/2066957434564808884?s=20)
88

9-
[**Documentation →**](http://localhost:3000/docs) · Source: [`apps/docs`](apps/docs/README.md)
9+
[**Documentation →**](https://planr.so/docs)
1010

1111
```text
1212
idea -> product plan -> build plan -> map -> pick -> log -> review/evidence -> close

apps/docs/scripts/verify-release-readiness.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ assert.doesNotMatch(coverage, /\b(?:TODO|TBD|FIXME)\b|lorem ipsum|under construc
114114
for (const route of routeMap.keys()) assert.ok(coverage.includes(`\`${route}\``), `coverage matrix omits ${route}`);
115115

116116
const rootReadme = await readFile(path.join(repositoryRoot, 'README.md'), 'utf8');
117-
assert.ok(rootReadme.includes('[`apps/docs`](apps/docs/README.md)') && rootReadme.includes('http://localhost:3000/docs'), 'root README lacks an actionable docs entry point');
117+
assert.ok(rootReadme.includes('[**Documentation →**](https://planr.so/docs)'), 'root README lacks an actionable docs entry point');
118118

119119
const requirementAudit = [
120120
{ id: 1, requirement: 'Latest stable compatible Fumadocs app, pinned and integrated', evidence: 'exact dependency gate, lockfile install, CONTRACT stack decision, CI scripts' },

0 commit comments

Comments
 (0)