Content targets write a string directly to the output file without
invoking any AI provider. They don't require API keys and are not
archived when overwritten.
Example usage in .hokusai.yaml:
file.txt:
content: ABC
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_archive.py | ||
| test_builder.py | ||
| test_cli.py | ||
| test_config.py | ||
| test_graph.py | ||
| test_prompt.py | ||
| test_providers.py | ||
| test_resolve.py | ||
| test_state.py | ||