docs: document system.info tool and runtime context in README, CHANGELOG, and gap analysis

This commit is contained in:
William Valentin
2026-02-07 16:27:16 -08:00
parent 8bf88049bf
commit fcbab1e1ee
3 changed files with 19 additions and 5 deletions
+5
View File
@@ -63,6 +63,11 @@ All notable changes to Flynn are documented in this file.
- **CLI Shared Utilities** -- Config loading, data dir resolution, secret redaction,
status formatting for all CLI commands
- **CronJobConfig Type Export** -- `CronJobConfig` type available from `config/index.ts`
- **Agent Tool: system.info** -- Get current date, time, hostname, platform,
architecture, OS release, uptime, Node.js version, memory usage, and working
directory. Available in all tool profiles.
- **Runtime Context Injection** -- System prompt now automatically includes current
date and time via a `# Runtime Context` section in every session
### Changed