revert fix(agentic): harden TODO workspace write Co-Authored-By: Virgil <virgil@lethean.io>
6 lines
120 B
Bash
Executable file
6 lines
120 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
|
|
|
cat "${ROOT_DIR}/README.md"
|