1. 収集
-コミット、Issue、体調ログ、負荷メトリクスを時系列に整列。
-diff --git a/index.html b/index.html index 7441615..2880d4a 100644 --- a/index.html +++ b/index.html @@ -9,26 +9,24 @@ var dark = t === 'dark' || (t === 'system' && matchMedia('(prefers-color-scheme:dark)').matches); document.documentElement.setAttribute('data-theme', dark ? 'dark' : 'light'); document.documentElement.setAttribute('data-theme-pref', t); - var p = new URLSearchParams(location.search); var tk = p.get('token'); if (tk) { localStorage.setItem('posimai_token', tk); p.delete('token'); - var u = location.pathname + (p.toString() ? '?' + p.toString() : '') + location.hash; - history.replaceState({}, '', u); + history.replaceState({}, '', location.pathname + (p.toString() ? '?' + p.toString() : '') + location.hash); } })(); - + - + @@ -39,22 +37,133 @@
@@ -64,7 +173,7 @@- これは「開発ログ・気分・作業負荷」を統合して、公開前の下書きを作るための最小画面です。 - 現在はモック表示のみで、外部API接続や自動投稿は実行しません。 -
-次段階: Gitea/Journal/Habit/Pulse/Station の読み取り接続
-コミット、Issue、体調ログ、負荷メトリクスを時系列に整列。
-要点を3段構成でドラフト化(進捗、学び、次の一手)。
-公開前に1行コメントを追記し、タイトルを最終確定。
-公開先へ送信。失敗時は draft 状態のまま保持。
-左の入力フォームを埋めて
「下書きを生成」を押してください