append todo and format for this repo
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"workspace_id": "6f66-0334-1758-397e",
|
||||
"workspace_id_at": "2026-04-01T00:39:50Z",
|
||||
"git_id": "c098-caaa-82ed-b307",
|
||||
"git_id_at": "2026-04-01T00:39:50Z",
|
||||
"project_name": "2026-03-31_BattleRoyale"
|
||||
}
|
||||
@@ -0,0 +1,79 @@
|
||||
# SpecStory CLI Configuration
|
||||
#
|
||||
# This is the project-level config file for SpecStory CLI.
|
||||
# All settings here apply to this project unless overridden by CLI flags.
|
||||
#
|
||||
# Uncomment (remove the #) the line and edit any setting below to change the default behavior.
|
||||
# For more information, see: https://docs.specstory.com/integrations/terminal-coding-agents/usage
|
||||
|
||||
[local_sync]
|
||||
# Write markdown files locally. (default: true)
|
||||
# enabled = false # equivalent to --only-cloud-sync
|
||||
|
||||
# Custom output directory for markdown files.
|
||||
# Default: ./.specstory/history (relative to the project directory)
|
||||
# output_dir = "~/.specstory/history" # equivalent to --output-dir "~/.specstory/history"
|
||||
|
||||
# Use local timezone for file name and content timestamps (default: false, UTC)
|
||||
# local_time_zone = true # equivalent to --local-time-zone
|
||||
|
||||
[cloud_sync]
|
||||
# Sync session data to SpecStory Cloud. (default: true, when logged in to SpecStory Cloud)
|
||||
# enabled = false # equivalent to --no-cloud-sync
|
||||
|
||||
[logging]
|
||||
# Write logs to .specstory/debug/debug.log (default: false)
|
||||
# log = true # equivalent to --log
|
||||
|
||||
# Debug-level output, requires console or log (default: false)
|
||||
# debug = true # equivalent to --debug
|
||||
|
||||
# Custom output directory for debug data.
|
||||
# Default: ./.specstory/debug (relative to the project directory)
|
||||
# debug_dir = "~/.specstory/debug" # equivalent to --debug-dir "~/.specstory/debug"
|
||||
|
||||
# Error/warn/info output to stdout (default: false)
|
||||
# console = true # equivalent to --console
|
||||
|
||||
# Suppress all non-error output (default: false)
|
||||
# silent = true # equivalent to --silent
|
||||
|
||||
[version_check]
|
||||
# Check for new versions of the CLI on startup.
|
||||
# Default: true
|
||||
# enabled = false # equivalent to --no-version-check
|
||||
|
||||
[analytics]
|
||||
# Send anonymous product usage analytics to help improve SpecStory.
|
||||
# Default: true
|
||||
# enabled = false # equivalent to --no-usage-analytics
|
||||
|
||||
[telemetry]
|
||||
# OTLP gRPC collector endpoint (e.g., "localhost:4317" or "http://localhost:4317")
|
||||
# endpoint = "localhost:4317"
|
||||
|
||||
# Override the default service name (default: "specstory-cli")
|
||||
# service_name = "my-service-name"
|
||||
|
||||
# Include user prompt text in telemetry spans (default: true)
|
||||
# prompts = false
|
||||
|
||||
[providers]
|
||||
# Agent execution commands by provider (used by specstory run)
|
||||
# Pass custom flags (e.g. claude_cmd = "claude --allow-dangerously-skip-permissions")
|
||||
# Use of these is equivalent to -c "custom command"
|
||||
|
||||
# Claude Code command
|
||||
# claude_cmd = "claude"
|
||||
|
||||
# Codex CLI command
|
||||
# codex_cmd = "codex"
|
||||
|
||||
# Cursor CLI command
|
||||
# cursor_cmd = "cursor-agent"
|
||||
|
||||
# Droid CLI command
|
||||
# droid_cmd = "droid"
|
||||
|
||||
# Gemini CLI command
|
||||
# gemini_cmd = "gemini"
|
||||
@@ -0,0 +1,21 @@
|
||||
# BattleRoyale todo
|
||||
|
||||
## the texts.ts battle royale project
|
||||
|
||||
- Using talw.media's PRISM
|
||||
- [ ] take all stream jsons and create a character profile of each creature (in order of when they first appeared on stream, give or take):
|
||||
- [ ] Adrian
|
||||
- [ ] Noname
|
||||
- [ ] Agate
|
||||
- [ ] NotoriousRooster
|
||||
- [ ] Genius idea: she's a beak in a hood, just like the Stork disguise in disney's robin hood!!
|
||||
- [ ] UBear/Malgru
|
||||
- [ ] Azure
|
||||
- [ ] Starboy
|
||||
- [ ] Jenni
|
||||
- [ ] Heart + Mind (this was a one-off bit, idek who was responsible)
|
||||
- [ ] Beanie
|
||||
- [ ] Create character profile of myself (this may be challenging, stream transcripts enough?)
|
||||
- [ ] Opening scene: I introduce the royale
|
||||
- [ ] Perhaps the setting can be in a dreamscape of some kind?
|
||||
- [ ] Then let the rest of the drama go from there. Should be like a 30 min TV movie or sum.
|
||||
Reference in New Issue
Block a user